主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Thomas Delhomenie
活动总数
17
最后的活动
2022年03月16日 12:21
成员加入日期
2021年12月03日 16:43
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
帖子(4)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2022年03月16日 12:21
Here it is: https://issuetracker.google.com/issues/224810684 Thanks for your help.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin build fails with error "call to AnalyticsSettings before initialization"
1 票
创建于
2022年03月09日 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 :...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin build fails with error "call to AnalyticsSettings before initialization"
0 票
创建于
2022年03月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij IDEA version to target Android Studio Bumblebee
0 票
创建于
2022年02月18日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij IDEA version to target Android Studio Bumblebee
0 票
已编辑于
2021年12月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Remove JRE entry from External Library for Android Studio project
0 票
已编辑于
2021年12月20日 15:54
Hi, Thanks for your answer. I tried to use the listener ProjectDataImportListener by creating this class: class MyProjectDataImportListener : ProjectDataImportListener { override fun onImportFinis...
社区
IntelliJ IDEA Open API and Plugin Development
Remove JRE entry from External Library for Android Studio project
0 票
创建于
2021年12月07日 13:57
This works fine with the sinceBuild and untilBuild attributes, thanks a lot!
社区
IntelliJ IDEA Open API and Plugin Development
Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
0 票
创建于
2021年12月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
0 票