第一种方法:
configurations.all {
resolutionStrategy.force'com.android.support:support-annotations:27.1.1'
}
第二种方法
androidTestCompile('com.android.support:support-annotations:26.1.0') {
force =true
}
第一种方法:
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
网友评论