Monday 5 August 2019

Error with Conversion to Dalvik format failed and multidex in android?

Whenever I try to import lib-c2callsdkres Library then Give the error like this,
[2015-01-05 18:29:30 - Dex Loader] Unable to execute dex: method ID not in [0, 0xffff]: 65536
[2015-01-05 18:29:30 - TestApp] Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536 and sometimes give me error for multidex.



How to solve this error.please suggest me.




Thank you.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...