码迷,mamicode.com
首页 > 移动开发 > 详细

android studio 更新失败解决办法

时间:2014-12-23 01:26:18      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:

在andriod studio目录下找到studio.exe.vmoptions这个文件,用记事本打开,在后面加上

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

如果是64位,则修改studio64.exe.vmoptions文件

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

 

然后通过help—check for update

 

android studio 更新失败解决办法

标签:

原文地址:http://www.cnblogs.com/jin123d/p/4179297.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!