【发布时间】:2016-01-02 05:12:48
【问题描述】:
这是我的full code,当我使用“运行/调试配置 > Android 测试”运行以下代码时
class KernelTest extends Specification {
def "match"() {
given:
println("smth");
}
}
我得到错误:
Execution failed for task ':app:transformClassesWithDexForDebugAndroidTest'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/usr/lib/jvm/jdk8/bin/java'' finished with non-zero exit value 3
这里是full output
如何解决?
更新
我检查了the question,但不知道是哪个jar重复
【问题讨论】: