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

如下:
引用
<products>
<product name="Android Studio">
<code>AI</code>
<channel id="AI-0-eap" name="Android Studio updates" status="eap" url="http://tools.android.com/recent" feedback="https://code.google.com/p/android/issues/entry?template=Android+Studio+bug" majorVersion="0">
<build number="132.883541" version="0.3.1">
<message>
<![CDATA[
<html> A new Android Studio 0.3.1 is available in the canary channel.<p/> Canary builds are the bleeding edge, released about weekly. While these builds do get tested,<br/> they are still subject to bugs, as we want people to see what's new as soon as possible.<br/> <p/> For slightly more predictable builds, use <b>Settings | Updates</b> and select the <b>Dev Channel</b>. </html>
]]>
</message>
<button name="Download" url="http://tools.android.com/download/studio/canary/latest/" download="true"/>
<button name="Release Notes" url="http://tools.android.com/recent"/>
<patch from="130.737825" size="34"/>
<patch from="130.777423" size="22"/>
<patch from="130.782403" size="22"/>
<patch from="130.795381" size="19"/>
<patch from="132.809981" size="19"/>
<patch from="132.821530" size="18"/>
<patch from="132.830170" size="15"/>
<patch from="132.843336" size="8"/>
<patch from="132.855830" size="7" exclusions="mac"/>
<patch from="132.858136" size="7" exclusions="mac"/>
<patch from="132.863010" size="7"/>
<patch from="132.878379" size="1"/>
</build>
</channel>
<channel id="AI-0-dev-channel" name="Android Studio updates" status="milestone" url="http://tools.android.com/recent" feedback="https://code.google.com/p/android/issues/entry?template=Android+Studio+bug" majorVersion="0">
<build number="132.883541" version="0.3.1">
<message>
<![CDATA[
<html> A new Android Studio 0.3.1 is available in the dev channel.<p/> Dev channel builds are hand-picked older canary builds that survived the test of time. </html>
]]>
</message>
<button name="Download" url="http://developer.android.com/sdk/installing/studio.html" download="true"/>
<button name="Release Notes" url="http://tools.android.com/recent"/>
<patch from="130.737825" size="34"/>
<patch from="130.777423" size="22"/>
<patch from="130.782403" size="22"/>
<patch from="130.795381" size="19"/>
<patch from="132.809981" size="19"/>
<patch from="132.821530" size="18"/>
<patch from="132.830170" size="15"/>
<patch from="132.843336" size="8"/>
<patch from="132.855830" size="7" exclusions="mac"/>
<patch from="132.858136" size="7" exclusions="mac"/>
<patch from="132.863010" size="7"/>
<patch from="132.878379" size="1"/>
</build>
</channel>
</product>
</products>



然后复制以下网址到浏览器
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 . 

更多相关文章

  1. Android获取默认浏览器信息
  2. AndTerm - Android super terminal- Android超级终端
  3. Android版本号对应API、版本名称、NDK版本等
  4. android终端模拟器运行命令可以进行adb connect
  5. Android 如何使用浏览器去下载app和加载html
  6. Android 移动终端camera 防偷*拍设置
  7. Android接入WebView(五)——浏览器制作总结及源码分享
  8. Android接入WebView(四)——浏览器书签与历史记录详细处理

随机推荐

  1. android中AlertDialog 中setView用法的一
  2. Android(安卓)子项目 列表
  3. Android之权限管理
  4. Android知识体系总结
  5. ListView
  6. Android(安卓)手势识别向左,右,上,下,滑动的
  7. android 固定横屏幕竖屏
  8. Android(安卓)popupWindow的使用
  9. Android(安卓)定位不依赖三方sdk
  10. java.lang.BootstrapMethodError: Except