美文网首页
Error:Execution failed for task

Error:Execution failed for task

作者: 一片空白243 | 来源:发表于2018-06-21 16:18 被阅读0次
    产生原因版本冲突 解决办法:在APP 下的build.gradle文件中的dependences {}中添加如下代码:

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

    force = true  

    }  

    添加后为:

    相关文章

      网友评论

          本文标题:Error:Execution failed for task

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