新建工程报错解决

第一种方法:

configurations.all {

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

}


第二种方法

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

force =true

}

你可能感兴趣的:(新建工程报错解决)