Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio upgrade automatic to 2.1 from 1.5 won't work

Ever since version 2.0 there is no way that I can get the button "Update and Restart" back when checking for updates. This missed button downloaded and applied automatically the patch to the newer version. It stopped working when 2.0 came to be. I am currently on 1.5, and would like to get 2.1 but not downloading the zip.

Now all I get is this, which forces me to download the zip file, but doesn't install the application. I have seen other posts related but none of them have solved my problem.

Studio Screenshot

like image 736
JaviMar Avatar asked Apr 27 '16 08:04

JaviMar


People also ask

Is it possible to manually update Android Studio?

After that the Android Studio will be restarted but... the update is not installed! I can repeat it if I click on "Help/Check for update". Has anybody an idea how to fix this? P.S. Sure it is possible to download the full version and install it manually, but it would be so convenient to use automatically updates.

Why doesn’t Android Studio start after installing Android Studio?

Android Studio doesn’t start after installing version 4.2 Studio tries to import previous.vmoptions and sanitize them to work with the garbage collector used by JDK 11. If that process fails, the IDE may not start for certain users who set custom VM options in the.vmoptions file.

Can old Android Studio projects work in Android Studio 3?

Updating Old Android Studio Projects to work in Android Studio 3.0+ As a lead consultant, I worked on so many Android applications in the past. In recent days, I have had to revisit some of them to make changes for clients.

How do I upgrade the platform tools in Android Studio?

To upgrade the Platform Tools, do the following: Open the SDK Manager from Android Studio by clicking Tools > SDK Manager or click SDK Manager in the toolbar. Click the checkbox next to Android SDK Platform-Tools so it shows a checkmark. A download icon should appear in the left column. Click Apply or OK.


1 Answers

In my case I just had to close that dialog and click again on Check for Updates until 'Update and Restart' appeared. I had to re open the dialog like 3 times. I had 1.5.1 and updated to 2.1.1

like image 64
IRPdevelop Avatar answered Nov 15 '22 09:11

IRPdevelop