http://dl-ssl.google.com/android/repository/addons_list.xml not accessible

26,075

Solution 1

In ecplise Goto->Help->Install New Software. Put the URL https://dl-ssl.google.com/android/eclipse/ in Work With option.

You will get Developer Tools Option. Select Android Development tools. Install this. Then goto Window->Android SDK Manager you can see all the packages listed. Select the one you want to install.

Solution 2

The correct link is https://dl-ssl.google.com/android/repository/addon.xml

Solution 3

For Windows XP:

I created many projects successfully. Problem came when i needed to update the sdk. I was shoked when i was unable to update. I did not have the option to set proxy as there was only one option available in the Tools menu i.e Tools->Manage Add-On Sites

I fixed this

Go to the android sdk installation path in my case it is **D:\Program Files\android-sdk\tools**

edit android.bat file and add -Dhttps.proxyHost=proxyserver -Dhttps.proxyPort=3128 after %REMOTE_DEBUG%

Run the sdk manager. On the SDK Manager UI Go to Tools -> Options -> Set the same proxy server and port .

Check Force https://

This solution works for me.

Solution 4

thanks friend i had the same problem before i did the below sections and is my slution: in sdk manager >>>tools>>>options>> mark the two box in the bottom of window.wich changes the proxy in right way .then reload the sdk manager from file .

Solution 5

The best thing you could do is to go to: TOOLS > OPTIONS. Then, in the other section (the bottom) select Force https://... to be fetched using http:// Then Close it. This should solve.

Share:
26,075
Admin
Author by

Admin

Updated on January 15, 2020

Comments