1. Obtain the Build Number of the installed Android Studio.
If you have installed Android Studio, you only need to update it incrementally. To download and update the jar package, you must first know your current Android Studio version, Help-> About.
2. query the latest official Android Studio version.
(2) Access ingress.
3. Download the incremental update package
After obtaining the version number, we can download the update package.
Https://dl.google.com/android/studio/patches/AI-130.737825-132.843336-patch-win.jar
The format is AI-$ FROM-$ TO-patch-win.jar, where $ FROM is the build number of your current android studio and $ TO is the build number of the latest android studio.
4. install the update package
Copy the downloaded update package to the installation directory of Android Studio, and copy the downloaded jar package to the directory.
5. Open the command line prompt, cd to the installation directory of Android Studio, and type the following command
java -classpath AI-130.737825-132.843336-patch-win.jar com.intellij.updater.Runner install .
. Indicates the current directory. That is, the installation directory of Android Studio.