diff options
author | Scott Main <> | 2009-04-24 13:41:44 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-24 13:41:44 -0700 |
commit | 8a4c53a7c7911b8f4c73a8fcfbbad3ac903b3367 (patch) | |
tree | c25b2cd127f5fd7310b00fe2e2a9a1b57bbe0b6c /docs/html/sdk/1.0_r1 | |
parent | b867019173d20cd4fd7ee79a3ce924096e95a241 (diff) | |
download | frameworks_base-8a4c53a7c7911b8f4c73a8fcfbbad3ac903b3367.zip frameworks_base-8a4c53a7c7911b8f4c73a8fcfbbad3ac903b3367.tar.gz frameworks_base-8a4c53a7c7911b8f4c73a8fcfbbad3ac903b3367.tar.bz2 |
AI 147732: fix broken links
BUG=1810005
Automated import of CL 147732
Diffstat (limited to 'docs/html/sdk/1.0_r1')
-rw-r--r-- | docs/html/sdk/1.0_r1/requirements.jd | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/html/sdk/1.0_r1/requirements.jd b/docs/html/sdk/1.0_r1/requirements.jd new file mode 100644 index 0000000..af06675 --- /dev/null +++ b/docs/html/sdk/1.0_r1/requirements.jd @@ -0,0 +1,45 @@ +page.title=System Requirements +sdk.version=1.0_r1 + + +@jd:body + +<p>The sections below describe the system and software requirements for +developing Android applications using the Android SDK tools included in Android 1.0 SDK, Release 1. </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 |