美文网首页
error_Conflict with dependency

error_Conflict with dependency

作者: Willpower_320d | 来源:发表于2019-05-19 18:35 被阅读0次

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

    > Conflict with dependency 'com.android.support:support-annotations' in project ':app'. 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.

    解决:app下的gradle

    configurations.all {

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

    }

    相关文章

      网友评论

          本文标题:error_Conflict with dependency

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