Android SDK Manager cannot update the SDK.
The Android SDK Manager cannot be updated after it is blocked.
Error: Failed to fetch URL http://dl-ssl.google.com/
Refer to the following blog:
Http://blog.csdn.net/springsky_/article/details/7442388
However, www.google.com is also walled. Find a valid proxy: mirrors.neusoft.edu.cn
Tools ---> Option:
The android sdk manager does not display updates, but only the installed version is displayed. How can this problem be solved ??
This may be due to network problems, and google servers may not be connected in China.
Try the following method: 1.SDK Manager's Tools-> Options to open the Settings of SDK Manager,
Select Force https ://... Sources to be fetched using http ://...",
Use http.
2. Modify the hosts file.
Windows is in the C: \ WINDOWS \ system32 \ drivers \ etc directory,
Linux users open the/etc/hosts file,
After opening the file, add the following content:
# Android update 203.208.46.146 dl. google. com203.208.46.146 dl-ssl.google.com
Android sdk manager has been updated. android sdk manager in eclipse cannot detect my updated version.
Ah, the two paths on the image are different...