66 lines
1.9 KiB
Plaintext
66 lines
1.9 KiB
Plaintext
page.title=Android 1.0 SDK, release 1
|
|
|
|
sdk.not_latest_version=true
|
|
|
|
sdk.version=1.0_r1
|
|
sdk.date=September 23, 2008
|
|
|
|
sdk.win_download=android-sdk-windows-1.0_r1.zip
|
|
sdk.win_bytes=89.7 MB
|
|
sdk.win_checksum=d69f4ee93d4010f726c04302662fd999
|
|
|
|
sdk.mac_download=android-sdk-mac_x86-1.0_r1.zip
|
|
sdk.mac_bytes=87.5 MB
|
|
sdk.mac_checksum=564876ada22872e50c2866806de9fc5c
|
|
|
|
sdk.linux_download=android-sdk-linux_x86-1.0_r1.zip
|
|
sdk.linux_bytes=87.8 MB
|
|
sdk.linux_checksum=2660b4029039b7d714e59827e9a9a11d
|
|
|
|
|
|
@jd:body
|
|
|
|
<h2>Included in this SDK</h2>
|
|
|
|
<h4>Development tools</h4>
|
|
|
|
<p>The SDK includes a variety of tools for developing and debugging application code and designing
|
|
an application UI. You can read about the tools in the documentation included with the SDK.
|
|
You can access the tools in the <code><sdk>/tools/</code> directory.</p>
|
|
|
|
<h4 id="system_images">System Images</h4>
|
|
|
|
<p>The Android system images listed below are included in this SDK.</p>
|
|
|
|
<table style="margin-right:1em;" width="80%">
|
|
<tr>
|
|
<th><nobr>System Image</nobr></th><th><nobr>API Level</nobr></th><th>Notes</th><th>Description</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="5%"><nobr>Android 1.0</nobr></td>
|
|
<td width="5%">1</td>
|
|
<td width="5%"><nobr>N/A</nobr></td>
|
|
<td>Includes the {@code com.google.android.maps} external library and a set of standard development
|
|
applications. </td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<h4>Sample Code and Applications</h4>
|
|
|
|
<p>You can look at a variety of tutorials and samples in the
|
|
documentation included with the SDK and access the sample code itself
|
|
in the <code><sdk>/samples/</code> directory of the SDK package.</p>
|
|
|
|
<h4>Documentation</h4>
|
|
|
|
<p>The SDK package provides a full set of local documentation, including installation and upgrade
|
|
instructions. To view it, open the <code><sdk>/documentation.html</code> file in a web browser.
|
|
If you are developing in an IDE such as Eclipse, you can also view the reference documentation
|
|
directly in the IDE. </p>
|
|
|
|
|
|
|