blob: 499b31f965fb7b6220427b74ca89b8afc53becb0 [file] [log] [blame]
Dirk Doughertyee58d1b2009-10-16 15:25:15 -07001page.title=Android SDK
Scott Mainefd83af2009-10-14 09:11:41 -07002sdk.redirect=0
Scott Mainefd83af2009-10-14 09:11:41 -07003
Scott Main9e6c0682011-01-26 16:23:37 -08004sdk.win_installer=installer_r09-windows.exe
5sdk.win_installer_bytes=32828818
6sdk.win_installer_checksum=a0185701ac0d635a4fbf8169ac949a3c5b3d31e0
Scott Mainefd83af2009-10-14 09:11:41 -07007
Scott Main9e6c0682011-01-26 16:23:37 -08008sdk.win_download=android-sdk_r09-windows.zip
9sdk.win_bytes=32779808
10sdk.win_checksum=1a1bb8fad80bcc2dfbd00443b9a13e6b
Scott Mainefd83af2009-10-14 09:11:41 -070011
Scott Main9e6c0682011-01-26 16:23:37 -080012sdk.mac_download=android-sdk_r09-mac_x86.zip
13sdk.mac_bytes=28829553
14sdk.mac_checksum=ef3102fdbbbbd9bf4d9b572624aa9dc1
Scott Main06cf15e2010-10-28 00:02:31 -070015
Scott Main9e6c0682011-01-26 16:23:37 -080016sdk.linux_download=android-sdk_r09-linux_x86.tgz
17sdk.linux_bytes=26917824
18sdk.linux_checksum=9fefac5ff85d329836439f6e77a78cae
Scott Mainefd83af2009-10-14 09:11:41 -070019
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080020@jd:body
21
Scott Mainb402f112010-11-29 14:28:13 -080022<div class="non-preview">
Scott Main0a21f342010-11-08 12:06:26 -080023<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 -070024
Scott Main0a21f342010-11-08 12:06:26 -080025<ol>
26 <li>Prepare your development computer and ensure it meets the system requirements.</li>
Scott Main4fb51ca2010-11-09 14:47:15 -080027 <li>Install the SDK starter package from the table above. (If you're on Windows, download the
28installer for help with the initial setup.)</li>
Scott Main0a21f342010-11-08 12:06:26 -080029 <li>Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).</li>
30 <li>Add Android platforms and other components to your SDK.</li>
31 <li>Explore the contents of the Android SDK (optional).</li>
32</ol>
Scott Mainefd83af2009-10-14 09:11:41 -070033
Scott Main0a21f342010-11-08 12:06:26 -080034<p>To get started, download the appropriate package from the table above, then read the guide to <a
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070035href="installing.html">Installing the SDK</a>.</p>
Scott Mainb402f112010-11-29 14:28:13 -080036</div>