与依赖应用冲突的解决方案是什么:preDebugAndroidTestBuild

时间:2018-06-08 06:35:01

标签: android annotations

  

错误:任务':app:preDebugAndroidTestBuild'执行失败。 >与依赖的冲突&com.android.support:support-annotations'在项目':app'。 app(26.1.0)和测试app(27.1.1)的已解决版本有所不同。有关详细信息,请参阅https://d.android.com/r/tools/test-apk-dependency-conflicts.html

1 个答案:

答案 0 :(得分:0)

对于appcompat-v7:26.1.0。测试应该是测试:跑步者:1.0.1&浓咖啡核:3.0.1'

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
        implementation 'com.android.support:appcompat-v7:26.1.0'

        androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'

    }