blob: 40eab1c5760ccc40024746194f466f9eaf87e9cf [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 Main06cf15e2010-10-28 00:02:31 -07004sdk.win_installer=installer_r08-windows.exe
Scott Main9b447d12011-01-07 14:48:18 -08005sdk.win_installer_bytes=32746192
6sdk.win_installer_checksum=04ce87b10a8361a1f63cf2238bbc1ee3
Scott Mainefd83af2009-10-14 09:11:41 -07007
Scott Main06cf15e2010-10-28 00:02:31 -07008sdk.win_download=android-sdk_r08-windows.zip
Scott Main9b447d12011-01-07 14:48:18 -08009sdk.win_bytes=32696391
10sdk.win_checksum=3e0b08ade5bfa9624bce9ddc164a48cb
Scott Mainefd83af2009-10-14 09:11:41 -070011
Scott Main9b447d12011-01-07 14:48:18 -080012sdk.mac_download=android-sdk_r08-mac_86.zip
13sdk.mac_bytes=28797617
14sdk.mac_checksum=d2e392c4e4680cbf2dfd6dbf82b662c7
Scott Main06cf15e2010-10-28 00:02:31 -070015
Scott Main9b447d12011-01-07 14:48:18 -080016sdk.linux_download=android-sdk_r08-linux_86.tgz
17sdk.linux_bytes=26817291
18sdk.linux_checksum=3b626645b223d137d27beefbda0c94bc
Scott Mainefd83af2009-10-14 09:11:41 -070019
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080020@jd:body
21
Scott Main0a21f342010-11-08 12:06:26 -080022<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 -070023
Scott Main0a21f342010-11-08 12:06:26 -080024<ol>
25 <li>Prepare your development computer and ensure it meets the system requirements.</li>
Scott Main4fb51ca2010-11-09 14:47:15 -080026 <li>Install the SDK starter package from the table above. (If you're on Windows, download the
27installer for help with the initial setup.)</li>
Scott Main0a21f342010-11-08 12:06:26 -080028 <li>Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).</li>
29 <li>Add Android platforms and other components to your SDK.</li>
30 <li>Explore the contents of the Android SDK (optional).</li>
31</ol>
Scott Mainefd83af2009-10-14 09:11:41 -070032
Scott Main0a21f342010-11-08 12:06:26 -080033<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 -070034href="installing.html">Installing the SDK</a>.</p>