blob: 2d3fcd68c6af24f041903dd570b2bd0642aeb124 [file] [log] [blame]
David Warren5f6ca4f2009-04-30 17:11:58 -07001page.title=Device Requirements
2pdk.version=1.0
3@jd:body
4
5<p>While Android is designed to support a wide variety of hardware platforms and configurations, this section provides recommended minimum device requirements.</p>
6<table border=1 cellpadding=2 cellspacing=0>
7 <tbody><tr>
8 <th scope="col">Feature</th>
9 <th scope="col">Minimum Requirement</th>
10 <th scope="col">Notes</th>
11 </tr>
12 <tr>
13 <td>Chipset</td>
14 <td>ARM-based</td>
15 <td>For the first release, Android is primarily targeted towards mobile handsets and portions of the platform, such as Dalvik VM graphics processing, currently assume an ARM architecture.</td>
16 </tr>
17 <tr>
18 <td>Memory</td>
19 <td>128 MB RAM; 256 MB Flash External</td>
20 <td>Android can boot and run in configurations with less memory, but it isn't recommended.</td>
21 </tr>
22 <tr>
23 <td>Storage</td>
24 <td>Mini or Micro SD </td>
25 <td>Not necessary for basic bring up, but recommended.</td>
26 </tr>
27 <tr>
28 <td>Primary Display </td>
29 <td>HVGA required</td>
30 <td>The current Android interface targets a touch-based HVGA resolution display with a touch-interface no smaller than 2.8 inches in size. However, smaller displays will suffice for initial porting.</td>
31 </tr>
32 <tr>
33 <td>Navigation Keys </td>
34 <td>5-way navigation with 5 application keys, power, camera and volume controls</td>
35 <td>&nbsp;</td>
36 </tr>
37 <tr>
38 <td>Camera</td>
39 <td>2MP CMOS</td>
40 <td>Not required for basic bring up. </td>
41 </tr>
42 <tr>
43 <td>USB</td>
44 <td>Standard mini-B USB interface</td>
45 <td>Android uses the USB interface for flashing the device system images and debugging a running device.</td>
46 </tr>
47 <tr>
48 <td>Bluetooth</td>
49 <td>1.2 or 2.0 </td>
50 <td>Not required for initial bring up.</td>
51 </tr>
52</tbody>
53</table>
54<p>If available, your Android device can also benefit from the following optional device characteristics:</p>
55<ul>
56 <li>QWERTY keyboard</li>
57 <li>WiFi</li>
58 <li>GPS</li>
59</ul>