Android SDK download speed is slow, there are probably two ways to solve. First, FQ. This method is more thorough, but it will cost a lot to have a stable effect. Second, some high-skilled directly to the SDK software, the direct download speed is very fast, after downloading the package in the SDK under the Temp folder, the installation program will be installed locally.
First, open the SDK tools, such as. Download speed is no one to see. After selecting the version you want, click the Log button in the lower right corner
Second, query the required information in the pop-up log box, for example. To download 4.3 ARM EABI v7a System Image 18 For example, find the XML address above the found content
Http://dl-ssl.google.com/android/repository/repository-8.xml
Third, find the real name of the file you want to download in the Open XML, such as. The real file is the Sdk:url node, where the value is Sysimg_armv7a-18_r02.zip
Finally, the XML address preceded by a paragraph https://dl-ssl.google.com/android/repository/plus the file name,Https://dl-ssl.google.com/android/ Repository/sysimg_armv7a-18_r02.zip this address directly copied to the browser or thunder download.
Download fast in Thunder: then put the downloaded package into the Temp folder under the SDK and restart the installation.
Summary: Find the XML that needs the file by analyzing the log of the installation file, and then access the XML to get the real file path and download it directly. No operating system, so freedom is higher, not afraid of Google to publish a new system after the file is not found.
It's just a bit of a hassle when looking.
Android completely resolves slow (failed) issues with SDK downloads