why java.exe exit with value 1 in android studio

后端 未结 10 1157
有刺的猬
有刺的猬 2020-12-04 01:22

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

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process

10条回答
  •  既然无缘
    2020-12-04 02:11

    I fixed this issue by upgrading the Gradle Build version in Android Studio. You can do this using:

    dependencies {
        classpath 'com.android.tools.build:gradle:1.3.0'
    }
    

提交回复
热议问题