Android Studio中的compileDebugJavaWithJavac错误

时间:2017-08-27 02:48:20

标签: android android-studio android-support-library

我正在寻找以下错误的解决方案,但无法解决。

Screenshot

build.gradle

1 个答案:

答案 0 :(得分:0)

更改,

androidTestCompile ('com.android.support.test.espresso:espresso-core:3.0.0', {
    exclude group: 'com.android.support', module: 'support-annotations'
})

androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.0'