Tuesday, April 7, 2015

Android : Android DexIndexOverflowException



I'm getting the infamous com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536 bug. That would mean I've reached the maximum number of methods. But I don't think that that is the problem, because the last time I got this error (a couple of days ago) I just recreated my project (with the exact same classes) and the error no longer appears...


... but now it's back!


Is there any other reason for the appearance of this error?


Thanks in advance.


No comments:

Post a Comment