编译调试JavaWithJavac错误在Android Studio



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

截图

build.gradle

更改,

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'

相关内容

最新更新