When you are trying to update your Android SDK, you may have encountered this problem:-
Fetching https://dl-ssl.google.com/android/repository/repository-5.xml, as follows:-
This may be happening because you might be accesing internet from within proxy server.
You might be getting this error because you are accessing "https://" instead of "http://" which is not allowed by your server. So, this can also be a server side problem, but I am not sure about this.
After a quick ransack about this, the best solution to this problem which I found is as follows:-
In your SDK manager, Go to Tools Menu > Options... and in the pop-up dialog tick the "Force https://... sources to be fetched using http://..." option.
You are done...!!
Restart your SDK manager and download again your required packages.
Happy Coding..and remember, Code to make it better...
Fetching https://dl-ssl.google.com/android/repository/repository-5.xml, as follows:-
This may be happening because you might be accesing internet from within proxy server.
You might be getting this error because you are accessing "https://" instead of "http://" which is not allowed by your server. So, this can also be a server side problem, but I am not sure about this.
After a quick ransack about this, the best solution to this problem which I found is as follows:-
In your SDK manager, Go to Tools Menu > Options... and in the pop-up dialog tick the "Force https://... sources to be fetched using http://..." option.
You are done...!!
Restart your SDK manager and download again your required packages.
Happy Coding..and remember, Code to make it better...
No comments:
Post a Comment