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 | |
Robert Ly | 6c81c30 | 2011-10-05 12:59:29 -0700 | [diff] [blame] | 4 | sdk.win_installer=installer_r14-windows.exe |
Robert Ly | 7bbbd39 | 2011-10-17 15:46:56 -0700 | [diff] [blame^] | 5 | sdk.win_installer_bytes=33853391 |
| 6 | sdk.win_installer_checksum=4f1cb329a41328c2cee2908b31ae6f6b |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 7 | |
Robert Ly | 6c81c30 | 2011-10-05 12:59:29 -0700 | [diff] [blame] | 8 | sdk.win_download=android-sdk_r14-windows.zip |
Robert Ly | 7bbbd39 | 2011-10-17 15:46:56 -0700 | [diff] [blame^] | 9 | sdk.win_bytes=33846273 |
| 10 | sdk.win_checksum=48d44ae4cfcadede68621acb53caee80 |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 11 | |
Robert Ly | 6c81c30 | 2011-10-05 12:59:29 -0700 | [diff] [blame] | 12 | sdk.mac_download=android-sdk_r14-macosx.zip |
Robert Ly | 7bbbd39 | 2011-10-17 15:46:56 -0700 | [diff] [blame^] | 13 | sdk.mac_bytes=30428734 |
| 14 | sdk.mac_checksum=812887018435382de8486f3bb26a5db4 |
Scott Main | 06cf15e | 2010-10-28 00:02:31 -0700 | [diff] [blame] | 15 | |
Robert Ly | 6c81c30 | 2011-10-05 12:59:29 -0700 | [diff] [blame] | 16 | sdk.linux_download=android-sdk_r14-linux.tgz |
Robert Ly | 7bbbd39 | 2011-10-17 15:46:56 -0700 | [diff] [blame^] | 17 | sdk.linux_bytes=26075938 |
| 18 | sdk.linux_checksum=35c989ff67184766dc4960813ede8ab5 |
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 | c0324b8 | 2011-05-27 09:53:27 -0700 | [diff] [blame] | 34 | <p class="online-message">To get started, download the appropriate package from the table above, |
| 35 | then read the guide to <a href="installing.html">Installing the SDK</a>.</p> |
| 36 | |
| 37 | <!-- non-inline style and based on only one selector so that |
| 38 | it can be overriden by the sdkpage.cs template --> |
| 39 | <style type="text/css"> |
| 40 | .offline-message { display:none; } |
| 41 | </style> |
Robert Ly | 6c81c30 | 2011-10-05 12:59:29 -0700 | [diff] [blame] | 42 | |
Scott Main | c0324b8 | 2011-05-27 09:53:27 -0700 | [diff] [blame] | 43 | <p class="offline-message">For more information about how to set up your |
| 44 | development environment, read the guide to <a href="installing.html">Installing the SDK</a>.</p> |
| 45 | |
Scott Main | b402f11 | 2010-11-29 14:28:13 -0800 | [diff] [blame] | 46 | </div> |