Android Studio出现ERROR:Failed to resolve:volley Affected Modules:app出现错误前执行的操作
Android Studio出现ERROR:Failed to resolve:volley Affected Modules:app引入依赖
gradle添加volley和gson依赖:
implementation ‘com.android.volley:volley:1.1.1’
implementation ‘com.google.code.gson:gson:2.8.5’
为了避免下载缓慢,使用阿里云仓库替换gradle下载仓库repositories:
Android Studio出现ERROR:Failed to resolve:volley Affected Modules:appAndroid Studio出现ERROR:Failed to resolve:volley Affected Modules:app最后点击Sync now 出现错误

解决方法
不使用阿里云仓库,成功
Android Studio出现ERROR:Failed to resolve:volley Affected Modules:app

相关文章:

  • 2021-10-18
  • 2021-09-29
  • 2021-12-29
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
猜你喜欢
  • 2021-07-23
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2021-04-07
  • 2021-07-20
相关资源
相似解决方案