blob: d710b8ec7ff0e91144e56929d95c5f6b0ddd5ab0 [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>
9 <li>Windows XP (32-bit) or Vista (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 Mainefd83af2009-10-14 09:11:41 -070011 <li>Linux (tested on Linux Ubuntu Hardy Heron)
12 <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>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070025 <li>Eclipse 3.4 (Ganymede) or 3.5 (Galileo)
Scott Main1c9bada2010-07-07 16:47:16 -070026 <p class="caution"><strong>Caution:</strong> There are known issues with the ADT plugin
27running with Eclipse 3.6. Please stay on 3.5 until further notice.</p>
28 </li>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070029 <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included
30in most Eclipse IDE packages) </li>
31 <li>If you need to install or update Eclipse, you can download it from <a
32href="http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a>.
33
34 <p>Several types of Eclipse packages are available for each platform. For
35developing Android applications, we recommend that you install one of these
36packages: </p>
37 <ul>
38 <li>Eclipse IDE for Java EE Developers</li>
39 <li>Eclipse IDE for Java Developers</li>
40 <li>Eclipse for RCP/Plug-in Developers</li>
41 <li>Eclipse Classic (versions 3.5.1 and higher)</li>
42 </ul>
43 </li>
44 <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK
456</a> (JRE alone is not sufficient)</li>
46 <li><a href="eclipse-adt.html">Android Development Tools plugin</a>
47(optional)</li>
Scott Mainefd83af2009-10-14 09:11:41 -070048 <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
49 </ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070050
51
52<h4><em>Other development environments or IDEs</em></h4>
Scott Mainefd83af2009-10-14 09:11:41 -070053 <ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070054 <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK
556</a> (JRE alone is not sufficient)</li>
56 <li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for
57Linux and Mac, 1.7 or later for Windows</li>
Scott Mainefd83af2009-10-14 09:11:41 -070058 <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
59 </ul>
60 </li>
61</ul>
62
63<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
64particular, 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>
65
66<h3>Hardware requirements</h3>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070067
68<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>
69
70<table>
71<tr>
72<th>Component type</th>
73<th>Approximate size</th>
74<th>Comments</th>
75</tr>
76<tr>
77<td>SDK Tools</td>
78<td>50 MB</td>
79<td>Required.</td>
80</tr>
81<tr>
82<td>Android platform (each)</td>
83<td>150 MB</td>
84<td>At least one platform is required.</td>
85</tr>
86<tr>
87<td>SDK Add-on (each)</td>
88<td>100 MB</td>
89<td>Optional.</td>
90</tr>
91<tr>
92<td>USB Driver for Windows</td>
93<td>10 MB</td>
94<td>Optional. For Windows only.</td>
95</tr>
96<tr>
97<td>Samples (per platform)</td>
98<td>10M</td>
99<td>Optional.</td>
100</tr>
101<tr>
102<td>Offline documentation</td>
103<td>250 MB</td>
104<td>Optional.</td>
105</tr>
106</table>
107
108<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>
109
Scott Mainefd83af2009-10-14 09:11:41 -0700110