Execution failed for task ':app:dexDebug'

问题描述:

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

> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_67\bin\java.exe'' finished with non-zero exit value 2

出现了这个问题,百度了一下,基本都说是在引用第三方时出现的重复加载包,然后解决办法就是删掉重复包(也不具体说怎么删)。

至于如何删除重复包,可百度,上面一大堆。

然后各种测试,并没用,仍然有问题。

如果删除重复包,没有效果,或者说出现了其他问题,可以试试这种办法:

defaultConfig {
    multiDexEnabled }


附:

查看是否出现了重复包:

Execution failed for task ':app:dexDebug'


你可能感兴趣的:(Execution failed for task ':app:dexDebug')