手机开发 2016-09-30
比如现在的as版本是2.2版本,而你的as版本2.0版本,这个时候点Check For Updates就没有反应了,因为你已经2个有版本没升级了(版本跨度太大 ),所以这样就不能在线升级了。
谷歌更新地址:https://dl.google.com/android/studio/patches/updates.xml
增加升级Jar下载:(windodws为win—linux为unix—mac os 为mac。对号入座)
https://dl.google.com/android/studio/patches/AI-xx-xx-patch-win.jar
https://dl.google.com/android/studio/patches/AI-xx-xx-patch-mar.jar
https://dl.google.com/android/studio/patches/AI-xx-xx-patch-unix.jar
点击菜单栏的 Help -- > About,先查看查看当前的Build Number,版本号143.2790544
去https://dl.google.com/android/studio/patches/updates.xml下载Jar,最新版本号145.3276617
拼装URL ———> https://dl.google.com/android/studio/patches/AI-xx-xx-patch-win.jar
进入Android Studio根目录
将下载的jar拷贝至Android Studio 的安装目录
执行命令:
与Windows平台下1-2-3步骤一样
安装这个地方有点不同。
拷贝
执行命令-安装
java -classpath /Applications/AndroidStudio.app/Contents/AI-143.2790544-145.3276617-patch-mar.jar com.intellij.updater.Runner install Contents/
3. 启动Android Studio安装完毕