在加入espresso到Android项目时,我遇到了这个例外。我已经尝试了这个异常附带的链接
原文链接:https://www.f2er.com/javaschema/282112.html**Conflict with dependency 'com.android.support:support-annotations'. Resolved versions for app (23.3.0) and test app (23.1.1) differ**
我还根据我发现的其他线程添加了以下行
**androidTestCompile 'com.android.support:support-annotations:23.1.0'**
但问题仍然存在。我正在使用以下配置:
buildToolsVersion "23.0.2" androidTestCompile 'com.android.support.test:runner:0.5' androidTestCompile 'com.android.support.test:rules:0.5' androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
任何想法,谢谢。