Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 1 | page.title=Android SDK |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 2 | sdk.redirect=0 |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 3 | |
Scott Main | 06cf15e | 2010-10-28 00:02:31 -0700 | [diff] [blame] | 4 | sdk.win_installer=installer_r08-windows.exe |
| 5 | sdk.win_installer_bytes=TODO |
| 6 | sdk.win_installer_checksum=TODO |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 7 | |
Scott Main | 06cf15e | 2010-10-28 00:02:31 -0700 | [diff] [blame] | 8 | sdk.win_download=android-sdk_r08-windows.zip |
| 9 | sdk.win_bytes=TODO |
| 10 | sdk.win_checksum=TODO |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 11 | |
Scott Main | 06cf15e | 2010-10-28 00:02:31 -0700 | [diff] [blame] | 12 | sdk.mac_download=android-sdk_r08-mac_x86.zip |
| 13 | sdk.mac_bytes=TODO |
| 14 | sdk.mac_checksum=TODO |
| 15 | |
| 16 | sdk.linux_download=android-sdk_r08-linux_x86.tgz |
| 17 | sdk.linux_bytes=TODO |
| 18 | sdk.linux_checksum=TODO |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 19 | |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 20 | @jd:body |
| 21 | |
Scott Main | b402f11 | 2010-11-29 14:28:13 -0800 | [diff] [blame^] | 22 | <div class="non-preview"> |
Scott Main | 0a21f34 | 2010-11-08 12:06:26 -0800 | [diff] [blame] | 23 | <p>Here's an overview of the steps you must follow to set up the Android SDK:</p> |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 24 | |
Scott Main | 0a21f34 | 2010-11-08 12:06:26 -0800 | [diff] [blame] | 25 | <ol> |
| 26 | <li>Prepare your development computer and ensure it meets the system requirements.</li> |
Scott Main | 4fb51ca | 2010-11-09 14:47:15 -0800 | [diff] [blame] | 27 | <li>Install the SDK starter package from the table above. (If you're on Windows, download the |
| 28 | installer for help with the initial setup.)</li> |
Scott Main | 0a21f34 | 2010-11-08 12:06:26 -0800 | [diff] [blame] | 29 | <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 Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 33 | |
Scott Main | 0a21f34 | 2010-11-08 12:06:26 -0800 | [diff] [blame] | 34 | <p>To get started, download the appropriate package from the table above, then read the guide to <a |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 35 | href="installing.html">Installing the SDK</a>.</p> |
Scott Main | b402f11 | 2010-11-29 14:28:13 -0800 | [diff] [blame^] | 36 | </div> |