eclipse - how to solve java.lang.NoClassDefFoundError in Android Studio? -
in order solve error in eclipse "conversion dalvik format failed:unable execute dex: method id not in [0, 0xffff]: 65536". trying execute same android project in android studio, unfortunately not have error in compile , build execute. after execution, while starting activity. gives java.lang.noclassdeffounderror. error occurs, please provide way find or solve problem?
you should make application multi-dex. more imformation:
once you've done that, if still noclassdeffound, should run dexmainclasses script classes must in main classes.dex file:
Comments
Post a Comment