Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

android

http://dl-ssl.google.com/android/repository/addons_list.xml not accessible from browser and also from android SDK manager. Please help

like image 835
user1026974 Avatar asked Nov 03 '11 04:11

user1026974


3 Answers

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.

like image 89
mohit Avatar answered Sep 22 '22 01:09

mohit


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

like image 30
Rajdeep Dua Avatar answered Sep 20 '22 01:09

Rajdeep Dua


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.

like image 40
bilalhaider Avatar answered Sep 20 '22 01:09

bilalhaider