Skip to content

Instantly share code, notes, and snippets.

@saturngod
Created April 5, 2011 14:00
Show Gist options
  • Save saturngod/903641 to your computer and use it in GitHub Desktop.
Save saturngod/903641 to your computer and use it in GitHub Desktop.
Offline link for android
<div dir="ltr" style="text-align: left;" trbidi="on"><span style="font-size: small;"><b>Update :- Honeycomb (3.0) and Latest Gingerbread (2.3.3) links updated</b></span><br>
<br>
<br>
<h1>How to install Android SDK without internet connection ? </h1><br>
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.<br>
<br>
<b>The magic URL is </b>- <a href="http://dl-ssl.google.com/android/repository/repository.xml">http://dl-ssl.google.com/android/repository/repository.xml</a><br>
That is the XML file from which the URL for downloading the SDK packages are obtained.<br>
<br>
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<br>
<br>
&lt;sdk:archive arch="any" os="macosx"&gt;&lt;sdk:size&gt;74956356&lt;/sdk:size&gt;<br>
&lt;sdk:checksum type="sha1"&gt;2a866d0870dbba18e0503cd41e5fae988a21b314&lt;/sdk:checksum&gt;<br>
&lt;sdk:url&gt;<b>android-2.0_r01-macosx.zip</b>&lt;/sdk:url&gt;&lt;/sdk:archive&gt;<br>
<br>
So the URL will be is <a href="http://dl-ssl.google.com/android/repository/android-2.0_r01-macosx.zip">http://dl-ssl.google.com/android/repository/<b>android-2.0_r01-macosx.zip</b></a><br>
<br>
<br>
<br>
<u><b><span style="font-size: large;">If all the above sounds too complex</span></b></u><br>
<br>
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.<br>
<br>
****NEW HONEYCOMB LINKS****<br>
Android SDK Platform Honeycomb Preview, revision 1<br>
<a href="http://dl-ssl.google.com/android/repository/android-3.0_pre_r01-linux.zip">All Platforms</a><br>
<br>
Android SDK Platform 2.3.3_r1 (Offline complete download) - Approx 80 MB<br>
<a href="http://dl-ssl.google.com/android/repository/android-2.3.3_r01-linux.zip">All Platforms</a><br>
<br>
Android SDK Platform 2.3_r1 (Offline complete download) - Approx 80 MB<br>
<a href="http://dl-ssl.google.com/android/repository/android-2.3_r01-linux.zip">All Platforms</a><br>
<br>
Android SDK Platform 2.2_r2 (Offline complete download) - Approx 80 MB<br>
<a href="http://dl-ssl.google.com/android/repository/android-2.2_r02-windows.zip">Windows</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-2.2_r02-macosx.zip">Mac</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-2.2_r02-linux.zip">Linux</a><br>
<br>
Android SDK Platform 2.1_r1 (Offline complete download) - Approx 80 MB<br>
<a href="http://dl-ssl.google.com/android/repository/android-2.1_r01-windows.zip">Windows</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-2.1_r01-macosx.zip">Mac</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-2.1_r01-linux.zip">Linux</a><br>
<br>
Android SDK Platform 2.0.1_r1 (Offline complete download) - Approx 80 MB<br>
<a href="http://dl-ssl.google.com/android/repository/android-2.0.1_r01-windows.zip">Windows</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-2.0.1_r01-macosx.zip">Mac</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-2.0.1_r01-linux.zip">Linux</a><br>
<br>
Android SDK Platform 2.0, revision 1 (Offline complete download) - Approx 80 MB<br>
<a href="http://dl-ssl.google.com/android/repository/android-2.0_r01-windows.zip">Windows</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-2.0_r01-macosx.zip">Mac</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-2.0_r01-linux.zip">Linux</a><br>
<br>
Android SDK Platform 1.6_r2&nbsp; (Offline complete download) - Approx 63 MB<br>
<a href="http://dl-ssl.google.com/android/repository/android-1.6_r02-windows.zip">Windows</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-1.6_r02-macosx.zip">Mac</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-1.6_r02-linux.zip">Linux</a><br>
<br>
Android SDK Platform 1.5_r3&nbsp; (Offline complete download) - Approx 54 MB<br>
<a href="http://dl-ssl.google.com/android/repository/android-1.5_r03-windows.zip">Windows</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-1.5_r03-mac_x86.zip">Mac</a><br>
<a href="http://dl-ssl.google.com/android/repository/android-1.5_r03-linux_x86.zip">Linux</a><br>
<br>
Android SDK Docs for Android API 7, revision 1 - Approx 48 MB<br>
<a href="http://dl-ssl.google.com/android/repository/docs-2.1_r01-linux.zip">All Platforms</a><br>
<br>
Android SDK Tools, revision 5&nbsp; (16 to 23 MB)<br>
<a href="http://dl-ssl.google.com/android/repository/tools_r05-windows.zip">Windows</a><br>
<a href="http://dl-ssl.google.com/android/repository/tools_r05-macosx.zip">Mac</a><br>
<a href="http://dl-ssl.google.com/android/repository/tools_r05-linux.zip">Linux</a></div>
@beansgum
Copy link

Leave a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment