Hai Le
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
Hai Le 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答Android 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 创建了一个帖子, 已回答Could 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...