blob: 67be5c9650da988630460818c960f7bd911058d0 [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
Robert Ly6c81c302011-10-05 12:59:29 -07004sdk.win_installer=installer_r14-windows.exe
Robert Ly6cf7d9a2011-10-12 15:30:35 -07005sdk.win_installer_bytes=33860326
6sdk.win_installer_checksum=6d4f76385daaee766ad901699cdae6cc
Scott Mainefd83af2009-10-14 09:11:41 -07007
Robert Ly6c81c302011-10-05 12:59:29 -07008sdk.win_download=android-sdk_r14-windows.zip
Robert Ly6cf7d9a2011-10-12 15:30:35 -07009sdk.win_bytes=33853090
10sdk.win_checksum=0c39628e296d6176ed928cc64498ba04
Scott Mainefd83af2009-10-14 09:11:41 -070011
Robert Ly6c81c302011-10-05 12:59:29 -070012sdk.mac_download=android-sdk_r14-macosx.zip
Robert Ly6cf7d9a2011-10-12 15:30:35 -070013sdk.mac_bytes=30426431
14sdk.mac_checksum=189ce3e26dfb46298a7def21d3bdf271
Scott Main06cf15e2010-10-28 00:02:31 -070015
Robert Ly6c81c302011-10-05 12:59:29 -070016sdk.linux_download=android-sdk_r14-linux.tgz
Robert Ly6cf7d9a2011-10-12 15:30:35 -070017sdk.linux_bytes=26082867
18sdk.linux_checksum=500483f8acd0d3cae94c68c3dcefbb98
Scott Mainefd83af2009-10-14 09:11:41 -070019
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080020@jd:body
21
Scott Mainb402f112010-11-29 14:28:13 -080022<div class="non-preview">
Scott Main0a21f342010-11-08 12:06:26 -080023<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 -070024
Scott Main0a21f342010-11-08 12:06:26 -080025<ol>
26 <li>Prepare your development computer and ensure it meets the system requirements.</li>
Scott Main4fb51ca2010-11-09 14:47:15 -080027 <li>Install the SDK starter package from the table above. (If you're on Windows, download the
28installer for help with the initial setup.)</li>
Scott Main0a21f342010-11-08 12:06:26 -080029 <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 Mainefd83af2009-10-14 09:11:41 -070033
Scott Mainc0324b82011-05-27 09:53:27 -070034<p class="online-message">To get started, download the appropriate package from the table above,
35then 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 Ly6c81c302011-10-05 12:59:29 -070042
Scott Mainc0324b82011-05-27 09:53:27 -070043<p class="offline-message">For more information about how to set up your
44development environment, read the guide to <a href="installing.html">Installing the SDK</a>.</p>
45
Scott Mainb402f112010-11-29 14:28:13 -080046</div>