diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-10-14 20:52:50 -0400 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-10-14 20:52:50 -0400 |
commit | 30a6657ec6051ba5a1c72a714c9dc535dff127a4 (patch) | |
tree | 2b1e081b2adcb312a9774ba8808c1186d8008539 /docs/html/sdk/requirements.jd | |
parent | 53f33d84776a0bad668e361365a7049b16f8a929 (diff) | |
parent | efd83af0a7f1041f22567c1ef8135e9b13bb77cb (diff) | |
download | frameworks_base-30a6657ec6051ba5a1c72a714c9dc535dff127a4.zip frameworks_base-30a6657ec6051ba5a1c72a714c9dc535dff127a4.tar.gz frameworks_base-30a6657ec6051ba5a1c72a714c9dc535dff127a4.tar.bz2 |
Merge change Ic9b31801 into eclair
* changes:
docs: setup new SDK documentation for 2.0 and change sdk build version to 2.0... move upgrading doc into a new guide for "updating" with the new manager tools and remove the previous updating doc from the dev guide. set up preliminary download page and guide for installing the full SDK. add the requirements doc in sdk/ for all general purposes. revise the download 'thank you' message.
Diffstat (limited to 'docs/html/sdk/requirements.jd')
-rw-r--r-- | docs/html/sdk/requirements.jd | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/docs/html/sdk/requirements.jd b/docs/html/sdk/requirements.jd new file mode 100644 index 0000000..97db36d --- /dev/null +++ b/docs/html/sdk/requirements.jd @@ -0,0 +1,54 @@ +page.title=System Requirements +@jd:body + +<p>The sections below describe the system and software requirements for developing +Android applications using the Android Development Tools, revision 3. </p> + +<h3>Supported Operating Systems</h3> +<ul> + <li>Windows XP (32-bit) or Vista (32- or 64-bit)</li> + <li>Mac OS X 10.4.8 or later (x86 only)</li> + <li>Linux (tested on Linux Ubuntu Hardy Heron) + <ul> + <li>64-bit distributions must be capable of running 32-bit applications. + For information about how to add support for 32-bit applications, see + the <a href="installing.html#InstallationNotes">Installation Notes</a>.</li> + </ul> + </li> +</ul> + +<h3>Supported Development Environments</h3> +<ul> + <li>Eclipse IDE + <ul> + <li><a href="http://www.eclipse.org/downloads/">Eclipse</a> 3.4 (Ganymede) or 3.5 (Galileo) + <ul> + <li>Note: Eclipse 3.3 has not been fully tested with ADT 0.9.3 and support can no longer be guaranteed. We suggest you upgrade to + Eclipse 3.4 or 3.5.</li> + <li>Recommended Eclipse IDE packages: Eclipse IDE for Java EE Developers, Eclipse IDE for Java Developers, Eclipse for RCP/Plug-in Developers</li> + <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li> + <li>Eclipse Classic IDE package is not supported.</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> + +<h3>Hardware requirements</h3> +<ul> + <li>For the base SDK package, at least 600MB of available disk space. For each platform downloaded into the SDK, an additional 100MB is needed. </li> +</ul> + |