美文网首页
新建工程报错解决

新建工程报错解决

作者: 我叫杨毅 | 来源:发表于2018-07-11 09:07 被阅读6次

第一种方法:

configurations.all {

resolutionStrategy.force'com.android.support:support-annotations:27.1.1'

}

第二种方法

androidTestCompile('com.android.support:support-annotations:26.1.0') {

force =true

}

相关文章

网友评论

      本文标题:新建工程报错解决

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