UNEXPECTED TOP-LEVEL EXCEPTION:com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536at com.android.dx.merge.DexMerger$6.updateIndex(DexMerger.java:502)
......
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Debug build with "fastbuild=1" also resulted in the com.android.dex.DexIndexOverflowException :(
I build with fastbuild=1 all the time and don't find it to be a real issue; you can't debug with gdb and you don't get line numbers in back traces but you still get function names and I'm okay with that, it seems to be a pretty big win in build time since you are shifting a fraction of the total number of bytes around (our debug info is really really big).
However I don't think fastbuild has any impact on Java, so it's probably not relevant either way for why you are hitting the dex limit.