why java.exe exit with value 1 in android studio

后端 未结 10 1170
有刺的猬
有刺的猬 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:05

    It is not clear when you got this problem, but I was having a similar problem trying to do a unit test in Android Studio.

    My problem was with one of my dependencies (androidannotation). When I removed it, my tests worked well.

提交回复
热议问题