Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 586
TomRichardson Avatar asked Nov 02 '14 15:11

TomRichardson


People also ask

Where can I find Android Studio setup wizard?

To launch Android Studio, navigate to the android-studio/bin/ directory in a terminal and execute studio.sh. Follow the setup wizard to install the SDK and any necessary SDK tools. If you already have a copy of the SDK, choose Custom Install in the Install Type. In the SDK components uncheck SDK.

Where is the installer wizard?

Press windows key + R and type "services. msc" in the run box and press enter. b. In services windows check for windows installer status.

How do I use Android Studio Setup Wizard?

Follow these steps to set up Android Studio: In the Setup Wizard window, select the Standard option to apply the recommended settings and click Next. Next, select a theme you want and click Next again to verify the settings you've configured. On the following screen, select Accept and click Finish to apply the changes.


1 Answers

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.

like image 185
TomRichardson Avatar answered Oct 19 '22 04:10

TomRichardson