Error:Execution failed for task
2018-06-21 本文已影响0人
一片空白243
产生原因版本冲突
解决办法:在APP
下的build.gradle文件中的dependences {}中添加如下代码:
androidTestCompile('com.android.support:support-annotations:26.1.0') {
force = true
}
添加后为:
androidTestCompile('com.android.support:support-annotations:26.1.0') {
force = true
}
添加后为: