无法解决':app @ debugAndroidTest / compileClasspath':无法解析javax.annotation:javax.annotation-api:1.2。
答案 0 :(得分:0)
我试过这个并且它有效.. 你只需要重新设置app.gradle文件中的依赖项,如旧版
androidTestImplementation 'com.android.support.test:runner:0.5'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:2.2.2'
到此......
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'