android studio升级方法

android studio 更新问题:

如果被墙则采用以下步骤:

一:看版本

help-->about    AI*****************

二:查看android studio最新版本号

https://dl.google.com/android/studio/patches/updates.xml

三:下载增量包

windows:https://dl.google.com/android/studio/patches/AI-当前版本号-最新版本号-patch-win.jar

linux:https://dl.google.com/android/studio/patches/AI-当前版本号-最新版本号-patch-unix.jar

例如:https://dl.google.com/android/studio/patches/AI-130.745757-132.809981-patch-win.jar

四:安装增量包

cd android-studio

sudo java -classpath AI-130.745757-132.809981-patch-win.jar com.intellij.updater.Runner install .

 

 

p.s 注意后边的"."

你可能感兴趣的:(android studio升级方法)