Thomas Delhomenie
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 Plugin build fails with error "call to AnalyticsSettings before initialization"
已回答Hi, When I try to build my Android Studio plugin with .\gradlew buildPlugin it fails with the error during the task buildSearchableOptions with this error: 2022-03-09 10:36:30,246 [ 1953] ERROR ... -
已编辑于 Intellij IDEA version to target Android Studio Bumblebee
已回答Hi, I have a Android Studio plugin for compatible with Artic Fox (2020.3). It does not work on Bumblebee (2021.1.1) because of a breaking change in the API: 2022-02-18 09:12:11,242 [ 561272] ERROR... -
创建于 Remove JRE entry from External Library for Android Studio project
已回答Hi, I am building a project for a specific environment which must no rely on the standard JRE. Standard Java APIs are provided by other project dependencies. Therefore I would like to remove the JR... -
创建于 Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
已回答Hi, I want to create a plugin for Android Studio which adds a new project template. This template would be an Android project with additional files. I created a plugin project in Intellij IDEA with...