Android Studio 当前版本1.0.1, 官网新版本1.1.0, 通过 Check for Update...升级, 提示 Connection failed. Please check your network connection and try again.

操作系统 Win7 X64 系统

解决方案:

修改 \Android Studio\bin 下的文件 studio.exe.vmoptions & studio64.exe.vmoptions. 添加如下内容重启 Android Studio 即可,

-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/ 

效果如下:

Android Studio Check for Update

Android Studio 1.1.0 妥妥滴.

 

相关文章:

  • 2021-06-10
  • 2022-12-23
  • 2021-07-05
  • 2021-08-31
  • 2021-04-30
  • 2022-01-28
  • 2022-12-23
  • 2021-07-17
猜你喜欢
  • 2022-01-21
  • 2022-12-23
  • 2021-06-11
  • 2021-04-03
  • 2021-06-02
  • 2021-07-11
  • 2021-09-04
相关资源
相似解决方案