Android SDK Manager cannot update the SDK or the update speed is slow.
Google is completely inaccessible due to the fire Great Wall. Therefore, the Android SDK Manager cannot update the SDK or the update speed is slow,
Solution: 1. Use a proxy
In SDK Manager
Tools ---> Option:
Connection address: mirrors.neusoft.edu.cn
Port: 80
2. Modify the hosts file so that the update speed is faster.
In the C: \ Windows \ system32 \ drivers \ etc directory for WINDOWS, a Linux user opens the/etc/hosts file. Open the file and add the following content to the end.
# Google Homepage
203.208.46.146 www.google.com
# This line is used to open the official Android development website. Now it seems that you can open it without turning over the wall.
74.125.113.121 2.16.android.com
# Download the updated content from the following address:
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
3. the troublesome method is to open it directly.
Https://dl-ssl.google.com/android/repository/addons_list.xml
Https://dl-ssl.google.com/android/repository/repository.xml
Https://dl-ssl.google.com/android/repository/addon.xml
Find the file name you want to download and use thunder to download the files.