Skip to content

Commit a789878

Browse files
Ricardo CerveraAndroid (Google) Code Review
authored andcommitted
Merge "docs: Added system requirements for Studio. Bug: 16566355" into klp-modular-docs
2 parents fa3d1b2 + 932ced3 commit a789878

1 file changed

Lines changed: 53 additions & 1 deletion

File tree

docs/html/sdk/installing/studio.jd

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ download (or continue to use)
234234

235235

236236
<h4 style="margin-top: 20px;"><a href='' class="expandable"
237-
onclick="toggleExpandable(this,'.pax');return false;"
237+
onclick="toggleExpandable(this,'.pax');hideExpandable('.reqs');return false;"
238238
>VIEW ALL DOWNLOADS AND SIZES</a></h4>
239239

240240
<div class="pax col-13 online" style="display:none;margin:0;">
@@ -287,6 +287,58 @@ download (or continue to use)
287287
</div><!-- end pax -->
288288

289289

290+
<h4 style="margin-top: 20px;"><a href='' class="expandable"
291+
onclick="toggleExpandable(this,'.reqs');hideExpandable('.pax');return false;"
292+
>SYSTEM REQUIREMENTS</a></h4>
293+
294+
<div class="reqs col-13 online" style="display:none;margin:0;">
295+
<table>
296+
<tr>
297+
<th>Windows</th>
298+
<th style="width:40%">Mac OS</th>
299+
<th>Linux</th>
300+
</tr>
301+
<tr>
302+
<td>
303+
<ul>
304+
<li>Microsoft Windows 8, 7, Vista, 2003, or XP (32 or 64 bit)</li>
305+
<li>1 GB of RAM minimum, 2 GB recommended</li>
306+
<li>400 MB of disk space</li>
307+
<li>At least 1 GB of additional disk space for the Android SDK, emulator system images, and caches</li>
308+
<li>1280x800 minimum screen resolution</li>
309+
<li>Java Development Kit (JDK) 6 or higher</li>
310+
</ul>
311+
</td>
312+
<td>
313+
<ul>
314+
<li>Mac OS X 10.5 or higher, up to 10.9 (Mavericks)</li>
315+
<li>1 GB of RAM minimum, 2 GB recommended</li>
316+
<li>400 MB of disk space</li>
317+
<li>At least 1 GB of additional disk space for the Android SDK, emulator system images, and caches</li>
318+
<li>1280x800 minimum screen resolution</li>
319+
<li>Java Runtime Environment (JRE) 6 *</li>
320+
<li>Java Development Kit (JDK) 6 or JDK 7</li>
321+
</ul>
322+
<p>* On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for optimized font
323+
rendering. You can then configure your project to use Java Development Kit (JDK) 6 or JDK 7.</p>
324+
</td>
325+
<td>
326+
<ul>
327+
<li>GNOME or KDE desktop</li>
328+
<li>1 GB of RAM minimum, 2 GB recommended</li>
329+
<li>400 MB of disk space</li>
330+
<li>At least 1 GB of additional disk space for the Android SDK, emulator system images, and caches</li>
331+
<li>1280x800 minimum screen resolution</li>
332+
<li>Oracle Java Development Kit (JDK) 6 or JDK 7</li>
333+
</ul>
334+
</td>
335+
</tr>
336+
</table>
337+
<p class="note"><strong>Note:</strong> Java Development Kit (JDK) 7 is required if you're targeting
338+
the Android L Developer Preview.</p>
339+
</div><!-- end pax -->
340+
341+
290342

291343
<h2 style="margin-bottom: 0px;">Android Studio vs. Eclipse ADT Comparison</h2>
292344

0 commit comments

Comments
 (0)