Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve xxx.
各種 443 failed to respond
解決方法網(wǎng)上搜到很多轻纪。
第一種使用鏡像倉庫
maven {
url 'https://maven.aliyun.com/repository/gradle-plugin'
}
maven {
url 'https://maven.aliyun.com/repository/public'
}
maven {
url 'https://maven.aliyun.com/repository/central'
}
maven { url 'https://maven.aliyun.com/repository/google/' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
第二種 使用代理
AS 打開
Configure –> settings –> Appearance & Behavior –> System Settings –> HTTP Proxy,選中Auto-detect proxy settings鸿秆,勾選下方Automatic proxy configuration URL叉橱,填入國內(nèi)的某個鏡像站。
例如:mirrors.opencas.ac.cn:80
Android SDK在線更新鏡像服務(wù)器
1.中國科學(xué)院開源協(xié)會鏡像站地址:
?IPV4/IPV6: mirrors.opencas.cn 端口:80
?IPV4/IPV6: mirrors.opencas.org 端口:80
?IPV4/IPV6: mirrors.opencas.ac.cn 端口:80
2.上海GDG鏡像服務(wù)器地址:
sdk.gdgshanghai.com 端口:8000
3.北京化工大學(xué)鏡像服務(wù)器地址:
?IPv4: ubuntu.buct.edu.cn/ 端口:80
?IPv4: ubuntu.buct.cn/ 端口:80
?IPv6: ubuntu.buct6.edu.cn/ 端口:80
4.大連東軟信息學(xué)院鏡像服務(wù)器地址:
mirrors.neusoft.edu.cn 端口:80
5.騰訊Bugly 鏡像:
android-mirror.bugly.qq.com 端口:8080
總結(jié)
再也不擔心依賴下載不下來了