Is there no install file for Android Studio

2

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?

David Pilkington

Posted 2014-11-30T08:19:53.543

Reputation: 141

2What do you mean? You download a ~360MB .exe file which is the installer. – Rsya Studios – 2014-11-30T08:21:24.193

@RsyaStudios could you please paste the link? – David Pilkington – 2014-11-30T08:35:30.327

Answers

2

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

Rsya Studios

Posted 2014-11-30T08:19:53.543

Reputation: 3 160

Yeah that is what I have been doing but I was hoping that they had a bundle somewhere. – David Pilkington – 2014-11-30T08:42:31.093

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 – 2014-11-30T08:45:50.727