美文网首页
Error:Execution failed for task

Error:Execution failed for task

作者: 奋斗滴猩猩 | 来源:发表于2019-05-25 13:10 被阅读0次

Error:Execution failed for task ':binderprocesscommunication:preDebugAndroidTestBuild'.

Conflict with dependency 'com.android.support:support-annotations' in project ':binderprocesscommunication'. Resolved versions for app (26.1.0) and test app (27.1.1) differ. See https://d.android.com/r/tools/test-apk-dependency-conflicts.html for details.

解决办法:在build.gradle 中加入
configurations.all {
resolutionStrategy.force 'com.android.support:support-annotations:27.1.1'
}

相关文章

网友评论

      本文标题:Error:Execution failed for task

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