Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configu

Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle. Consult IDE log for more details (Help | Show Log) (1 m 10 s 430 ms) 解决办法(仅供参考)

最近刚刚下载的 Android Studio 3.6 新建一下项目之后出现了这个问题
请添加图片描述
Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configu_第1张图片

我因为之前的一些原因,我是把Android Studio 4.0 删掉之后,重新下载的Android Studio 3.6
把配置文件什么的 都删干净之后,重新下载的 Android Studio 3.6
解决办法:
在系统环境变量里面添加 sdk 的路径,再重新新建一个项目就能解决了
基本操作截图如下:
此电脑----右击----属性----高级系统设置
Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configu_第2张图片

Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configu_第3张图片
Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configu_第4张图片
我这边是默认配置的sdk路径,所以如果大家没有修改sdk的下载路径,那应该就是和我一样的路径,把 用户名Lenovo对应成 你自己的 电脑用户名就行

Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configu_第5张图片
点击新建-----再把你电脑上sdk的路径加在最后面就可以了

然后新建一个项目,就不会出现这个问题了

你可能感兴趣的:(Android,gradle,android,studio)