`
zyallday
  • 浏览: 26178 次
  • 性别: Icon_minigender_1
  • 来自: 郑州
社区版块
存档分类
最新评论

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

如下:
引用

<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 . 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics