美文网首页
Error:Execution failed for task

Error:Execution failed for task

作者: lhybxs | 来源:发表于2017-12-12 17:36 被阅读0次

原地址:http://blog.csdn.net/lvshuchangyin/article/details/53785494

在集成多个第三方的项目、集成完之后,进行打包有时就会碰到Error:Execution failed for task ':app:transformDexWithDexForRelease'.

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

、详细的Log如下:

解决:  然后在清单manifest里面这样引入、如果有自定义的AppApplication、就让你自定的AppApplication就继承这个类就好了

相关文章

网友评论

      本文标题:Error:Execution failed for task

      本文链接:https://www.haomeiwen.com/subject/qeylpxtx.html