Download Android SDK standalone for offline installation

Update :- SDK for Android version (6.0) added !

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 used to be - http://dl-ssl.google.com/android/repository/repository.xml (Outdated)
That is the XML file from which the URL for downloading the SDK packages are obtained.

Update :- The previous URL is now invalid, the new URL is given below
https://dl-ssl.google.com/android/repository/repository-5.xml (Outdated)

Update 4 :- New URL
https://dl-ssl.google.com/android/repository/repository-10.xml (thanks topcoder from comments)
For e.g. if you want to download Android SDK for version 4.0.3 for all platforms, you could look up that XML file. You will find a block under tag SDK 4.0.3 like this

<sdk:archive arch="any" os="any">

<sdk:size>44758833</sdk:size>
<sdk:checksum type="sha1">f2aa75133c29916b0b0b984974c2d5e46cb09e9c</sdk:checksum>
<sdk:url>android-15_r01.zip</sdk:url>
</sdk:archive>


So the URL will be is http://dl-ssl.google.com/android/repository/android-15_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 SDK Platform 6.0 (*** NEW ***)
All Platforms

Android SDK Platform 4.4
All Platforms

Android SDK Platform 4.2.2
All Platforms

Android SDK Platform 4.1.2
All Platforms

Android SDK Platform 4.0.3
All Platforms

Android SDK Platform 4.0
All Platforms

Android SDK Platform 3.2 revision 1
All Platforms

Android SDK Platform 3.1 revision 3
All Platforms

Android SDK Platform 3.0, revision 2
All Platforms

Android SDK Platform 2.3.3_r2
All Platforms

Android SDK Platform 2.3.1_r2
All Platforms

Android SDK Platform 2.2_r3
All Platforms

--- OLDER LINKS (Still working) ---

Android SDK Platform Honeycomb Preview, revision 1
All Platforms

Android SDK Platform 2.3.3_r1 (Offline complete download) - Approx 80 MB
All Platforms

Android SDK Platform 2.3_r1 (Offline complete download) - Approx 80 MB
All Platforms

Android SDK Platform 2.2_r2 (Offline complete download) - Approx 80 MB
Windows
Mac
Linux

Android SDK Platform 2.1_r1 (Offline complete download) - Approx 80 MB
Windows
Mac
Linux

Android SDK Platform 2.0.1_r1 (Offline complete download) - Approx 80 MB
Windows
Mac
Linux

Android SDK Platform 2.0, revision 1 (Offline complete download) - Approx 80 MB
Windows
Mac
Linux

Android SDK Platform 1.6_r2  (Offline complete download) - Approx 63 MB
Windows
Mac
Linux

Android SDK Platform 1.5_r3  (Offline complete download) - Approx 54 MB
Windows
Mac
Linux

Android SDK Docs for Android API 7, revision 1 - Approx 48 MB
All Platforms

Android SDK Tools, revision 5  (16 to 23 MB)
Windows
Mac
Linux

Comments

  1. Hi, How to install this Andrioid 6.0 sdk in the Eclipse?
    Same problem internet connection is very slow and cannot connect online signal drops when running the SDK Manager.exe

    ReplyDelete
  2. for game application develepemont
    but which version of Android SDK Platform I should download in this page ...

    ReplyDelete
  3. helpful, i had a slow internet, you saved my time. i used download manager to use you link. many thanks.

    ReplyDelete
    Replies
    1. Hi, How to install this Andrioid 6.0 sdk in the Eclipse?

      Delete
  4. Hi ! Thanks for the post. Great job !
    We'd like to get links for Android 5.x too, please...

    ReplyDelete
  5. Thanks!, Should add to this how to add it to you SDK pack.

    ReplyDelete
  6. Helpful, sdk platform tools directory does not exist

    ReplyDelete
  7. all sdks are for linux. where is windows supported?

    ReplyDelete
  8. how do i add this to eclipse

    ReplyDelete
  9. Thanks. First one did work fine. Second one is outdated i guess. Thanks again.

    ReplyDelete
  10. This comment has been removed by the author.

    ReplyDelete
  11. Thanks, this is useful since Android SDK is not available anymore.

    ReplyDelete
  12. Thank you so much looked over all the internet to find stand alone Android SDK offline intstaller

    ReplyDelete
  13. Good work.. Really helpful!!!.

    ReplyDelete
  14. works very well. thank you so much! yup, looked all over...

    ReplyDelete
  15. thank you ;-)

    ReplyDelete
  16. This comment has been removed by the author.

    ReplyDelete
  17. ware is tools please first folder that is required for comppiling ?????

    ReplyDelete
  18. Many thanks for your work and happy Christmas! :)

    ReplyDelete
  19. Yes, very helpful. How do you keep up with the updated/changing repository

    ReplyDelete
  20. Best post ever! Thanks man!

    ReplyDelete
  21. Does any of this include the Android emulator I downloaded a couple of the newest links but cant see the emulator?

    ReplyDelete
  22. how to install 2.3.2 android studio default sdk

    ReplyDelete
  23. Its helpful but i'm but i dont know how tout update the
    sdk

    ReplyDelete

Post a Comment

Popular posts from this blog

DoTween - The Big Demo

Setting up Visual Studio Code for Haxe Development - Hello World on Mac