Android 5.0 package download address in advance from xml, xmlandroid

Source: Internet
Author: User
Tags android sdk manager

Xmlandroid comes with various android 5.0 packages in advance from xml.
Android integrated development environment

Platform Package Size MD5 Checksum

Windows 32-bit adt-bundle-windows-x86-20140702.zip 370612741 bytes 9d2cf3770edbb49461788164af2331f3
Windows 64-bit adt-bundle-windows-x86_64-20140702.zip 370763706 bytes bfcda-2a12173422ba044182ac466c13
Mac OS X 64-bit adt-bundle-mac-x86_64-20140702.zip 320593642 bytes 24c51a1ad96c5f6d43821d978bf9866d
Linux 32-bit adt-bundle-linux-x86-20140702.zip 371950735 bytes 5901c898bae4fe95476463a951b68404
Linux 64-bit adt-bundle-linux-x86_64-20140702.zip 372259418 bytes 18a7c5778f96c0823349dda-f58a0a36

Https://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip
Https://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip
Https://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip
Https://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip
Https://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip

I downloaded:
Wget https://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip


The official website has been shut down and locked in China. The correct national firewall is blocked, so it cannot be accessed.
So I tried Baidu to download it. Or download it with another person.


Android SDK domestic image proxy
Http://mirrors.neusoft.edu.cn/android/repository/

Solve the difficulties of accessing Google servers in China:
1. Start Android SDK Manager;
2. Open the main interface, select Tools and Options.... The Android SDK Manager-Settings window is displayed;
3. in the "Android SDK Manager-Settings" window, enter mirrors.neusoft.edu.cn and 80 in the "HTTP Proxy Server" and "HTTP Proxy Port" input boxes, and select "Force https: //... sources to be fetched using http ://... "check box; 4. click Close to Close the Android SDK Manager-Settings window and return to the main interface;
5. Select Packages and Reload 」.


Http://wear.techbrood.com/
Android development official documentation domestic images-Step 3

You can also modify the hosts file and set the IP address to Baidu.

Extraction Method

However, downloading Android SDK Manager is too slow.

View the log, fetch the Fetching URL of xml, and download it using other download tools.

Method: grep 'fetching url'
Result:
Fetching URL: http://dl-ssl.google.com/android/repository/addon-6.xml
Fetching URL: http://dl-ssl.google.com/android/repository/addon.xml
Fetching URL: http://dl-ssl.google.com/android/repository/extras/intel/addon.xml
Fetching URL: http://dl-ssl.google.com/android/repository/repository-10.xml
Fetching URL: http://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
Fetching URL: http://dl-ssl.google.com/android/repository/sys-img/android-tv/sys-img.xml
Fetching URL: http://dl-ssl.google.com/android/repository/sys-img/android-wear/sys-img.xml
Fetching URL: http://dl-ssl.google.com/android/repository/sys-img/google_apis/sys-img.xml
Fetching URL: http://dl-ssl.google.com/android/repository/sys-img/x86/addon-x86.xml
Fetching URL: http://dl-ssl.google.com/glass/gdk/addon.xml


Because the api level of android 5.0 is 21, search for the keyword of api-level> 21.
Grep 'api-level> 21' *. xml

Search for the zip package below, and replace the final file name in Fetching URL with the zip file name.

Below is the https://dl-ssl.google.com/android/repository/android-21_r01.zip of android 5.0 I extracted from xml
Https://dl-ssl.google.com/android/repository/samples-21_r03.zip
Https://dl-ssl.google.com/android/repository/docs-21_r01.zip
Https://dl-ssl.google.com/android/repository/sources-21_r01.zip
Https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_arm-21_r01.zip
Https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-21_r01.zip
Https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86_64-21_r01.zip
Https://dl-ssl.google.com/android/repository/sys-img/google_apis/sysimg_x86-21_r02.zip
Https://dl-ssl.google.com/android/repository/sys-img/google_apis/sysimg_x86_64-21_r02.zip
Https://dl-ssl.google.com/android/repository/sys-img/google_apis/sysimg_arm-21_r02.zip
Http://dl-ssl.google.com/android/repository/sys-img/android-tv/sysimg_atv_x86-21_r01.zip
Http://dl-ssl.google.com/android/repository/sys-img/android-tv/sysimg_atv_arm-21_r01.zip
Http://dl-ssl.google.com/android/repository/google_apis-21_r01.zip

Sdk tool:
Http://dl-ssl.google.com/android/repository/tools_r23.0.5-linux.zip
Http://dl-ssl.google.com/android/repository/platform-tools_r21-linux.zip
Http://dl-ssl.google.com/android/repository/build-tools_r21.1.1-linux.zip

Extras:
Http://dl-ssl.google.com/android/repository/support_r21.0.2.zip

Download and put it under the adt-bundle-linux-x86_64-20140702/sdk/temp, and then in the Android SDK Manager to select these packages to install,
Note that the backup will be automatically deleted after temp is installed.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.