Install the Android SDK in addition to the online installation (seemingly not successful), can also be installed offline, by downloading the installation package, manually copied to the temp directory in the SDK, and then open the Android SDK Manager to install, this time will not experience the download failed.
Before I introduced the KitKat in the group ' Android-engineer ', what is the download URL for the SDK installation package? Open the Android SDK Manager, find Http://dl-ssl.google.com/android/repository/repository-8.xml by looking at the log file, open the XML with a browser, The following files can be found:
platform:android-19_r01.zipsystem-image:sysimg_armv7a-19_r01.zipsample:samples-19_ R01.zipplatform-tool:platform-tools_r19-macosx.zip, Platform-tools_r19-linux.zip, platform-tools_r19- Windows.zipbuild-tool:build-tools_r19-macosx.zip, Build-tools_r19-linux.zip, build-tools_r19- Windows.zipdoc:docs-19_r01.zipsource:sources-19_r01.zip
You can also find the following files in other XML through the above methods:
Android + Google apis:google_apis-19_r01.zipandroid support Library:support_r19.zip
such as Http://dl-ssl.google.com/android/repository/android-19_r01.zip
If you open the above URL or the Android SDK manager encounters a connection failure, you can manually modify the Hosts file to add the following records:
203.208.46.146 www.google.com203.208.46.146 dl.google.com203.208.46.146 dl-ssl.google.com
Welcome to join the public number ' Android-engineer ' timely receive technology development dry.
Transferred from: http://blog.objcc.com/android-sdk-4-4-direct-download/
Direct download link for Android 4.4 KITKAT SDK