Android_stdio 解决gradle下载错误
·
错误报告:
Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-8.11.1-bin.zip '.
Reason: java.net.UnknownHostException: github.com
Please ensure gradle distribution url is correct.
If you are behind an HTTP proxy, please configure the proxy settings.
解决:gradle-wrapper.properties文件
distributionUrl=https://mirrors.cloud.tencent.com/gradle/gradle-8.11.1-all.zip
原文档:解决Gradle下载失败的问题(未配置却下载xx-src.zip的问题)经常写android的同学都知道,在打开新gra - 掘金
更多推荐


所有评论(0)