Android studio v2.2.2 error(27,17) failed to resolve junit:junit4.12

后端 未结 5 513
情深已故
情深已故 2020-12-20 18:33

I have searched everywhere for this answer and tried multiple ways to fix this but as I\'m new to this IDE I need a little help.

All I have done is created an empty

5条回答
  •  温柔的废话
    2020-12-20 19:26

    just remove :

    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
    

提交回复
热议问题