What is the best use of Android studio incremental upgrade?
For example, now that the as version is 2.2, and your as version 2.0, this time the point Check for Updates is not responding, because you already have 2 version is not upgraded (the version span is too large), so it can not be upgraded online.
Important Information
Google Update Address: https://dl.google.com/android/studio/patches/updates.xml
Add upgrade jar Download: (Windodws for Win-linux for Unix-mac OS for Mac. seat )
-
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
- Here is an explanation of the above meaning that the preceding XX means the version number of the current as, and vice versa represents the version number of the latest as.
- Jar installation Command:
-
- Windows--java-classpath Xxx.jar com.intellij.updater.Runner Install.
- Mac os--java-classpath xxx.jar Com.intellij.updater.Runner Install contents/
Incremental upgrade steps under Windows
Click Help on the menu bar-> About, First view view current build number, version 143.2790544
Go to https://dl.google.com/android/studio/patches/updates.xml download jar, latest version number 145.3276617
Assemble URL ——— > https://dl.google.com/android/studio/patches/ai-xx-xx-patch-win.jar
- Download Incremental jar Package https://dl.google.com/android/studio/patches/ai-143.2790544-145.3276617- Patch-win.jar (over Wall)
Go to the Android studio root directory
Copy the downloaded jar to the installation directory of Android Studio
- Execute command:
- Java-classpath ai-143.2790544-145.3276617-patch-win.jar com.intellij.updater.Runner install.
Incremental upgrade steps under Mac
Same as 1-2-3 steps under Windows platform
- Download Incremental jar package https://dl.google.com/android/studio/patches/ai-143.2790544-145.3276617-patch-Mar. JAR (over wall)
Installing this place is a little different.
Copy
Execute command-Install
Java-classpath/applications/androidstudio.app/contents/ai-143.2790544-145.3276617-patch-mar.jar Com.intellij.updater.Runner Install contents/
3. Start Android Studio installation complete
Androidstudio incremental upgrade of MAC platform and Windows platform