Nico Küchler

Results 13 issues of Nico Küchler

would be great if the hardcoded part of lib name could also be dynamic

``` 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...

After proguard obfuscation no one know how the packages are mapped. So its hard to split specific packages into multi dex files. maybe it can be read from the generated...