Android studio updates the android sdk online. androidstudiosdk
Recently, I was unable to cope with eclipse's "slowness". I was ready to start the Android studio development environment, but it seems that it was not very smooth. I successfully installed Android studio. When I updated Android adk online, I always encountered the following errors:
Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to https://dl-ssl.google.com refused...
Based on the online materials, the experiment found the final solution:
Method 1.C:/WINDOWS/system32/drivers/etc hosts file in the last line to add 74.125.237.1 dl-ssl.google.com
Method 2. open SDK Manager.exe-> select tool bar-> point options, in the following Force https://...sources to be fetched using http ://... you can simply turn the protected https protocol into a common http. Then fill in the Proxy parameters (find a Proxy that turns over the wall) in the Proxy setting item, and then update the download again. The speed is quite good.
Now, start Android studio and wish you a successful configuration!