美文网首页android
Execution failed for task ':

Execution failed for task ':

作者: 孙科技 | 来源:发表于2017-03-22 17:44 被阅读192次

    caused by:

    Conflict between the versions of the test-app and the main app of the libary: 'com.android.support:support-annotations'

    soultion:

    i change this

    configurations.all{resolutionStrategy.force'com.google.code.findbugs:jsr305:3.0.1'}

    to this:

    configurations.all{resolutionStrategy{force'com.android.support:support-annotations:24.2.1'}}

    相关文章

      网友评论

        本文标题:Execution failed for task ':

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