Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Setup Wizard Stuck on Downloading Components

Tags:

So far, I've run into a brick wall when trying to open Android Studio. Installation seems to run fine, but when I open the program for the first time, I am greeted with the setup wizard which informs me that it will be downloading components.

The first line in the dialog box tells me that the sdk has been installed in a specific location, which it then lists.

At the bottom, there are greyed-out navigation buttons for 'Back' 'Next' and 'Finish'. The 'Cancel' button is active, but when I click it, nothing happens.

There is no button for 'Show Details' to reveal what is going on behind the scenes.

Basically, this screen does not advance. I have tried on multiple different internet connections. I am not using a proxy.

When I hit cancel, the button becomes greyed-out, and nothing happens. The only way to exit the screen is to force close it in Task Manager.

I have tried running as an administrator.

I am currently running Windows 8.1.

Any ideas what is wrong?

like image 690
Dmac Avatar asked Mar 05 '15 18:03

Dmac


People also ask

How long does it take to download components in Android Studio?

Installing "Android Studio IDE" and "Android SDK" Installing Android software is probably the most challenging part of this project. It takes times - from 30 minutes to n hours to forever - depending on your luck, your programming knowledge, and your PC.

How do I fix Android SDK is missing or corrupted?

Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete). A new folder named Tools is now generated in the SDK directory.

Why is Android Studio installation every time I open it?

Maybe it is not installing properly. Try to look at your installed programs and see if you can find it. If you don't find it, you are having some installation problem. Also, make sure you are not running the instaltor instead of the shortcut.


1 Answers

You can download the latest components manually.

  1. Go to C:\Users\Username\AppData\Local\Android\sdk
  2. Open SDK Manager.exe
  3. Update the packages.
  4. Start Android Studio.
like image 105
Piyush Shrivastava Avatar answered Sep 25 '22 13:09

Piyush Shrivastava