Android Studio 更新问题

阅读更多
最近开始使用Android Studio做Android开发,但是从Android开发论坛下载的Android Studio一直都是0.2.0版本的,,因为在国内,每次点击【Check For Update】,都被我们伟大的 G~F~W给生生得阻断。
更新方式如下:
打开
https://dl.google.com/android/studio/patches/updates.xml

如下:
引用



AI



A new Android Studio 0.3.1 is available in the canary channel.

Canary builds are the bleeding edge, released about weekly. While these builds do get tested,
they are still subject to bugs, as we want people to see what's new as soon as possible.

For slightly more predictable builds, use Settings | Updates and select the Dev Channel.
]]>




然后复制以下网址到浏览器
http://dl.google.com/android/studio/patches/AI-132.893413-133.970939-patch-mac.jar



把“AI-130.687321”替换为当前的版本号,把“130.729444”替换成要升级的版本号,下载好对应的jar文件升级包,然后放在/Applications/Android Studio.app/ 目录下,在终端执行:
java -classpath AI-132.893413-133.970939-patch-mac.jar com.intellij.updater.Runner instaill . 

你可能感兴趣的:(android)