How to update Android Studio from a zip file?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
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?
updates android-studio
add a comment |
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?
updates android-studio
add a comment |
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?
updates android-studio
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?
updates android-studio
updates android-studio
edited Feb 1 at 0:51
fixer1234
19.3k145082
19.3k145082
asked Sep 26 '15 at 3:17
SachithSachith
4461617
4461617
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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 toandroid-studiobinand 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.
These steps worked fine for me. I updated Android studio 1.2 to 1.4 using Windows.
– Sachith
Sep 27 '15 at 14:29
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
Jan 2 '16 at 20:49
"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
Jan 18 '16 at 9:04
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
Jan 19 '16 at 12:42
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
Jul 5 '16 at 13:58
|
show 3 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f978368%2fhow-to-update-android-studio-from-a-zip-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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 toandroid-studiobinand 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.
These steps worked fine for me. I updated Android studio 1.2 to 1.4 using Windows.
– Sachith
Sep 27 '15 at 14:29
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
Jan 2 '16 at 20:49
"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
Jan 18 '16 at 9:04
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
Jan 19 '16 at 12:42
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
Jul 5 '16 at 13:58
|
show 3 more comments
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 toandroid-studiobinand 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.
These steps worked fine for me. I updated Android studio 1.2 to 1.4 using Windows.
– Sachith
Sep 27 '15 at 14:29
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
Jan 2 '16 at 20:49
"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
Jan 18 '16 at 9:04
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
Jan 19 '16 at 12:42
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
Jul 5 '16 at 13:58
|
show 3 more comments
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 toandroid-studiobinand 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.
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 toandroid-studiobinand 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.
edited Mar 6 '18 at 16:13
PulseJet
1,8542930
1,8542930
answered Sep 26 '15 at 11:05
Varad MahashabdeVarad Mahashabde
13814
13814
These steps worked fine for me. I updated Android studio 1.2 to 1.4 using Windows.
– Sachith
Sep 27 '15 at 14:29
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
Jan 2 '16 at 20:49
"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
Jan 18 '16 at 9:04
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
Jan 19 '16 at 12:42
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
Jul 5 '16 at 13:58
|
show 3 more comments
These steps worked fine for me. I updated Android studio 1.2 to 1.4 using Windows.
– Sachith
Sep 27 '15 at 14:29
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
Jan 2 '16 at 20:49
"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
Jan 18 '16 at 9:04
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
Jan 19 '16 at 12:42
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
Jul 5 '16 at 13:58
These steps worked fine for me. I updated Android studio 1.2 to 1.4 using Windows.
– Sachith
Sep 27 '15 at 14:29
These steps worked fine for me. I updated Android studio 1.2 to 1.4 using Windows.
– Sachith
Sep 27 '15 at 14:29
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
Jan 2 '16 at 20:49
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
Jan 2 '16 at 20:49
"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
Jan 18 '16 at 9:04
"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
Jan 18 '16 at 9:04
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
Jan 19 '16 at 12:42
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
Jan 19 '16 at 12:42
1
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
Jul 5 '16 at 13:58
@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
Jul 5 '16 at 13:58
|
show 3 more comments
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f978368%2fhow-to-update-android-studio-from-a-zip-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown