Download Android SDK standalone for offline installation
Source: Internet
Author: User
Original reproduced from: http://qdevarena.blogspot.com/2010/05/download-android-sdk-standalone-for.html
How to install the Android SDK without Internet connection? I searched the internet and found no posts like this, hence I ' m making one hoping it would is helpful for a lot O F people.
The Magic URL Is-http://dl-ssl.google.com/android/repository/repository-5.xml that's the XML file from which the URL For downloading the SDK packages are obtained. The URL for the Google SDK is in the following file:
Http://dl-ssl.google.com/android/repository/repository-5.xml
For e.g. if your want to download MAC version of the Android SDK for version 2.0, you could look up this XML file. You'll find a blocks under Tag SDK 2.0 like this if you want to download the Android 3.4 Platform (Windows) SDK, you should be able to locate the following sections:
<sdk:platform> <!--generated at Mon 12:58:02 git_ics-mr0 @ 202351--> <sdk:revision>1 </sdk:revision> <sdk:description>android SDK Platform 4.0</sdk:description> <sdk:version> 4.0</sdk:version> <sdk:api-level>14</sdk:api-level> <SDK:MIN-TOOLS-REV>14</SDK: min-tools-rev> <sdk:layoutlib> <sdk:api>7</sdk:api> <sdk:revision>1</sdk:revision > </sdk:layoutlib> <sdk:archives> <sdk:archive arch= "any" os= "any" > <sdk:size >46049342</sdk:size> <sdk:checksum type= "SHA1" >ac8066030953cc4a5a5a83d763b9893a3c7b30d6< /sdk:checksum> <sdk:url> android-14_r01.zip </sdk:url> </sdk:archive> </sdk:archives> </sdk:platform> use http://dl-ssl.google.com/android/repository/plus top <sdk:url>android-14_r01.zip </sdk:url> node content, you get the Android 4.0 Platform (Windows) URL address: http://dl-ssl.google.com/android/repositOry/android-14_r01.zip
If all the above sounds too complex
You can directly download from the below links. If This page does turn out to be useful, then I might update it regularly. Do leave a comment to let me know if it has helped. Android 4.0 Platform (Windows) Android 3.2 Platform (Windows) Android 3.1 Platform (Windows) Android 3.0 Platform (Windows) an Droid 2.3.3 Platform (Windows)
NEW Honeycomb links****
Android SDK Platform Honeycomb Preview, Revision 1
All platforms
Android SDK Platform 2.3.3_r1 (Offline complete download)-approx MB
All platforms
Android SDK Platform 2.3_r1 (Offline complete download)-approx MB
All platforms
Android SDK Platform 2.2_r2 (Offline complete download)-approx MB
Windows
Mac
Linux
Android SDK Platform 2.1_r1 (Offline complete download)-approx MB
Windows
Mac
Linux
Android SDK Platform 2.0.1_r1 (Offline complete download)-approx MB
Windows
Mac
Linux
Android SDK Platform 2.0, Revision 1 (Offline complete download)-approx MB
Windows
Mac
Linux
Android SDK Platform 1.6_r2 (Offline complete download)-approx MB
Windows
Mac
Linux
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.