无法执行dex:方法ID不在[0,0xffff]:65536中
Unable to execute dex: method ID not in [0, 0xffff]: 65536Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536
或
Cannot merge new index 65950 into a non-jumbo instruction
或
java.util.concurrent.ExecutionException: com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536
TL;DR
dexOptions { javaMaxHeapSize "4g"}
dexOptions { jumboMode true}
相关分类