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

后端 未结 5 514
情深已故
情深已故 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:35

    Add mavenCentral() to your repositories under jcenter() JCenter doesn't have those dependencies that you require.


    Edit: Also couldn't resolve the dependencies because of the proxy filtering traffic from and to maven.

提交回复
热议问题