Manual offline update of Android Studio

Source: Internet
Author: User

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.


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.