summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cervera <rcervera@google.com>2014-07-30 16:42:48 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-29 22:44:51 +0000
commita7898781d6182b5c73a0a3899b71162f92582f66 (patch)
tree1c4f12625ac27f62497b40b06c53805c6dcb2b6e
parentfa3d1b2a27448b82ec1aa6f75c95ed17c4f46748 (diff)
parent932ced3a30af7a97d3557ad0e2f269949a1c8469 (diff)
downloadframeworks_base-a7898781d6182b5c73a0a3899b71162f92582f66.zip
frameworks_base-a7898781d6182b5c73a0a3899b71162f92582f66.tar.gz
frameworks_base-a7898781d6182b5c73a0a3899b71162f92582f66.tar.bz2
Merge "docs: Added system requirements for Studio. Bug: 16566355" into klp-modular-docs
-rw-r--r--docs/html/sdk/installing/studio.jd54
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>