Android Bug: Could not install Gradle distribution from

Android Studio Arctic Fox 在配置新工程时遇到Could not install Gradle distribution from:…的问题。
网上的大多数博客讲的都是老版Android Studio中出现这个问题的解决办法,但不适用于新版Android Studio了。新版解决方案如下:
(1) 点击错误信息中的链接:
1 https://services.gradle.org/distributions/gradle-6.7.1-bin.zip
下载ZIP文件到指定路径,并解压。
(2) 点击 file – & gt; Settings-> Build, Execution,Deployment-> Build Tools-> Gradle, 在gradle projects区域,将use gradle改为你自己的下载路径,重试:
Android Bug: Could not install Gradle distribution from
(3) 问题解决。

上一篇:ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。


下一篇:Idea的springboot工程里,经常会遇到Could not autowire的问题