您的位置:首页 > 移动开发 > Android开发

com.android.dex.DexIndexOverflowException: Cannot merge new index 66078 into a non-jumbo instruction

2017-07-17 16:13 447 查看
 报错提示: 

 Error:Execution failed for task ':app:transformClassesWithDexForDebug'.

> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexIndexOverflowException: Cannot merge new index 66078 into a non-jumbo instruction!
解决方法:
android {

dexOptions {
jumboMode true
}

}


                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐