Jryan
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Jryan created a post, Answered203.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 created a post, AnsweredModuleBridgeImpl: 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 created a post, AnsweredPlugin 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... -