"mockito-android" + "dexopener" - java.lang.NoClassDefFoundError: org/mockito/internal/configuration/plugins/Plugins
jaredsburrows opened this issue · 2 comments
jaredsburrows commented
Reposted from: mockito/mockito#1082 (comment)
java.lang.NoClassDefFoundError: org/mockito/internal/configuration/plugins/Plugins
at org.mockito.internal.configuration.GlobalConfiguration.tryGetPluginAnnotationEngine(GlobalConfiguration.java:55)
Since Mockito-android is so large, I had to use LinkedIn's dexmaker.
Version of dexmaker - 0.9.2
I was using my example project here: https://github.com/jaredsburrows/android-gif-example
tmurakami commented
I guess this is solved now, so I will close this.
If you are facing this error with the latest DexOpener, please reopen.
jaredsburrows commented
Thanks.