Hai Le
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited How to build Android Studio plugin to support multiple Android Studio versions
AnsweredWe’ve developed a plugin and specified the version in the plugin build.gradle file. intellij { version = 'AI-203.7717.56' type = 'IC' plugins = ['android']} With this build configuration, ... -
Created Android Plugin shows "Nothing to show" after installation using Android Studio Install Plugin From Disk
AnsweredWe've built an Android Studio plugin using IntelliJ Gradle project. We were able to deploy and test the plugin in debug mode using IntelliJ and Android Studio Arctic Fox. For final packaging, we... -
Created Could not set unknown property 'ideDirectory' for task ':runIde' of type org.jetbrains.intellij.tasks.RunIdeTask
AnsweredI am trying out an Android Studio Plugin with the new IntelliJ Plugin SDK and ran into the following error when building the code using IntelliJ Ultimate Edition. Build file '/Users/hle3/dev/plug...