1.设置为No proxy
文章来源:https://www.toymoban.com/news/detail-857405.html
2.删除.gradle下的gradle.properties文件
文章来源地址https://www.toymoban.com/news/detail-857405.html
3.设置阿里云Maven镜像地址
maven {
url 'https://maven.aliyun.com/repository/public/'
}
maven {
url 'https://maven.aliyun.com/repository/central'
}
// mavenCentral()
到了这里,关于Android Studio Unknown host You may need to adjust the proxy settings in Gradle解决办法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!