新建工程报错解决
2018-07-11 本文已影响6人
我叫杨毅
第一种方法:
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
}