答案 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'