I am developing an application in which app I am using too many libraries. Most recently I added mixpanel lib to my project. After that the build was successful. But when I try to run the app I am getting an error:
[2015-11-06 15:04:54 - Dex Loader] Unable to execute dex: method ID not in [0, 0xffff]: 65536 [2015-11-06 15:04:54 -] Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536
I have read so many articles. But I have not implemented in eclipse. Even if I add multidex jar to my app and extend my application class to mulidexapplication, I get the same error. Please any one help me.