blob: 3679d44234bf2f638a8b52db3cf9c922a85f9acf [file] [log] [blame]
Scott Mainefd83af2009-10-14 09:11:41 -07001page.title=System Requirements
2@jd:body
3
4<p>The sections below describe the system and software requirements for developing
Dirk Dougherty7b229ef2010-03-26 17:32:26 -07005Android applications using the Android SDK. </p>
Scott Mainefd83af2009-10-14 09:11:41 -07006
7<h3>Supported Operating Systems</h3>
8<ul>
Dirk Dougherty9a97aaf2010-09-23 11:48:54 -07009 <li>Windows XP (32-bit), Vista (32- or 64-bit), or Windows 7 (32- or 64-bit)</li>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070010 <li>Mac OS X 10.5.8 or later (x86 only)</li>
Scott Main77847a32010-11-09 16:41:32 -080011 <li>Linux (tested on Linux Ubuntu Hardy Heron and Lucid Lynx)
Scott Mainefd83af2009-10-14 09:11:41 -070012 <ul>
13 <li>64-bit distributions must be capable of running 32-bit applications.
14 For information about how to add support for 32-bit applications, see
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070015 the <a href="installing.html#troubleshooting">Ubuntu Linux
Scott Main8ef5a6b2009-11-06 18:38:33 -080016installation notes</a>.</li>
Scott Mainefd83af2009-10-14 09:11:41 -070017 </ul>
18 </li>
19</ul>
20
21<h3>Supported Development Environments</h3>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070022
23<h4 style="margin-top:.25em"><em>Eclipse IDE</em></h4>
Scott Mainefd83af2009-10-14 09:11:41 -070024 <ul>
Scott Main77847a32010-11-09 16:41:32 -080025 <li>Eclipse 3.4 (Ganymede) or greater</li>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070026 <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included
27in most Eclipse IDE packages) </li>
28 <li>If you need to install or update Eclipse, you can download it from <a
29href="http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a>.
30
31 <p>Several types of Eclipse packages are available for each platform. For
32developing Android applications, we recommend that you install one of these
33packages: </p>
34 <ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070035 <li>Eclipse IDE for Java Developers</li>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070036 <li>Eclipse Classic (versions 3.5.1 and higher)</li>
Scott Main77847a32010-11-09 16:41:32 -080037 <li>Eclipse IDE for Java EE Developers</li>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070038 </ul>
39 </li>
Scott Main77847a32010-11-09 16:41:32 -080040 <li><a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK 5 or JDK
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700416</a> (JRE alone is not sufficient)</li>
42 <li><a href="eclipse-adt.html">Android Development Tools plugin</a>
Scott Main77847a32010-11-09 16:41:32 -080043(recommended)</li>
Scott Mainefd83af2009-10-14 09:11:41 -070044 <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
45 </ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070046
47
48<h4><em>Other development environments or IDEs</em></h4>
Scott Mainefd83af2009-10-14 09:11:41 -070049 <ul>
Scott Main77847a32010-11-09 16:41:32 -080050 <li><a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK 5 or JDK
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700516</a> (JRE alone is not sufficient)</li>
52 <li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for
53Linux and Mac, 1.7 or later for Windows</li>
Scott Mainefd83af2009-10-14 09:11:41 -070054 <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
55 </ul>
56 </li>
57</ul>
58
59<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
60particular, 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>
61
62<h3>Hardware requirements</h3>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070063
64<p>The Android SDK requires disk storage for all of the components that you choose to install. The table below provides a rough idea of the disk-space requirements to expect, based on the components that you plan to use. </p>
65
66<table>
67<tr>
68<th>Component type</th>
69<th>Approximate size</th>
70<th>Comments</th>
71</tr>
72<tr>
73<td>SDK Tools</td>
Scott Main77847a32010-11-09 16:41:32 -080074<td>35 MB</td>
75<td>Required.</td>
76</tr>
77<tr>
78<td>SDK Platform-tools</td>
79<td>6 MB</td>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070080<td>Required.</td>
81</tr>
82<tr>
83<td>Android platform (each)</td>
84<td>150 MB</td>
85<td>At least one platform is required.</td>
86</tr>
87<tr>
88<td>SDK Add-on (each)</td>
89<td>100 MB</td>
90<td>Optional.</td>
91</tr>
92<tr>
93<td>USB Driver for Windows</td>
94<td>10 MB</td>
95<td>Optional. For Windows only.</td>
96</tr>
97<tr>
98<td>Samples (per platform)</td>
99<td>10M</td>
100<td>Optional.</td>
101</tr>
102<tr>
103<td>Offline documentation</td>
104<td>250 MB</td>
105<td>Optional.</td>
106</tr>
107</table>
108
109<p>Note that the disk-space requirements above are <em>in addition to</em> those of the Eclipse IDE, JDK, or other prerequisite tools that you may need to install on your development computer.</p>
110
Scott Mainefd83af2009-10-14 09:11:41 -0700111