ERROR: Failed to resolve: com.android.support.test.espresso:espresso-core:2.2.2

ERROR: Failed to resolve: com.android.support:appcompat-v7:25.3.1

Android studio跑别人的项目,经常会出现这种不匹配的情况。
解决方法:
1.

Android studio ERROR: Failed to resolve: com.android.support.test.espresso:espresso-core:2.2.2
2.添加

maven {
url “https://maven.google.com”
}

Android studio ERROR: Failed to resolve: com.android.support.test.espresso:espresso-core:2.2.2

如果还有问题,看这篇文章
https://stackoverflow.com/questions/45097825/failed-to-resolve-com-android-support-test-espresso

相关文章:

  • 2022-12-23
  • 2021-08-29
  • 2021-06-20
  • 2022-01-20
  • 2021-12-08
  • 2021-04-11
  • 2021-06-19
  • 2022-12-23
猜你喜欢
  • 2021-12-19
  • 2021-05-13
  • 2021-04-07
  • 2021-05-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案