diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-07-30 16:53:34 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-30 16:53:34 +0000 |
commit | 7560953e5ab6f3a42eaa6f17301a35e92fccbc8b (patch) | |
tree | 8fd9b2f656e9e972ab4419cae0059b9a342d1c62 /docs | |
parent | d511fc2fa469939c92cb93b649d4740980aa2ee1 (diff) | |
parent | 9ae4c6f8744b6767efbb912dbfd64ce3da13e60e (diff) | |
download | frameworks_base-7560953e5ab6f3a42eaa6f17301a35e92fccbc8b.zip frameworks_base-7560953e5ab6f3a42eaa6f17301a35e92fccbc8b.tar.gz frameworks_base-7560953e5ab6f3a42eaa6f17301a35e92fccbc8b.tar.bz2 |
am 9ae4c6f8: am b6bfa9e4: am a7898781: Merge "docs: Added system requirements for Studio. Bug: 16566355" into klp-modular-docs
* commit '9ae4c6f8744b6767efbb912dbfd64ce3da13e60e':
docs: Added system requirements for Studio. Bug: 16566355
Diffstat (limited to 'docs')
-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> |