summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk/index.jd
blob: d383fde26df03aa00b5be8ce3521e5272539c9b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
page.title=Android SDK
sdk.redirect=0

sdk.win_download=android-sdk_r06-windows.zip
sdk.win_bytes=
sdk.win_checksum=

sdk.mac_download=android-sdk_r06-mac_86.zip
sdk.mac_bytes=
sdk.mac_checksum=

sdk.linux_download=android-sdk_r06-linux_86.tgz
sdk.linux_bytes=
sdk.linux_checksum=

@jd:body


<h2 id="quickstart">Quick Start</h2>

<p>The steps below provide an overview of how to get started with the Android
SDK. For detailed instructions, start with the <a
href="{@docRoot}sdk/installing.html">Installing the SDK</a> guide. </p>

<p><strong>1. Prepare your development computer</strong></p>

<p>Read the <a href="{@docRoot}sdk/requirements.html">System Requirements</a>
document and make sure that your development computer meets the hardware and
software requirements for the Android SDK. Install any additional software
needed before downloading the Android SDK. In particular, you may need to
install the <a href="http://java.sun.com/javase/downloads/index.jsp">JDK</a>
 (version 5 or 6 required) and <a href="http://www.eclipse.org/downloads/">Eclipse</a>
 (version 3.4 or 3.5, needed only if you want develop using the ADT Plugin).

<p><strong>2. Download and install the SDK starter package</strong></p>

<p>Select a starter package from the table at the top of this page and download
it to your development computer. To install the SDK, simply unpack the starter
package to a safe location and then add the location to your PATH. </p>

<p><strong>3. Install the ADT Plugin for Eclipse</strong></p>

<p>If you are developing in Eclipse, set up a remote update site at
<code>https://dl-ssl.google.com/android/eclipse/</code>. Install the Android 
Development Tools (ADT) Plugin, restart Eclipse, and set the "Android" 
preferences in Eclipse to point to the SDK install location. For detailed
instructions, see <a href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin 
for Eclipse</a>.</p>

<p><strong>4. Add Android platforms and other components to your SDK</strong></p>

<p>Use the Android SDK and AVD Manager, included in the SDK starter package, to
add one or more Android platforms (for example, Android 1.6 or Android 2.0) and
other components to your SDK. If you aren't sure what to add, see <a
href="installing.html#which">Which components do I need?</a></p>

<p>To launch the Android SDK and AVD Manager on Windows, execute <code>SDK
Setup.exe</code>, at the root of the SDK directory. On Mac OS X or Linux,
execute the <code>android</code> tool in the <code>&lt;sdk&gt;/tools/</code>
folder. For detailed instructions, see <a
href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.</p>

<p><strong>Done!</strong></p>

<p>If you are new to Android, you can use the <a
href="{@docRoot}resources/tutorials/hello-world.html">Hello World</a> tutorial to
get started quickly. <a href="{@docRoot}sdk/installing.html#NextSteps">Next
Steps</a> offers other suggestions of how to begin.</p>

<p>For a more detailed guide to installing and setting up the SDK, read <a 
href="installing.html">Installing the SDK</a>.</p>