标签:mac android studio 升级
在Mac系统中,安装android studio的正式版本是1.01的
如果直接在界面中点击check update,会弹出如下提示
Connection failed. Please check your network connection and try again
网传的一些方法过于繁琐,有一个临时替代的解决方案如下
1. Finder里, shift+command+g, 进入如下文件夹
/Applications/Android Studio.app/Contents/bin/studio.vmoptions
2. 打开此文件,用文本编辑器或者Vim
3.在最后一行添加如下内容:
-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/
4.存盘退出
5. 打开android studio,提示有新版本,点击升级即可到1.02
6. 升级过程中,提示第一步的文件被修改,是否需要替换。可以点击替换。文件会被还原
7. 所有的升级完成之后,可以重复1-4步,进行下一次的升级。
Mac OS中, android stuido升级提示Connection failed. Please check your network connection and try again
标签:mac android studio 升级
原文地址:http://blog.csdn.net/vieri_ch/article/details/42365467