mmin18 / Dex65536

Solve the issue with dalvik compiler limitation on 65536 methods (Unable to execute dex: method ID not in [0, 0xffff]: 65536)
MIT License
351 stars 121 forks source link

Using loaded classes in Application #13

Open cuub opened 9 years ago

cuub commented 9 years ago

I'm facing the problem that I'm not able to call a class packaged in a JAR, in my Application on onCreate(), after calling dexTool(). However, I can call it within my Activity. Any suggestions?