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?
2 Answers
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:
- Open the .zip folder using Windows Explorer.
- Click on 'Extract all' (or 'Extract all files') option in the ribbon.
- Enter any extract location you like. Extract them.
- Go to the extract location.
Go to
android-studio\binand runstudio.exe. - Go through the installation wizard. You are done.
If you have any other OS:
- Figure out how to unpack zip files on your platform.
- Unpack the zip file
- Go to the extract location, to
android-studio/binand run the studio executable for your OS. - Go through the installation wizard. You are done.
If using Ubuntu (or Linux in general), copy over the android-studio folder to /opt for a system-wide installation.
- 2,250
- 260
If you want early access to the next version of Android Studio, you don't have to replace your existing stable version. You can install the Android Studio preview side by side with the stable version and work on the same app projects in both.
- 1