Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Thomas Delhomenie
Total activity
17
Last activity
March 16, 2022 12:21
Member since
December 03, 2021 16:43
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (4)
Comments (8)
Sort by votes
Recent activity
Votes
Created
March 16, 2022 12:21
Here it is: https://issuetracker.google.com/issues/224810684 Thanks for your help.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin build fails with error "call to AnalyticsSettings before initialization"
1 vote
Created
March 09, 2022 14:57
Thanks for your answer. Yes I will disable the buildSearchableOptions task for the moment. I still have errors with newer versions, I tried with Android Studio Chipmunk | 2021.2.1 Beta 3 : > Task :...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin build fails with error "call to AnalyticsSettings before initialization"
0 votes
Created
March 09, 2022 09:32
A little update on this issue. As I said, according to this post, in order to build a plugin for Android Studio, the version of the Android plugin bundled in the Intellij IDEA must match the Androi...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij IDEA version to target Android Studio Bumblebee
0 votes
Created
February 18, 2022 13:34
Hi Jakub, thanks for your quick reply. I tried with: intellij { version = '211.7628.21' type = 'IC' plugins = ['android','java']} I built my plugin and installed it in Bumblebee, but when ...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij IDEA version to target Android Studio Bumblebee
0 votes
Edited
December 22, 2021 14:47
I found a way to have the JRE entry removed even after a Gradle project reload by using the extension com.intellij.openapi.roots.ProjectExtension: internal class MyProjectExtension(private val myPr...
Community
IntelliJ IDEA Open API and Plugin Development
Remove JRE entry from External Library for Android Studio project
0 votes
Edited
December 20, 2021 15:54
Hi, Thanks for your answer. I tried to use the listener ProjectDataImportListener by creating this class: class MyProjectDataImportListener : ProjectDataImportListener { override fun onImportFinis...
Community
IntelliJ IDEA Open API and Plugin Development
Remove JRE entry from External Library for Android Studio project
0 votes
Created
December 07, 2021 13:57
This works fine with the sinceBuild and untilBuild attributes, thanks a lot!
Community
IntelliJ IDEA Open API and Plugin Development
Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
0 votes
Created
December 07, 2021 11:31
Thanks for your answer! I tried to use the version 213.5744.223 but the plugin is not loaded because of this error: plugin is not compatible with the current version of the IDE, because it requires...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
0 votes