Android Studio出现ERROR:Failed to resolve:volley Affected Modules:app

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