Hai Le
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
已编辑于 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, ... -
创建于 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... -
创建于 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...