blob: e82ed3447116f42d6bb4d29c18400b0052e19ca7 [file] [log] [blame]
Scott Mainefd83af2009-10-14 09:11:41 -07001page.title=Android 2.0 SDK, Release 1
2sdk.redirect=0
3sdk.version=2.0
4
5sdk.date=October 2009
6
7sdk.win_download=android-sdk-windows-2.0_r1.zip
8sdk.win_bytes=
9sdk.win_checksum=
10
11sdk.mac_download=android-sdk-mac_x86-2.0_r1.zip
12sdk.mac_bytes=
13sdk.mac_checksum=
14
15sdk.linux_download=android-sdk-linux_x86-2.0_r1.tgz
16sdk.linux_bytes=
17sdk.linux_checksum=
18
19adt.zip_download=ADT-0.9.4.zip
20adt.zip_version=0.9.4
21adt.zip_bytes=
22adt.zip_checksum=
Dirk Doughertyd88c36b2009-07-15 16:37:23 -070023
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080024@jd:body
25
Scott Mainefd83af2009-10-14 09:11:41 -070026<p>For more information on this SDK release, read the
27<a href="{@docRoot}sdk/RELEASENOTES.html">Release Notes</a>.</p>
28
29<p>For setup procedures, read the
30<a href="{@docRoot}sdk/{@sdkCurrent}/installing.html">Installing</a> guide.</p>
31
32<h2>SDK Contents</h2>
33
34<h4>Development tools</h4>
35
36<p>The SDK includes a full set of tools for developing and debugging application
37code and designing an application UI. You can read about the tools in the <a
38href="{@docRoot}guide/developing/tools/index.html">Dev Guide</a> and access them
39in the <code><em>&lt;sdk&gt;</em>/tools/</code> directory.</p>
40
41<h4 id="system_images">Android Platforms</h4>
42
43<p>This SDK includes only the Android {@sdkCurrentVersion} platform version for developing Android
44applications. With this platform, both the fully compliant Android {@sdkCurrentVersion} library
45and system image are provided. For more information about this platform version &mdash;
46features, applications included, localizations, API changes, and so on &mdash;
47see the <a href="{@docRoot}sdk/android-{@sdkCurrentVersion}.html">Android {@sdkCurrentVersion}
48Version Notes</a>.</p>
49
50<p>Although only one platform version is included in the SDK, you do not need to
51install a separate Android SDK for each platform version on which would like to develop
52applications. Once you install the SDK from this page, you can easily install
53additional Android platform versions using the Android SDK and AVD Manager.
54For more information about adding platform versions to your SDK,
55read <a href="{@docRoot}sdk/updating-sdk.html">Updating Your SDK</a>.</p>
56
57
58<h4 id="system_images">SDK Add-Ons</h4>
59
60<p>An SDK add-on provides a development environment for an Android external
61library or a customized (but fully compliant) Android system image. This SDK
62includes the SDK add-ons listed below. The Android system API Level required by
63each add-on is noted.</p>
64
65<table style="margin-right:1em;" width="80%">
66<tr>
67<th><nobr>Add-On</nobr></th><th><nobr>API Level</nobr></th>
68<th>Notes</th><th>Description</th>
69</tr>
70<tr>
71<td width="5%"><nobr>Google APIs</nobr></td>
72<td width="5%">5</td>
73<td width="5%">&nbsp;</td>
74<td>Includes the com.google.android.maps external library, a compliant
75Android 2.0 system image, a {@link android.location.Geocoder Geocoder}
76backend service implementation, documentation, and sample code. </td>
77</tr>
78</table>
79
80
81<h4 id="samples">Sample Code and Applications</h4>
82
83<p>You can look at a variety of sample applications in the <a
84href="{@docRoot}guide/samples/index.html">Dev Guide</a> and access the sample
85code itself in the <code><em>&lt;sdk&gt;</em>/platforms/<em>&lt;platform&gt;</em>/samples/</code>
86directory of the SDK package. Note that each platform version includes its own set of
87sample applications.</p>
88
89
90<h4 id="documentation">Documentation</h4>
91
92<p>The SDK package includes a full set of local documentation. To view it, open
93the <code><em>&lt;sdk&gt;</em>/documentation.html</code> file in a web browser. If you
94are developing in an IDE such as Eclipse, you can also view the reference
95documentation directly in the IDE by hovering over methods and class names.</p>
96
97<p>The most current documentation is always available on the Android Developers
98site:</p>
99
100<p style="margin-left:2em;"><a
101href="http://developer.android.com/index.html">http://developer.android.com/</a>
102</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800103
104