Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 1 | page.title=Android 2.0 SDK, Release 1 |
| 2 | sdk.redirect=0 |
| 3 | sdk.version=2.0 |
| 4 | |
| 5 | sdk.date=October 2009 |
| 6 | |
| 7 | sdk.win_download=android-sdk-windows-2.0_r1.zip |
| 8 | sdk.win_bytes= |
| 9 | sdk.win_checksum= |
| 10 | |
| 11 | sdk.mac_download=android-sdk-mac_x86-2.0_r1.zip |
| 12 | sdk.mac_bytes= |
| 13 | sdk.mac_checksum= |
| 14 | |
| 15 | sdk.linux_download=android-sdk-linux_x86-2.0_r1.tgz |
| 16 | sdk.linux_bytes= |
| 17 | sdk.linux_checksum= |
| 18 | |
| 19 | adt.zip_download=ADT-0.9.4.zip |
| 20 | adt.zip_version=0.9.4 |
| 21 | adt.zip_bytes= |
| 22 | adt.zip_checksum= |
Dirk Dougherty | d88c36b | 2009-07-15 16:37:23 -0700 | [diff] [blame] | 23 | |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 24 | @jd:body |
| 25 | |
Scott Main | efd83af | 2009-10-14 09:11:41 -0700 | [diff] [blame] | 26 | <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 |
| 37 | code and designing an application UI. You can read about the tools in the <a |
| 38 | href="{@docRoot}guide/developing/tools/index.html">Dev Guide</a> and access them |
| 39 | in the <code><em><sdk></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 |
| 44 | applications. With this platform, both the fully compliant Android {@sdkCurrentVersion} library |
| 45 | and system image are provided. For more information about this platform version — |
| 46 | features, applications included, localizations, API changes, and so on — |
| 47 | see the <a href="{@docRoot}sdk/android-{@sdkCurrentVersion}.html">Android {@sdkCurrentVersion} |
| 48 | Version Notes</a>.</p> |
| 49 | |
| 50 | <p>Although only one platform version is included in the SDK, you do not need to |
| 51 | install a separate Android SDK for each platform version on which would like to develop |
| 52 | applications. Once you install the SDK from this page, you can easily install |
| 53 | additional Android platform versions using the Android SDK and AVD Manager. |
| 54 | For more information about adding platform versions to your SDK, |
| 55 | read <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 |
| 61 | library or a customized (but fully compliant) Android system image. This SDK |
| 62 | includes the SDK add-ons listed below. The Android system API Level required by |
| 63 | each 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%"> </td> |
| 74 | <td>Includes the com.google.android.maps external library, a compliant |
| 75 | Android 2.0 system image, a {@link android.location.Geocoder Geocoder} |
| 76 | backend 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 |
| 84 | href="{@docRoot}guide/samples/index.html">Dev Guide</a> and access the sample |
| 85 | code itself in the <code><em><sdk></em>/platforms/<em><platform></em>/samples/</code> |
| 86 | directory of the SDK package. Note that each platform version includes its own set of |
| 87 | sample 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 |
| 93 | the <code><em><sdk></em>/documentation.html</code> file in a web browser. If you |
| 94 | are developing in an IDE such as Eclipse, you can also view the reference |
| 95 | documentation 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 |
| 98 | site:</p> |
| 99 | |
| 100 | <p style="margin-left:2em;"><a |
| 101 | href="http://developer.android.com/index.html">http://developer.android.com/</a> |
| 102 | </p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 103 | |
| 104 | |