Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to access Android SDK add-on list

I'm new to Android programming. I was installing the Android studio and it got stuck at one point during installation showing the following message.

So, don't to how to proceed, I searched about it, but couldn't get explanation about this specific condition.

Can someone explain what to do next?

Screenshot:

enter image description here

Note: I'm using Windows 7, Installed JDK 7 before installing Android studio.

Update: I tried to click upon "Setup Proxy" and then just clicked ok without doing anything and it worked, don't know how, but it did.

Try that if any one face the same.

like image 289
Shashi Avatar asked Mar 07 '15 17:03

Shashi


2 Answers

Add the following code to C:\Program Files\Android\Android Studio\bin\idea.properties

disable.android.first.run=true

Just open the file and press Ctrl+F and type run then you will find this run=false, change it to true.

like image 190
StarCrafter Avatar answered Oct 02 '22 14:10

StarCrafter


1) click on set up proxy. 2) Select option Auto Detect proxy. 3) Click continue, it will work!! All the best

like image 24
Vageesha Km Avatar answered Oct 02 '22 13:10

Vageesha Km