Hai Le
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Hai Le created a post, AnsweredHow to build Android Studio plugin to support multiple Android Studio versions
We’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, ... -
-
Hai Le created a post, AnsweredAndroid Plugin shows "Nothing to show" after installation using Android Studio Install Plugin From Disk
We'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... -
-
-
-
Hai Le created a post, AnsweredCould not set unknown property 'ideDirectory' for task ':runIde' of type org.jetbrains.intellij.tasks.RunIdeTask
I 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...