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 | eae02e6 | 2012-03-26 11:50:13 -0700 | [diff] [blame^] | 5 | sdk.win_installer=installer_r18-windows.exe |
| 6 | sdk.win_installer_bytes=37456234 |
| 7 | sdk.win_installer_checksum=48b1fe7b431afe6b9c8a992bf75dd898 |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 8 | |
Joe Fernandez | eae02e6 | 2012-03-26 11:50:13 -0700 | [diff] [blame^] | 9 | sdk.win_download=android-sdk_r18-windows.zip |
| 10 | sdk.win_bytes=37448775 |
| 11 | sdk.win_checksum=bfbfdf8b2d0fdecc2a621544d706fa98 |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 12 | |
Joe Fernandez | eae02e6 | 2012-03-26 11:50:13 -0700 | [diff] [blame^] | 13 | sdk.mac_download=android-sdk_r18-macosx.zip |
| 14 | sdk.mac_bytes=33903758 |
| 15 | sdk.mac_checksum=8328e8a5531c9d6f6f1a0261cb97af36 |
Scott Main | 06cf15e | 2010-10-28 00:02:31 -0700 | [diff] [blame] | 16 | |
Joe Fernandez | eae02e6 | 2012-03-26 11:50:13 -0700 | [diff] [blame^] | 17 | sdk.linux_download=android-sdk_r18-linux.tgz |
| 18 | sdk.linux_bytes=29731463 |
| 19 | sdk.linux_checksum=6cd716d0e04624b865ffed3c25b3485c |
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> |
Scott Main | a7b1b8c | 2012-03-14 17:16:11 -0700 | [diff] [blame] | 31 | <li>Add Android platforms and other packages to your SDK.</li> |
Scott Main | 0a21f34 | 2010-11-08 12:06:26 -0800 | [diff] [blame] | 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> |