Thomas Delhomenie
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Plugin build fails with error "call to AnalyticsSettings before initialization"
AnsweredHi, 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 ... -
Edited Intellij IDEA version to target Android Studio Bumblebee
AnsweredHi, 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... -
Created Remove JRE entry from External Library for Android Studio project
AnsweredHi, 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... -
Created Plugin throwing NoSuchMethodError on RecipeExecutor.save when creating a project from a custom template
AnsweredHi, 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...