blob: 5e922532e30c01e56d22c228276a7fcebc35aace [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
Dirk Dougherty0d1b0812010-04-07 17:05:16 -07004sdk.win_download=android-sdk_r06-windows.zip
Dirk Doughertyd1e9d592010-05-14 18:14:42 -07005sdk.win_bytes=23293160
6sdk.win_checksum=7c7fcec3c6b5c7c3df6ae654b27effb5
Scott Mainefd83af2009-10-14 09:11:41 -07007
Dirk Dougherty0d1b0812010-04-07 17:05:16 -07008sdk.mac_download=android-sdk_r06-mac_86.zip
Dirk Doughertyd1e9d592010-05-14 18:14:42 -07009sdk.mac_bytes=19108077
10sdk.mac_checksum=c92abf66a82c7a3f2b8493ebe025dd22
Scott Mainefd83af2009-10-14 09:11:41 -070011
Dirk Dougherty0d1b0812010-04-07 17:05:16 -070012sdk.linux_download=android-sdk_r06-linux_86.tgz
Dirk Doughertyd1e9d592010-05-14 18:14:42 -070013sdk.linux_bytes=16971139
14sdk.linux_checksum=848371e4bf068dbb582b709f4e56d903
Scott Mainefd83af2009-10-14 09:11:41 -070015
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080016@jd:body
17
Scott Mainefd83af2009-10-14 09:11:41 -070018
Dirk Doughertybf15ce62009-10-23 19:17:12 -070019<h2 id="quickstart">Quick Start</h2>
Scott Mainefd83af2009-10-14 09:11:41 -070020
Dirk Doughertybf15ce62009-10-23 19:17:12 -070021<p>The steps below provide an overview of how to get started with the Android
22SDK. For detailed instructions, start with the <a
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070023href="{@docRoot}sdk/installing.html">Installing the SDK</a> guide. </p>
Scott Mainefd83af2009-10-14 09:11:41 -070024
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070025<p><strong>1. Prepare your development computer</strong></p>
Scott Mainefd83af2009-10-14 09:11:41 -070026
Dirk Doughertybf15ce62009-10-23 19:17:12 -070027<p>Read the <a href="{@docRoot}sdk/requirements.html">System Requirements</a>
28document and make sure that your development computer meets the hardware and
29software requirements for the Android SDK. Install any additional software
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070030needed before downloading the Android SDK. In particular, you may need to
31install the <a href="http://java.sun.com/javase/downloads/index.jsp">JDK</a>
32 (version 5 or 6 required) and <a href="http://www.eclipse.org/downloads/">Eclipse</a>
33 (version 3.4 or 3.5, needed only if you want develop using the ADT Plugin).
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070034
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070035<p><strong>2. Download and install the SDK starter package</strong></p>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070036
Dirk Doughertybf15ce62009-10-23 19:17:12 -070037<p>Select a starter package from the table at the top of this page and download
38it to your development computer. To install the SDK, simply unpack the starter
39package to a safe location and then add the location to your PATH. </p>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070040
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070041<p><strong>3. Install the ADT Plugin for Eclipse</strong></p>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070042
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070043<p>If you are developing in Eclipse, set up a remote update site at
44<code>https://dl-ssl.google.com/android/eclipse/</code>. Install the Android
45Development Tools (ADT) Plugin, restart Eclipse, and set the "Android"
46preferences in Eclipse to point to the SDK install location. For detailed
47instructions, see <a href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin
48for Eclipse</a>.</p>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070049
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070050<p><strong>4. Add Android platforms and other components to your SDK</strong></p>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070051
Dirk Doughertybf15ce62009-10-23 19:17:12 -070052<p>Use the Android SDK and AVD Manager, included in the SDK starter package, to
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070053add one or more Android platforms (for example, Android 1.6 or Android 2.0) and
54other components to your SDK. If you aren't sure what to add, see <a
55href="installing.html#which">Which components do I need?</a></p>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070056
Dirk Doughertybf15ce62009-10-23 19:17:12 -070057<p>To launch the Android SDK and AVD Manager on Windows, execute <code>SDK
58Setup.exe</code>, at the root of the SDK directory. On Mac OS X or Linux,
59execute the <code>android</code> tool in the <code>&lt;sdk&gt;/tools/</code>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070060folder. For detailed instructions, see <a
61href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.</p>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070062
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070063<p><strong>Done!</strong></p>
Scott Mainefd83af2009-10-14 09:11:41 -070064
Dirk Doughertybf15ce62009-10-23 19:17:12 -070065<p>If you are new to Android, you can use the <a
Dirk Dougherty22558d02009-12-10 16:25:06 -080066href="{@docRoot}resources/tutorials/hello-world.html">Hello World</a> tutorial to
Dirk Doughertybf15ce62009-10-23 19:17:12 -070067get started quickly. <a href="{@docRoot}sdk/installing.html#NextSteps">Next
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070068Steps</a> offers other suggestions of how to begin.</p>
69
70<p>For a more detailed guide to installing and setting up the SDK, read <a
71href="installing.html">Installing the SDK</a>.</p>