Download Android SDK standalone for offline installation
來源:互聯網
上載者:User
原文轉載整理自: http://qdevarena.blogspot.com/2010/05/download-android-sdk-standalone-for.html
How to install Android SDK without internet connection ? I searched all over the internet and found no posts like this, hence I'm making one hoping it would be helpful for a lot of people.
The magic URL is - http://dl-ssl.google.com/android/repository/repository-5.xml That is the XML file from which the URL for downloading the SDK packages are obtained. 對於google的SDK的URL則在以下檔案中:
http://dl-ssl.google.com/android/repository/repository-5.xml
For e.g. if you want to download Mac version of Android SDK for version 2.0, you could look up that XML file. You will find a block under tag SDK 2.0 like this 如果你想下載Android 3.4 Platform(windows)的SDK,你應該可以找到如下的部分:
<sdk:platform> <!-- Generated at Mon Oct 17 12:58:02 2011 from 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> 用http://dl-ssl.google.com/android/repository/加上上面 <sdk:url>android-14_r01.zip</sdk:url>節點的內容,就得到Android 4.0 Platform(windows)了URL地址: 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 you. Android 4.0 Platform(windows) Android 3.2 Platform(windows) Android 3.1 Platform(windows) Android 3.0 Platform(windows) Android 2.3.3 Platform(windows)
****NEW HONEYCOMB LINKS****
Android SDK Platform Honeycomb Preview, revision 1
All Platforms