blob: b56ccdbd83f0e76b5d83941bfad5afd02898b0f0 [file] [log] [blame]
Dirk Doughertyee58d1b2009-10-16 15:25:15 -07001page.title=Android SDK
Scott Main6507df82012-01-30 13:02:22 -08002page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices.
Scott Mainefd83af2009-10-14 09:11:41 -07003sdk.redirect=0
Scott Mainefd83af2009-10-14 09:11:41 -07004
Joe Fernandezeae02e62012-03-26 11:50:13 -07005sdk.win_installer=installer_r18-windows.exe
6sdk.win_installer_bytes=37456234
7sdk.win_installer_checksum=48b1fe7b431afe6b9c8a992bf75dd898
Scott Mainefd83af2009-10-14 09:11:41 -07008
Joe Fernandezeae02e62012-03-26 11:50:13 -07009sdk.win_download=android-sdk_r18-windows.zip
10sdk.win_bytes=37448775
11sdk.win_checksum=bfbfdf8b2d0fdecc2a621544d706fa98
Scott Mainefd83af2009-10-14 09:11:41 -070012
Joe Fernandezeae02e62012-03-26 11:50:13 -070013sdk.mac_download=android-sdk_r18-macosx.zip
14sdk.mac_bytes=33903758
15sdk.mac_checksum=8328e8a5531c9d6f6f1a0261cb97af36
Scott Main06cf15e2010-10-28 00:02:31 -070016
Joe Fernandezeae02e62012-03-26 11:50:13 -070017sdk.linux_download=android-sdk_r18-linux.tgz
18sdk.linux_bytes=29731463
19sdk.linux_checksum=6cd716d0e04624b865ffed3c25b3485c
Robert Ly37f43102011-10-26 15:11:30 -070020
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080021@jd:body
22
Scott Mainb402f112010-11-29 14:28:13 -080023<div class="non-preview">
Scott Main0a21f342010-11-08 12:06:26 -080024<p>Here's an overview of the steps you must follow to set up the Android SDK:</p>
Scott Mainefd83af2009-10-14 09:11:41 -070025
Scott Main0a21f342010-11-08 12:06:26 -080026<ol>
27 <li>Prepare your development computer and ensure it meets the system requirements.</li>
Scott Main4fb51ca2010-11-09 14:47:15 -080028 <li>Install the SDK starter package from the table above. (If you're on Windows, download the
29installer for help with the initial setup.)</li>
Scott Main0a21f342010-11-08 12:06:26 -080030 <li>Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).</li>
Scott Maina7b1b8c2012-03-14 17:16:11 -070031 <li>Add Android platforms and other packages to your SDK.</li>
Scott Main0a21f342010-11-08 12:06:26 -080032 <li>Explore the contents of the Android SDK (optional).</li>
33</ol>
Scott Mainefd83af2009-10-14 09:11:41 -070034
Scott Mainc0324b82011-05-27 09:53:27 -070035<p class="online-message">To get started, download the appropriate package from the table above,
36then read the guide to <a href="installing.html">Installing the SDK</a>.</p>
37
38<!-- non-inline style and based on only one selector so that
39 it can be overriden by the sdkpage.cs template -->
40<style type="text/css">
41 .offline-message { display:none; }
42</style>
Robert Ly6c81c302011-10-05 12:59:29 -070043
Scott Mainc0324b82011-05-27 09:53:27 -070044<p class="offline-message">For more information about how to set up your
45development environment, read the guide to <a href="installing.html">Installing the SDK</a>.</p>
46
Scott Mainb402f112010-11-29 14:28:13 -080047</div>