美文网首页
Warning:Conflict with dependency

Warning:Conflict with dependency

作者: tgcity | 来源:发表于2018-05-29 18:40 被阅读0次

在Android Studio  编译的时候,报错:

Warning:Conflict with dependency 'com.android.support:support-annotations'. Resolved versions for app (26.1.0) and test app (27.1.1) differ. See http://g.co/androidstudio/app-test-app-conflict for details.

解决办法:在 build.gradle 添加

configurations.all { resolutionStrategy.force'com.android.support:support-annotations:27.1.1'}

相关文章

网友评论

      本文标题:Warning:Conflict with dependency

      本文链接:https://www.haomeiwen.com/subject/lowajftx.html