Error:Execution failed for task

2017-12-12  本文已影响0人  lhybxs

原地址: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就继承这个类就好了
上一篇 下一篇

猜你喜欢

热点阅读