Jryan
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
创建于 203.5981.155 AndroidModuleModel getSelectedVariant NoSuchMethodError
已回答Module[] modules = ModuleManager.getInstance(project).getModules();AndroidModuleModel module = AndroidModuleModel.get(modules[0]);IdeVariant variant = module.getSelectedVariant(); java.lang.NoSuch... -
已编辑于 ModuleBridgeImpl: Error trying to get the selected variant
已回答Im updating an old plugin that stopped working in a newer version of IDEA/AS where I'm trying to get the currently selected build variant. Old Code: Module[] modules = ModuleManager.getInstance(pro... -
创建于 Plugin Unit Test failing with sun.font.FontManagerFactory error on Ubuntu 16 with JDK 14/15
已回答I'm seeing an error when running `./gradlew test` to run my plugin's settings menu's unit tests. Specifically it is failing when trying to create a Hashtable with the line: Hashtable<Integer, JLab... -
创建于 Hooking the Gradle NDK/CPP Sync
已回答Morning, I'm having problems with Gradle returning "C/C++ Configuration Problem" in the Event Log. I have a few custom flags/defines that should only be passed with a certain build variant, but the... -
已编辑于 Module names now contain the project name
已回答I'm trying to upgrade my plugin for Android Studio 4.0, and I used to do ModuleManager.getInstance(project).getModules()[1].getName();Which would return e.g. "app" but now returns "projectName.a...