【发布时间】:2016-02-09 01:54:06
【问题描述】:
我收到以下构建错误
任务 ':app:transformClassesWithDexForDebug' 执行失败。
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command'/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java '' 以非零退出值 1 结束
【问题讨论】:
-
尝试使用 jdk 1.7 insted of 1.8 构建
-
您能否通过使用“--debug”标志运行您的 gradle 构建来显示更完整的错误?
-
使用 gradlew assemble --info 获取更多详细信息并在此处发布
-
@DougStevenson 添加了日志链接,请看一下
-
@GabrieleMariotti 请检查日志链接
标签: android android-studio gradle android-gradle-plugin