Reputation: 65
http://dl-ssl.google.com/android/repository/addons_list.xml not accessible from browser and also from android SDK manager. Please help
Upvotes: 6
Views: 26564
Reputation: 11
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.
Upvotes: 1
Reputation: 11
Run the sdk manager. On the SDK Manager UI Go to Tools -> Options -> Set the same proxy server and port .
Check Force https://
leave everything else the same - worked for me!
Upvotes: 0
Reputation: 11
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 .
Upvotes: 1
Reputation: 181
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.
Upvotes: 2
Reputation: 66
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.
Upvotes: 4
Reputation: 11230
The correct link is
https://dl-ssl.google.com/android/repository/addon.xml
Upvotes: 3