Failed To Fetch Url Http://dl-ssl.google.com/android/repository/addons_list.xml 404 Not Found
I am trying to update lastest android SDK manager on lastest JDK 1.8. Updating gives me info about failed xml fetch, also I can't open it in the browser: Any attempts to install a
Solution 1:
Well, I've found a solution.
- get this one: http://dl-ssl.google.com/android/repository/repository.xml (it doesn't give 404)
- find a name of .zip file inside matching your platform (for me it was tools_r22.6.2-windows.zip)
- find contents in C:/Program Files/Android/, matching contents of archive. Replace files from folder with content from archive.
These steps are enough to make Android SDK functional.
PS: as for 27.11.2015 this can be reproduced on clean VirtualBox with Windows 7: install jdk 1.8, android SDK and you will run into this trouble.
Post a Comment for "Failed To Fetch Url Http://dl-ssl.google.com/android/repository/addons_list.xml 404 Not Found"