android studio 配置HTTP proxy 在线更新镜像服务器 可用阿里云镜像
Android SDK在线更新镜像服务器
南阳理工学院镜像服务器地址:
mirror.nyist.edu.cn 端口:80
中国科学院开源协会镜像站地址:
IPV4/IPV6: mirrors.opencas.cn 端口:80
IPV4/IPV6: mirrors.opencas.org 端口:80
IPV4/IPV6: mirrors.opencas.ac.cn 端口:80
上海GDG镜像服务器地址:
sdk.gdgshanghai.com 端口:8000
北京化工大学镜像服务器地址:
IPv4: ubuntu.buct.edu.cn/ 端口:80
IPv4: ubuntu.buct.cn/ 端口:80
IPv6: ubuntu.buct6.edu.cn/ 端口:80
大连东软信息学院镜像服务器地址:
mirrors.neusoft.edu.cn 端口:80
腾讯Bugly 镜像:
android-mirror.bugly.qq.com 端口:8080
腾讯镜像使用方法:http://android-mirror.bugly.qq.com:8080/include/usage.html
以上方法都已失效了,可以用阿里云的镜像
使用方法https://developer.aliyun.com/mvn/guide
repositories {
maven {url 'https://maven.aliyun.com/repository/google/'}
maven {url 'https://maven.aliyun.com/repository/public/'}
mavenLocal()
mavenCentral()
}
在Androidstudio中设置的位置如下图所示:
下载Gradle一直失败,使用正确的下载地址
检查gradle-wrapper.properties:
错误:https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
正确: https\://downloads.gradle-dn.com/distributions/gradle-5.6.4-all.zip