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