我如何解决processException?

时间:2016-02-24 06:48:14

标签: android

在我提问之前,我尝试搜索谷歌 但我找不到满意的答案。

构建错误消息是

  

针对tas' app:dexDebug'执行失败。> com.android.ide.common.process.ProcessException:org.gradle.proceess.internal.ExecException:进程'命令& #39; C:₩程序文件₩Java₩jdk1.8.0_60₩bin₩java.exe''以non_zero退出值2结束

build.gradle(Module:app)

dependencies {
// 记得添加nineoldandroids
compile 'com.nineoldandroids:library:2.4.0'
compile 'cn.bingoogolapple:bga-refreshlayout:1.1.3'

compile 'com.android.support:appcompat-v7:21.0.3'

compile files('libs/android-support-v4.jar')
compile files('libs/android-support-v7-gridlayout.jar')
compile files('libs/android-support-v7-cardview.jar')
compile files('libs/android-support-v7-mediarouter.jar')
compile files('libs/android-support-v7-palette.jar')
compile files('libs/android-support-v7-recyclerview.jar')
compile files('libs/picasso-2.5.0.jar') }

如果您需要更多信息。回复我 感谢

1 个答案:

答案 0 :(得分:0)

只需在您的应用Gradle依赖项

中添加以下行
compile 'com.android.support:multidex:1.0.0'

然后在defaultConfig

下面的行
multiDexEnabled true