diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-07-30 16:46:07 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-30 16:46:07 +0000 |
commit | b6bfa9e45a953b83289ee57da661746deae7a63f (patch) | |
tree | 5fe1776cc8ab45ed2f552fe5773e1108e00a096a | |
parent | 4ff57a9aee76bdfe6808ac9c64f2e90bc14a25ae (diff) | |
parent | a7898781d6182b5c73a0a3899b71162f92582f66 (diff) | |
download | frameworks_base-b6bfa9e45a953b83289ee57da661746deae7a63f.zip frameworks_base-b6bfa9e45a953b83289ee57da661746deae7a63f.tar.gz frameworks_base-b6bfa9e45a953b83289ee57da661746deae7a63f.tar.bz2 |
am a7898781: Merge "docs: Added system requirements for Studio. Bug: 16566355" into klp-modular-docs
* commit 'a7898781d6182b5c73a0a3899b71162f92582f66':
docs: Added system requirements for Studio. Bug: 16566355
-rw-r--r-- | docs/html/sdk/installing/studio.jd | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index 3b7a7da..e7f93bc 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -234,7 +234,7 @@ download (or continue to use) <h4 style="margin-top: 20px;"><a href='' class="expandable" - onclick="toggleExpandable(this,'.pax');return false;" + onclick="toggleExpandable(this,'.pax');hideExpandable('.reqs');return false;" >VIEW ALL DOWNLOADS AND SIZES</a></h4> <div class="pax col-13 online" style="display:none;margin:0;"> @@ -287,6 +287,58 @@ download (or continue to use) </div><!-- end pax --> +<h4 style="margin-top: 20px;"><a href='' class="expandable" + onclick="toggleExpandable(this,'.reqs');hideExpandable('.pax');return false;" + >SYSTEM REQUIREMENTS</a></h4> + +<div class="reqs col-13 online" style="display:none;margin:0;"> +<table> +<tr> +<th>Windows</th> +<th style="width:40%">Mac OS</th> +<th>Linux</th> +</tr> +<tr> +<td> +<ul> + <li>Microsoft Windows 8, 7, Vista, 2003, or XP (32 or 64 bit)</li> + <li>1 GB of RAM minimum, 2 GB recommended</li> + <li>400 MB of disk space</li> + <li>At least 1 GB of additional disk space for the Android SDK, emulator system images, and caches</li> + <li>1280x800 minimum screen resolution</li> + <li>Java Development Kit (JDK) 6 or higher</li> +</ul> +</td> +<td> +<ul> + <li>Mac OS X 10.5 or higher, up to 10.9 (Mavericks)</li> + <li>1 GB of RAM minimum, 2 GB recommended</li> + <li>400 MB of disk space</li> + <li>At least 1 GB of additional disk space for the Android SDK, emulator system images, and caches</li> + <li>1280x800 minimum screen resolution</li> + <li>Java Runtime Environment (JRE) 6 *</li> + <li>Java Development Kit (JDK) 6 or JDK 7</li> +</ul> +<p>* On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font +rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.</p> +</td> +<td> +<ul> + <li>GNOME or KDE desktop</li> + <li>1 GB of RAM minimum, 2 GB recommended</li> + <li>400 MB of disk space</li> + <li>At least 1 GB of additional disk space for the Android SDK, emulator system images, and caches</li> + <li>1280x800 minimum screen resolution</li> + <li>Oracle Java Development Kit (JDK) 6 or JDK 7</li> +</ul> +</td> +</tr> +</table> +<p class="note"><strong>Note:</strong> Java Development Kit (JDK) 7 is required if you're targeting +the Android L Developer Preview.</p> +</div><!-- end pax --> + + <h2 style="margin-bottom: 0px;">Android Studio vs. Eclipse ADT Comparison</h2> |