TomRichardson
TomRichardson

Reputation: 6033

Android Studio no installation wizard

I have downloaded the latest Android Studio and when I run studio64.exe it opens Android Studio as a standalone application, however I would like to install it to my system.

The website says there is an installation wizard however I get taken straight to the Android Studio start screen. Is there still a way to install it on a Windows machine?

Upvotes: 6

Views: 19664

Answers (3)

Anupriya Sharma
Anupriya Sharma

Reputation: 11

Check if its in compatible mode with your OS version of your machine. Right click on the downloaded bundle > Move to properties> Compatibility tab> Select Compatibility tab> Tick the check-box- Run in Compatibility mode> Select your OS version from the drop down.

You will get the set up wizard :)

Worked for me :)

Upvotes: 0

aks
aks

Reputation: 31

you can get the sdk manager as stand alone installer.once installed you need to run it as "administrator", than only it will be able to download and install packages and api's. follow the given below link:

http://dl.google.com/android/installer_r23.0.2-windows.exe

Upvotes: 3

TomRichardson
TomRichardson

Reputation: 6033

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 of this post the Android Studio installation instructions by Google are out of date.

Upvotes: 15

Related Questions