Sunday 28 February 2016

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

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...