Is there no install file for Android Studio
I am looking to install Android Studio but all I can find is the .zip file on the site that has the exe's. Is there no install file that adds all the shortcuts and dependencies?
windows-8 android-studio
add a comment |
I am looking to install Android Studio but all I can find is the .zip file on the site that has the exe's. Is there no install file that adds all the shortcuts and dependencies?
windows-8 android-studio
2
What do you mean? You download a ~360MB .exe file which is the installer.
– Rsya Studios
Nov 30 '14 at 8:21
@RsyaStudios could you please paste the link?
– David Pilkington
Nov 30 '14 at 8:35
add a comment |
I am looking to install Android Studio but all I can find is the .zip file on the site that has the exe's. Is there no install file that adds all the shortcuts and dependencies?
windows-8 android-studio
I am looking to install Android Studio but all I can find is the .zip file on the site that has the exe's. Is there no install file that adds all the shortcuts and dependencies?
windows-8 android-studio
windows-8 android-studio
edited Feb 1 at 1:16
fixer1234
19k144982
19k144982
asked Nov 30 '14 at 8:19
David PilkingtonDavid Pilkington
12115
12115
2
What do you mean? You download a ~360MB .exe file which is the installer.
– Rsya Studios
Nov 30 '14 at 8:21
@RsyaStudios could you please paste the link?
– David Pilkington
Nov 30 '14 at 8:35
add a comment |
2
What do you mean? You download a ~360MB .exe file which is the installer.
– Rsya Studios
Nov 30 '14 at 8:21
@RsyaStudios could you please paste the link?
– David Pilkington
Nov 30 '14 at 8:35
2
2
What do you mean? You download a ~360MB .exe file which is the installer.
– Rsya Studios
Nov 30 '14 at 8:21
What do you mean? You download a ~360MB .exe file which is the installer.
– Rsya Studios
Nov 30 '14 at 8:21
@RsyaStudios could you please paste the link?
– David Pilkington
Nov 30 '14 at 8:35
@RsyaStudios could you please paste the link?
– David Pilkington
Nov 30 '14 at 8:35
add a comment |
1 Answer
1
active
oldest
votes
I see what you mean now. See here:
Turns out that Android Studio is now portable - like Eclipse. In other words, there is no installing, you just get the zip file, which contains everything you need, such as the executables that run Android Studio. You'll need to store this folder somewhere relevant and create a shortcut to the studio(64).exe file to run it from desktop/start menu.
The SDK is also no longer bundled with Android Studio, so that will need to be downloaded separately, as the zip file only contains the IDE and not the Android SDK.
Link to SDK.
You will then point Android Studio to your SDK installation location.
INFO: Apparently Google has also changed all of the previous versions to zip files.
Similar question here.
When you start Android Studio, it won't let you create a new project until you configure the SDK location.
Source
Yeah that is what I have been doing but I was hoping that they had a bundle somewhere.
– David Pilkington
Nov 30 '14 at 8:42
Yeah me too.. but I guess everything in a zip file is convenient too. It won't leave too much footprints on my computer - downside is the extra hassle for the SDK of course.
– Rsya Studios
Nov 30 '14 at 8:45
add a comment |
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%2f846669%2fis-there-no-install-file-for-android-studio%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
I see what you mean now. See here:
Turns out that Android Studio is now portable - like Eclipse. In other words, there is no installing, you just get the zip file, which contains everything you need, such as the executables that run Android Studio. You'll need to store this folder somewhere relevant and create a shortcut to the studio(64).exe file to run it from desktop/start menu.
The SDK is also no longer bundled with Android Studio, so that will need to be downloaded separately, as the zip file only contains the IDE and not the Android SDK.
Link to SDK.
You will then point Android Studio to your SDK installation location.
INFO: Apparently Google has also changed all of the previous versions to zip files.
Similar question here.
When you start Android Studio, it won't let you create a new project until you configure the SDK location.
Source
Yeah that is what I have been doing but I was hoping that they had a bundle somewhere.
– David Pilkington
Nov 30 '14 at 8:42
Yeah me too.. but I guess everything in a zip file is convenient too. It won't leave too much footprints on my computer - downside is the extra hassle for the SDK of course.
– Rsya Studios
Nov 30 '14 at 8:45
add a comment |
I see what you mean now. See here:
Turns out that Android Studio is now portable - like Eclipse. In other words, there is no installing, you just get the zip file, which contains everything you need, such as the executables that run Android Studio. You'll need to store this folder somewhere relevant and create a shortcut to the studio(64).exe file to run it from desktop/start menu.
The SDK is also no longer bundled with Android Studio, so that will need to be downloaded separately, as the zip file only contains the IDE and not the Android SDK.
Link to SDK.
You will then point Android Studio to your SDK installation location.
INFO: Apparently Google has also changed all of the previous versions to zip files.
Similar question here.
When you start Android Studio, it won't let you create a new project until you configure the SDK location.
Source
Yeah that is what I have been doing but I was hoping that they had a bundle somewhere.
– David Pilkington
Nov 30 '14 at 8:42
Yeah me too.. but I guess everything in a zip file is convenient too. It won't leave too much footprints on my computer - downside is the extra hassle for the SDK of course.
– Rsya Studios
Nov 30 '14 at 8:45
add a comment |
I see what you mean now. See here:
Turns out that Android Studio is now portable - like Eclipse. In other words, there is no installing, you just get the zip file, which contains everything you need, such as the executables that run Android Studio. You'll need to store this folder somewhere relevant and create a shortcut to the studio(64).exe file to run it from desktop/start menu.
The SDK is also no longer bundled with Android Studio, so that will need to be downloaded separately, as the zip file only contains the IDE and not the Android SDK.
Link to SDK.
You will then point Android Studio to your SDK installation location.
INFO: Apparently Google has also changed all of the previous versions to zip files.
Similar question here.
When you start Android Studio, it won't let you create a new project until you configure the SDK location.
Source
I see what you mean now. See here:
Turns out that Android Studio is now portable - like Eclipse. In other words, there is no installing, you just get the zip file, which contains everything you need, such as the executables that run Android Studio. You'll need to store this folder somewhere relevant and create a shortcut to the studio(64).exe file to run it from desktop/start menu.
The SDK is also no longer bundled with Android Studio, so that will need to be downloaded separately, as the zip file only contains the IDE and not the Android SDK.
Link to SDK.
You will then point Android Studio to your SDK installation location.
INFO: Apparently Google has also changed all of the previous versions to zip files.
Similar question here.
When you start Android Studio, it won't let you create a new project until you configure the SDK location.
Source
edited May 23 '17 at 11:33
Community♦
1
1
answered Nov 30 '14 at 8:38
Rsya StudiosRsya Studios
3,02021322
3,02021322
Yeah that is what I have been doing but I was hoping that they had a bundle somewhere.
– David Pilkington
Nov 30 '14 at 8:42
Yeah me too.. but I guess everything in a zip file is convenient too. It won't leave too much footprints on my computer - downside is the extra hassle for the SDK of course.
– Rsya Studios
Nov 30 '14 at 8:45
add a comment |
Yeah that is what I have been doing but I was hoping that they had a bundle somewhere.
– David Pilkington
Nov 30 '14 at 8:42
Yeah me too.. but I guess everything in a zip file is convenient too. It won't leave too much footprints on my computer - downside is the extra hassle for the SDK of course.
– Rsya Studios
Nov 30 '14 at 8:45
Yeah that is what I have been doing but I was hoping that they had a bundle somewhere.
– David Pilkington
Nov 30 '14 at 8:42
Yeah that is what I have been doing but I was hoping that they had a bundle somewhere.
– David Pilkington
Nov 30 '14 at 8:42
Yeah me too.. but I guess everything in a zip file is convenient too. It won't leave too much footprints on my computer - downside is the extra hassle for the SDK of course.
– Rsya Studios
Nov 30 '14 at 8:45
Yeah me too.. but I guess everything in a zip file is convenient too. It won't leave too much footprints on my computer - downside is the extra hassle for the SDK of course.
– Rsya Studios
Nov 30 '14 at 8:45
add a comment |
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%2f846669%2fis-there-no-install-file-for-android-studio%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
2
What do you mean? You download a ~360MB .exe file which is the installer.
– Rsya Studios
Nov 30 '14 at 8:21
@RsyaStudios could you please paste the link?
– David Pilkington
Nov 30 '14 at 8:35