You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.ClassCastException: org.robolectric.bytecode.AsmInstrumentingClassLoader cannot be cast to dalvik.system.PathClassLoader
at de.epost.epostapp.tools.multiDex.SecondaryDex.appendOdexesToClassPath(SecondaryDex.java:127)
at xxx.SecondaryDex.loadSecondaryDex(SecondaryDex.java:100)
Solution: Disable loading of the second dex file when you run tests on jvm, this is not necessary
The text was updated successfully, but these errors were encountered:
Solution: Disable loading of the second dex file when you run tests on jvm, this is not necessary
The text was updated successfully, but these errors were encountered: