首先打开Android Studio

点击 Android Studio--->About Android Studio查看build版本号

在Chrome浏览器中打开https://dl.google.com/android/studio/patches/updates.xml
[图片上传中...(image.png-e58678-1530599239574-0)]

最新的studio版本号

如果支持增量升级,当前版本AI-162.4069837升级到AI-171.4408382的增量包下载地址为:

https://dl.google.com/android/studio/patches/AI-162.4069837-171.4408382-patch-mac.jar

如果下载慢可这样下载:

https://my-ubuntu-nightfarmer.c9users.io/download/AI-162.4069837-171.4408382-patch-mac.jar

如果我想从2.3.3升级到3.0.0 ,查找2.3.3 版本的patch id 是162.4069837,3.0.0版本的patch id 是171.4408382,查看了2.3.3到3.0.0是支持增量升级的,故增量包的下载地址为:
https://dl.google.com/android/studio/patches/AI-162.4069837-171.4408382-patch-mac.jar

下载完成后,在Mac下Application选中Android Studio右键 显示包内容,进入Contents文件夹,将下载下来的增量包AI-162.4069837-171.4408382-patch-mac.jar拷贝进去,。

接着打开Mac终端:输入命令行

cd /Applications/Android\ Studio.app

java -classpath /Applications/Android\ Studio.app/Contents/AI-162.4069837-171.4408382-patch-mac.jar com.intellij.updater.Runner install Contents/


更新执行命令

执行后,会弹出类似于下面的弹框 ,就是提示安装的时候有一些冲突,直接点击处理就行了


更新弹框

点击升级框的Proceed

升级成功,重启AndroidStudio

AndroidStudio--->About Android Studio查看build版本号 为3.0,升级成功


升级后

更多相关文章

  1. 在AndroidStudio中使用V8包中的RenderScript
  2. Execution failed for task ':app:preDebugAndroidTestBuild
  3. Android(安卓)Studio SDK 各版本下载方法
  4. Eclipse+android 开发配置步骤
  5. Android(安卓)Sqlite 相关汇总
  6. 【学习Android遇到的错误】Unable to resolve target 'android-9
  7. Android的AutoCompleteTextView在API17高版本添加的setText函数
  8. gradle/gradle plugin/Android(安卓)studio关系
  9. 【置顶】Errors occurred during the build完美解决之道

随机推荐

  1. Android 瀑布流Demo
  2. android linux kernel和standard linux k
  3. Mac下Android配置及unity3d的导出Android
  4. Android上的OpenGL ES 使用错误 解决
  5. Android文档不同Tab页之间无法自由链接的
  6. Android调用测试
  7. picasso_强大的Android图片下载缓存库
  8. Android中service之初见
  9. Android 入门到精通 (界面编程#2-Menu)
  10. Android中RatingBar的自定义总结