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:最后点击Sync now 出现错误
解决方法
不使用阿里云仓库,成功