标签:
Android studio 更新时,提示网络问题
“Connection failed. Please check your network connection and try again”
在默认的studio64.exe.vmoptions(64bit系统) 文件或studio.exe.vmoptions(32bit系统) 增加配置如下:
-Djava.net.preferIPv4Stack=true
-Didea.updates.url=http://dl.google.com/android/studio/patches/updates.xml
-Didea.patches.url=http://dl.google.com/android/studio/patches/
第一句IPV4的可加可不加, 文件默认的配置中已包含,重点在下面两句。
然后选择 help--> check for update 出现如下提示,点击 Update and Restart进行升级
标签:
原文地址:http://www.cnblogs.com/blacksonny/p/4473516.html