5
2
I am using Android Studio 1.2.1.1, and I downloaded latest update. It was given as a zip folder. How to update Android studio from that folder?
5
2
I am using Android Studio 1.2.1.1, and I downloaded latest update. It was given as a zip folder. How to update Android studio from that folder?
7
UPDATE: Android Studio, even when zipped, is a huge file to download without being interrupted. If you have a poor internet connection, I would recommend using a download manager. It obviously cannot reduce the file size, but even if the download is interrupted, it can continue without hiccups while ensuring file integrity.
Steps to install Android Studio from a .zip folder:
If you have Windows:
android-studio\bin and run studio.exe.If you have any other OS:
android-studio/bin and run the studio executable for your OS.If using Ubuntu (or Linux in general), copy over the android-studio folder to /opt for a system-wide installation.
These steps worked fine for me. I updated Android studio 1.2 to 1.4 using Windows. – Sachith Muhandiram – 2015-09-27T14:29:01.100
Worked fine for me updating from 1.3 to 1.51. I had to rename the old "Android Studio" folder and then extract the zip to Android Studio (Taking the name of the original folder) – Jethro – 2016-01-02T20:49:58.977
"Enter the extract location". Which location? Any location or where Android Studio is currently installed? Also, On Step 4, I open AS and it gives me a dialog about "Keep old settings" or something similar; I accidentally closed AS at this point, and no matter what I do I can't get that dialog to open again. – DBedrenko – 2016-01-18T09:04:25.890
Dear @NewWorld , Save anywhere you can(No offence, but I guess that is obvious. Installers don't scan computers for previous installations(they may) & thus "Keep old settings". For your problem, I suggest deleting the extracted folder and re-extracting. – Varad Mahashabde – 2016-01-19T12:42:37.807
@VaradMahashabde When you say "the" extract location; it sounds like you're talking about a specific location; "an extract location" would be clearer. I did try to delete and re-extract the folder, but it didn't work. To solve the problem I had to download the AS installer and install that, rather than use the .zip file. – DBedrenko – 2016-01-19T13:25:25.447
I added the changes – Varad Mahashabde – 2016-01-19T14:35:08.250
1@SpaghettiCat You have to first delete the current android studio folder in C -> Program Files -> Android in order to remove the old version. Then extract the zip file to this location before installing the application from the bin folder as above. Select I don't have a version of android studio on my P.C. and it will automatically detect the sdk that was installed with the previous version. Select it and everything else should work on default install settings. – iOSAndroidWindowsMobileAppsDev – 2016-07-05T13:58:20.053
Also, you should remember to say that "run studio64.exe if you are running a 64-bit system" – Eames – 2016-08-22T16:21:49.153