Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 1 | page.title=Android SDK |
Scott Main | 6507df8 | 2012-01-30 13:02:22 -0800 | [diff] [blame] | 2 | page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 3 | sdk.redirect=0 |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 4 | |
Joe Fernandez | dad557e | 2012-03-16 01:17:58 -0700 | [diff] [blame^] | 5 | sdk.win_installer=installer_r17-windows.exe |
| 6 | sdk.win_installer_bytes=37410775 |
| 7 | sdk.win_installer_checksum=5afaf6511ebaa52bd6d1dba4afc61e41 |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 8 | |
Joe Fernandez | dad557e | 2012-03-16 01:17:58 -0700 | [diff] [blame^] | 9 | sdk.win_download=android-sdk_r17-windows.zip |
| 10 | sdk.win_bytes=37417953 |
| 11 | sdk.win_checksum=3af1baeb39707e54df068e939aea5a79 |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 12 | |
Joe Fernandez | dad557e | 2012-03-16 01:17:58 -0700 | [diff] [blame^] | 13 | sdk.mac_download=android-sdk_r17-macosx.zip |
| 14 | sdk.mac_bytes=33867836 |
| 15 | sdk.mac_checksum=52639aae036b7c2e47cf291696b23236 |
Scott Main | 06cf15e | 2010-10-28 00:02:31 -0700 | [diff] [blame] | 16 | |
Joe Fernandez | dad557e | 2012-03-16 01:17:58 -0700 | [diff] [blame^] | 17 | sdk.linux_download=android-sdk_r17-linux.tgz |
| 18 | sdk.linux_bytes=29706368 |
| 19 | sdk.linux_checksum=14e99dfa8eb1a8fadd2f3557322245c4 |
Robert Ly | 37f4310 | 2011-10-26 15:11:30 -0700 | [diff] [blame] | 20 | |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 21 | @jd:body |
| 22 | |
Scott Main | b402f11 | 2010-11-29 14:28:13 -0800 | [diff] [blame] | 23 | <div class="non-preview"> |
Scott Main | 0a21f34 | 2010-11-08 12:06:26 -0800 | [diff] [blame] | 24 | <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] | 25 | |
Scott Main | 0a21f34 | 2010-11-08 12:06:26 -0800 | [diff] [blame] | 26 | <ol> |
| 27 | <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] | 28 | <li>Install the SDK starter package from the table above. (If you're on Windows, download the |
| 29 | installer for help with the initial setup.)</li> |
Scott Main | 0a21f34 | 2010-11-08 12:06:26 -0800 | [diff] [blame] | 30 | <li>Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).</li> |
| 31 | <li>Add Android platforms and other components to your SDK.</li> |
| 32 | <li>Explore the contents of the Android SDK (optional).</li> |
| 33 | </ol> |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 34 | |
Scott Main | c0324b8 | 2011-05-27 09:53:27 -0700 | [diff] [blame] | 35 | <p class="online-message">To get started, download the appropriate package from the table above, |
| 36 | then 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 Ly | 6c81c30 | 2011-10-05 12:59:29 -0700 | [diff] [blame] | 43 | |
Scott Main | c0324b8 | 2011-05-27 09:53:27 -0700 | [diff] [blame] | 44 | <p class="offline-message">For more information about how to set up your |
| 45 | development environment, read the guide to <a href="installing.html">Installing the SDK</a>.</p> |
| 46 | |
Scott Main | b402f11 | 2010-11-29 14:28:13 -0800 | [diff] [blame] | 47 | </div> |