Android Studio增量更新(Mac)
首先打开Android Studio
点击 Android Studio--->About Android Studio查看build版本号
在Chrome浏览器中打开https://dl.google.com/android/studio/patches/updates.xml
[图片上传中...(image.png-e58678-1530599239574-0)]
如果支持增量升级,当前版本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,升级成功
升级后