diff options
Diffstat (limited to 'docs/html/sdk/1.0_r1/index.jd')
-rw-r--r-- | docs/html/sdk/1.0_r1/index.jd | 81 |
1 files changed, 41 insertions, 40 deletions
diff --git a/docs/html/sdk/1.0_r1/index.jd b/docs/html/sdk/1.0_r1/index.jd index d236844b70c0..b6e0e9f20992 100644 --- a/docs/html/sdk/1.0_r1/index.jd +++ b/docs/html/sdk/1.0_r1/index.jd @@ -22,43 +22,44 @@ sdk.linux_checksum=2660b4029039b7d714e59827e9a9a11d <h2>Included in this SDK</h2> -<p>This SDK includes some awesome stuff.</p> - - -<h2>System and Software Requirements</h2> - -<p>The following systems and development environments are supported by this SDK.</p> - -<h4>Supported Operating Systems:</h4> -<ul> - <li>Windows XP or Vista</li> - <li>Mac OS X 10.4.8 or later (x86 only)</li> - <li>Linux (tested on Linux Ubuntu Dapper Drake)</li> -</ul> - -<h4>Supported Development Environments:</h4> -<ul> - <li>Eclipse IDE - <ul> - <li><a href="http://www.eclipse.org/downloads/">Eclipse</a> 3.3 (Europa), 3.4 (Ganymede) - <ul> - <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li> - <li><a href="http://www.eclipse.org/webtools">WST</a> (optional, but needed for the Android Editors feature; included in <a href="http://www.eclipse.org/downloads/moreinfo/compare.php">most Eclipse IDE packages</a>)</li> - </ul> - </li> - <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li> - <li><a href="installing.html#installingplugin">Android Development Tools plugin</a> (optional)</li> - <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li> - </ul> - </li> - <li>Other development environments or IDEs - <ul> - <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li> - <li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for Linux and Mac, 1.7 or later for Windows</li> - <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li> - </ul> - </li> -</ul> - -<p class="note"><strong>Note:</strong> If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In -particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development. </p>
\ No newline at end of file +<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> + + + |