Home | History | Annotate | Download | only in revisions
      1 page.title=Platforms
      2 @jd:body
      3 
      4 <div id="qv-wrapper">
      5 <div id="qv">
      6 
      7 
      8 <h2>See Also</h2>
      9 <ol>
     10   <li><a href="{@docRoot}about/versions/android-4.0-highlights.html">Ice Cream Sandwich
     11 Highlights and APIs</a></li>
     12   <li><a href="{@docRoot}about/versions/android-3.0-highlights.html">Honeycomb
     13 Highlights and APIs</a></li>
     14   <li><a href="{@docRoot}about/versions/android-2.3-highlights.html">Gingerbread
     15 Highlights and APIs</a></li>
     16 </ol>
     17 
     18 </div>
     19 </div>
     20 
     21 
     22 
     23 <p>To develop an Android app, you must install at least one Android platform from the SDK Manager
     24 against which you can compile your app. Often, any given version of the Android will be revised
     25 with bug fixes or other changes, as denoted by the revision number. Below, you'll find the
     26 release notes for each version of the platform and the subsequent revisions to the platform
     27 version.</p>
     28 
     29 <p>To determine what revision of an Android platform you have installed, refer to the
     30 <strong>Installed Packages</strong> listing in the Android SDK Manager.</p>
     31 
     32 
     33 
     34 
     35 
     36 
     37 
     38 
     39 
     40 <h2 id="4.1">Android 4.1</h2>
     41 
     42 
     43 <p class="caution"><strong>Important:</strong> To download the new Android
     44 4.0.x system components from the Android SDK Manager, you must first update the
     45 SDK tools to revision 20 or later and restart the Android SDK Manager. If you do not,
     46 the Android 4.1 system components will not be available for download.</p>
     47 
     48 
     49 <div class="toggle-content opened">
     50 
     51   <p><a href="#" onclick="return toggleContent(this)">
     52     <img src="{@docRoot}assets/images/triangle-opened.png"
     53 class="toggle-content-img" alt="" />Revision 3</a> <em>(October 2012)</em>
     54   </p>
     55 
     56   <div class="toggle-content-toggleme">
     57 
     58     <p>Maintenance update. The system version is 4.1.2.</p>
     59     <dl>
     60       <dt>Dependencies:</dt>
     61       <dd>SDK Tools r20 or higher is required.</dd>
     62     </dl>
     63 
     64   </div>
     65 </div>
     66 
     67 <div class="toggle-content closed">
     68 
     69   <p><a href="#" onclick="return toggleContent(this)">
     70     <img src="{@docRoot}assets/images/triangle-closed.png"
     71 class="toggle-content-img" alt="" />Revision 2</a> <em>(July 2012)</em>
     72   </p>
     73 
     74   <div class="toggle-content-toggleme">
     75 
     76     <p>Maintenance update. The system version is 4.1.1.</p>
     77     <dl>
     78       <dt>Dependencies:</dt>
     79       <dd>SDK Tools r20 or higher is required.</dd>
     80     </dl>
     81 
     82   </div>
     83 </div>
     84 
     85 <div class="toggle-content closed" >
     86 
     87   <p><a href="#" onclick="return toggleContent(this)">
     88     <img src="{@docRoot}assets/images/triangle-closed.png"
     89 class="toggle-content-img" alt="" />Revision 1</a> <em>(June 2012)</em>
     90   </p>
     91 
     92   <div class="toggle-content-toggleme">
     93 
     94     <p>Initial release. The system version is 4.1.0.</p>
     95     <dl>
     96       <dt>Dependencies:</dt>
     97       <dd>SDK Tools r20 or higher is required.</dd>
     98     </dl>
     99 
    100   </div>
    101 </div>
    102 
    103 <h3>Emulator Skins</h3>
    104 
    105 <p>The downloadable platform includes the following emulator skins:</p>
    106 
    107 <ul>
    108   <li>
    109     QVGA (240x320, low density, small screen)
    110   </li>
    111   <li>
    112     WQVGA400 (240x400, low density, normal screen)
    113   </li>
    114   <li>
    115     WQVGA432 (240x432, low density, normal screen)
    116   </li>
    117   <li>
    118     HVGA (320x480, medium density, normal screen)
    119   </li>
    120   <li>
    121     WVGA800 (480x800, high density, normal screen)
    122   </li>
    123   <li>
    124     WVGA854 (480x854 high density, normal screen)
    125   </li>
    126   <li>
    127     WXGA720 (1280x720, extra-high density, normal screen)
    128   </li>
    129   <li>
    130     WSVGA (1024x600, medium density, large screen)
    131   </li>
    132   <li>
    133     WXGA800-7in (1280x800, high density, large screen) <span class="new">new</span>
    134   </li>
    135   <li>
    136     WXGA800 (1280x800, medium density, xlarge screen)
    137   </li>
    138 </ul>
    139 
    140 <p>To test your application on an emulator that represents the <a
    141 href="http://play.google.com/nexus7">Nexus 7</a> tablet device, you can create an AVD with
    142 the new WXGA800-7in skin. For best performance, make sure to enable <a
    143 href="{@docRoot}tools/devices/emulator.html#accel-graphics">graphics acceleration</a> in the
    144 emulator configuration.</p>
    145 
    146 
    147 
    148 
    149 
    150 
    151 
    152 
    153 
    154 
    155 
    156 
    157 
    158 
    159 <h2 id="4.0.3">Android 4.0.3</h2>
    160 
    161 
    162 <p class="caution"><strong>Important:</strong> To download the new Android
    163 4.0.x system components from the Android SDK Manager, you must first update the
    164 SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
    165 the Android 4.0.x system components will not be available for download.</p>
    166 
    167 <div class="toggle-content closed">
    168 
    169   <p><a href="#" onclick="return toggleContent(this)">
    170     <img src="{@docRoot}assets/images/triangle-closed.png"
    171 class="toggle-content-img" alt="" />Revision 3</a> <em>(March 2012)</em>
    172   </p>
    173 
    174   <div class="toggle-content-toggleme">
    175 
    176     <p>Maintenance update. The system version is 4.0.4.</p>
    177     <p class="note"><strong>Note:</strong> This system image includes support for emulator
    178 hardware graphics acceleration when used with SDK Tools r17 or higher.
    179 (<a href="{@docRoot}tools/devices/emulator.html#accel-graphics">more info</a>)</p>
    180     <dl>
    181       <dt>Dependencies:</dt>
    182       <dd>SDK Tools r17 or higher is required.</dd>
    183     </dl>
    184 
    185   </div>
    186 </div>
    187 
    188 <div class="toggle-content closed" >
    189 
    190   <p><a href="#" onclick="return toggleContent(this)">
    191     <img src="{@docRoot}assets/images/triangle-closed.png"
    192 class="toggle-content-img" alt="" />Revision 2</a> <em>(January 2012)</em>
    193   </p>
    194 
    195   <div class="toggle-content-toggleme">
    196 
    197     <p>Maintenance update. The system version is 4.0.3.</p>
    198     <dl>
    199       <dt>Dependencies:</dt>
    200       <dd>SDK Tools r14 or higher is required.</dd>
    201     </dl>
    202 
    203   </div>
    204 </div>
    205 
    206 <div class="toggle-content closed" >
    207 
    208   <p><a href="#" onclick="return toggleContent(this)">
    209     <img src="{@docRoot}assets/images/triangle-closed.png"
    210 class="toggle-content-img" alt="" />Revision 1</a> <em>(December 2011)</em>
    211   </p>
    212 
    213   <div class="toggle-content-toggleme">
    214 
    215     <p>Initial release. The system version is 4.0.3.</p>
    216     <dl>
    217       <dt>Dependencies:</dt>
    218       <dd>SDK Tools r14 or higher is required.</dd>
    219     </dl>
    220 
    221   </div>
    222 </div>
    223 
    224 <h3>Emulator Skins</h3>
    225 
    226 <p>The downloadable platform includes the following emulator skins:</p>
    227 
    228 <ul>
    229   <li>
    230     QVGA (240x320, low density, small screen)
    231   </li>
    232   <li>
    233     WQVGA400 (240x400, low density, normal screen)
    234   </li>
    235   <li>
    236     WQVGA432 (240x432, low density, normal screen)
    237   </li>
    238   <li>
    239     HVGA (320x480, medium density, normal screen)
    240   </li>
    241   <li>
    242     WVGA800 (480x800, high density, normal screen)
    243   </li>
    244   <li>
    245     WVGA854 (480x854 high density, normal screen)
    246   </li>
    247   <li>
    248     WXGA720 (1280x720, extra-high density, normal screen)
    249   </li>
    250   <li>
    251     WSVGA (1024x600, medium density, large screen)
    252   </li>
    253   <li>
    254     WXGA (1280x800, medium density, xlarge screen)
    255   </li>
    256 </ul>
    257 
    258 
    259 
    260 
    261 
    262 
    263 
    264 
    265 
    266 
    267 
    268 
    269 
    270 
    271 
    272 
    273 <h2 id="4.0">Android 4.0</h2>
    274 
    275 
    276 <div class="toggle-content closed">
    277 
    278   <p><a href="#" onclick="return toggleContent(this)">
    279     <img src="{@docRoot}assets/images/triangle-closed.png"
    280 class="toggle-content-img" alt="" />Android 4.0, Revision 2</a> <em>(December 2011)</em>
    281   </p>
    282 
    283   <div class="toggle-content-toggleme">
    284     <p>Maintenance update. The system version is 4.0.2.</p>
    285     <dl>
    286       <dt>Dependencies:</dt>
    287       <dd>SDK Tools r14 or higher is required.</dd>
    288     </dl>
    289   </div>
    290 </div>
    291 
    292 <div class="toggle-content closed">
    293 
    294   <p><a href="#" onclick="return toggleContent(this)">
    295     <img src="{@docRoot}assets/images/triangle-closed.png"
    296 class="toggle-content-img" alt="" />Android 4.0, Revision 1</a> <em>(October 2011)</em>
    297   </p>
    298 
    299   <div class="toggle-content-toggleme">
    300     <p>Initial release. The system version is 4.0.1.</p>
    301     <dl>
    302       <dt>Dependencies:</dt>
    303       <dd>SDK Tools r14 or higher is required.</dd>
    304     </dl>
    305   </div>
    306 </div>
    307 
    308 
    309 <h3>Emulator Skins</h3>
    310 
    311 <p>The downloadable platform includes the following emulator skins:</p>
    312 
    313 <ul>
    314   <li>
    315     QVGA (240x320, low density, small screen)
    316   </li>
    317   <li>
    318     WQVGA400 (240x400, low density, normal screen)
    319   </li>
    320   <li>
    321     WQVGA432 (240x432, low density, normal screen)
    322   </li>
    323   <li>
    324     HVGA (320x480, medium density, normal screen)
    325   </li>
    326   <li>
    327     WVGA800 (480x800, high density, normal screen)
    328   </li>
    329   <li>
    330     WVGA854 (480x854 high density, normal screen)
    331   </li>
    332   <li>
    333     WXGA720 (1280x720, extra-high density, normal screen) <span class="new">new</span>
    334   </li>
    335   <li>
    336     WSVGA (1024x600, medium density, large screen) <span class="new">new</span>
    337   </li>
    338   <li>
    339     WXGA (1280x800, medium density, xlarge screen)
    340   </li>
    341 </ul>
    342 
    343 <p>To test your application on an emulator that represents the latest Android device, you can create
    344 an AVD with the new WXGA720 skin (it's an xhdpi, normal screen device). Note that the emulator
    345 currently doesn't support the new on-screen navigation bar for devices without hardware navigation
    346 buttons, so when using this skin, you must use keyboard keys <em>Home</em> for the Home button,
    347 <em>ESC</em> for the Back button, and <em>F2</em> or <em>Page-up</em> for the Menu button.</p>
    348 
    349 <p>However, due to performance issues in the emulator when running high-resolution screens such as
    350 the one for the WXGA720 skin, we recommend that you primarily use the traditional WVGA800 skin
    351 (hdpi, normal screen) to test your application.</p>
    352 
    353 
    354 
    355 
    356 
    357 
    358 
    359 
    360 
    361 
    362 
    363 
    364 
    365 <h2 id="3.2">Android 3.2</h2>
    366 
    367 
    368 
    369 <div class="toggle-content closed">
    370 
    371   <p><a href="#" onclick="return toggleContent(this)">
    372     <img src="{@docRoot}assets/images/triangle-closed.png"
    373 class="toggle-content-img" alt="" />Android 3.2, Revision 1</a> <em>(July 2011)</em>
    374   </p>
    375 
    376   <div class="toggle-content-toggleme">
    377 
    378 <dl>
    379 <dt>Initial release. SDK Tools r12 or higher is recommended.</dt>
    380 </dl>
    381 
    382   </div>
    383 </div>
    384 
    385 
    386 
    387 
    388 <h3>Emulator Skins</h3>
    389 
    390 <p>The downloadable platform includes the following emulator skin:</p>
    391 
    392 <ul>
    393   <li>
    394     WXGA (1280x800, medium density, xlarge screen)
    395   </li>
    396 </ul>
    397 
    398 <p>For more information about how to develop an application that displays
    399 and functions properly on all Android-powered devices, see <a
    400 href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple
    401 Screens</a>.</p>
    402 
    403 
    404 
    405 
    406 
    407 
    408 
    409 
    410 
    411 
    412 
    413 
    414 
    415 
    416 
    417 
    418 
    419 
    420 <h2 id="3.1">Android 3.1</h2>
    421 
    422 
    423 <div class="toggle-content closed">
    424 
    425 <p><a href="#" onclick="return toggleContent(this)">
    426   <img src="{@docRoot}assets/images/triangle-closed.png"
    427 class="toggle-content-img" alt="" />Android 3.1, Revision 3</a> <em>(July 2011)</em>
    428 </p>
    429 
    430 <div class="toggle-content-toggleme">
    431 
    432 <dl>
    433 <dt>Dependencies:</dt>
    434 <dd>
    435 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or
    436 higher.</p>
    437 </dd>
    438 <dt>Notes:</dt>
    439 <dd>
    440 <p>Improvements to the platform's rendering library to support the visual layout editor in the ADT
    441 Eclipse plugin. This revision allows for more drawing features in ADT and fixes several
    442 bugs in the previous rendering library. It also unlocks several editor features that were added in
    443 ADT 12.</p>
    444 </dd>
    445 </dl>
    446 
    447 </div>
    448 </div>
    449 
    450 
    451 <div class="toggle-content closed" >
    452 
    453 <p><a href="#" onclick="return toggleContent(this)">
    454   <img src="{@docRoot}assets/images/triangle-closed.png"
    455 class="toggle-content-img" alt="" />Android 3.1, Revision 2</a> <em>(May 2011)</em>
    456 </p>
    457 
    458 <div class="toggle-content-toggleme">
    459 
    460 <dl>
    461 <dt>Dependencies:</dt>
    462 <dd>
    463 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r11</a> or
    464 higher.</p>
    465 </dd>
    466 <dt>Notes:</dt>
    467 <dd>
    468 <p>Fixes an issue with the visual layout editor rendering library that prevented Android 3.1 from
    469 running in ADT.</p>
    470 </dd>
    471 </dl>
    472 
    473 </div>
    474 </div>
    475 
    476 
    477 <div class="toggle-content closed">
    478 
    479 <p><a href="#" onclick="return toggleContent(this)">
    480   <img src="{@docRoot}assets/images/triangle-closed.png"
    481 class="toggle-content-img" alt="" />Android 3.1, Revision 1</a> <em>(May 2011)</em>
    482 </p>
    483 
    484 <div class="toggle-content-toggleme">
    485 
    486 <dl>
    487 <dt>Dependencies:</dt>
    488 <dd>
    489 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r11</a> or
    490 higher.</p>
    491 </dd>
    492 </dl>
    493 
    494 </div>
    495 </div>
    496 
    497 
    498 <h3>Emulator Skins</h3>
    499 
    500 <p>The downloadable platform includes the following emulator skin:</p>
    501 
    502 <ul>
    503   <li>
    504     WXGA (1280x800, medium density, xlarge screen)
    505   </li>
    506 </ul>
    507 
    508 <p>For more information about how to develop an application that displays
    509 and functions properly on all Android-powered devices, see <a
    510 href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple
    511 Screens</a>.</p>
    512 
    513 
    514 
    515 
    516 
    517 
    518 
    519 
    520 
    521 
    522 
    523 <h2 id="3.0">Android 3.0</h2>
    524 
    525 
    526 <div class="toggle-content closed" >
    527 
    528 <p><a href="#" onclick="return toggleContent(this)">
    529   <img src="{@docRoot}assets/images/triangle-closed.png"
    530 class="toggle-content-img" alt="" />Android 3.0, Revision 2</a> <em>(July 2011)</em>
    531 </p>
    532 
    533 <div class="toggle-content-toggleme">
    534 
    535 <dl>
    536 <dt>Dependencies:</dt>
    537 <dd>
    538 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or
    539 higher.</p>
    540 </dd>
    541 <dt>Notes:</dt>
    542 <dd>
    543 <p>Improvements to the platform's rendering library to support the visual layout editor in the ADT
    544 Eclipse plugin. This revision allows for more drawing features in ADT and fixes several
    545 bugs in the previous rendering library. It also unlocks several editor features that were added in
    546 ADT 12.</p>
    547 </dd>
    548 </dl>
    549 
    550 </div>
    551 </div>
    552 
    553 <div class="toggle-content closed">
    554 
    555 <p><a href="#" onclick="return toggleContent(this)">
    556   <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
    557        alt="" />Android 3.0, Revision 1</a> <em>(February 2011)</em>
    558 </p>
    559 
    560 <div class="toggle-content-toggleme">
    561 
    562 <dl>
    563 <dt>Dependencies:</dt>
    564 <dd>
    565 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r10</a> or higher.</p>
    566 </dd>
    567 </dl>
    568 
    569 </div>
    570 </div>
    571 
    572 
    573 
    574 <h3>Emulator Skins</h3>
    575 
    576 <p>The downloadable platform includes the following emulator skin:</p>
    577 
    578 <ul>
    579   <li>
    580     WXGA (1280x800, medium density, xlarge screen)
    581   </li>
    582 </ul>
    583 
    584 
    585 
    586 
    587 
    588 
    589 
    590 
    591 
    592 
    593 
    594 
    595 
    596 
    597 
    598 
    599 
    600 
    601 <h2 id="2.3.4">Android 2.3.4</h2>
    602 
    603 
    604 
    605 <p>The sections below provide notes about successive releases of
    606 the Android 2.3.4 platform component for the Android SDK, as denoted by
    607 revision number. To determine what revision(s) of the Android
    608 2.3.4 platforms are installed in your SDK environment, refer to
    609 the "Installed Packages" listing in the Android SDK and AVD Manager.</p>
    610 
    611 <div class="toggle-content closed" >
    612 
    613 <p><a href="#" onclick="return toggleContent(this)">
    614   <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
    615        alt="" />Android 2.3.4, Revision 1</a> <em>(May 2011)</em>
    616 </p>
    617 
    618   <div class="toggle-content-toggleme">
    619     <dl>
    620       <dt>Dependencies:</dt>
    621       <dd>
    622         <p>Requires SDK Tools r11 or higher.</p>
    623       </dd>
    624     </dl>
    625   </div>
    626 </div>
    627 
    628 
    629 <h3>Emulator Skins</h3>
    630 
    631 <p>The downloadable platform includes a set of emulator skins that you can use
    632 for modeling your application in different screen sizes and resolutions. The
    633 emulator skins are:</p>
    634 
    635 <ul>
    636   <li>
    637     QVGA (240x320, low density, small screen)
    638   </li>
    639   <li>
    640     WQVGA400 (240x400, low density, normal screen)
    641   </li>
    642   <li>
    643     WQVGA432 (240x432, low density, normal screen)
    644   </li>
    645   <li>
    646     HVGA (320x480, medium density, normal screen)
    647   </li>
    648   <li>
    649     WVGA800 (480x800, high density, normal screen)
    650   </li>
    651   <li>
    652     WVGA854 (480x854 high density, normal screen)
    653   </li>
    654 </ul>
    655 
    656 
    657 
    658 
    659 
    660 
    661 
    662 
    663 
    664 
    665 
    666 
    667 
    668 <h2 id="2.3.3">Android 2.3.3</h2>
    669 
    670 
    671 <div class="toggle-content closed" >
    672 
    673 <p><a href="#" onclick="return toggleContent(this)">
    674   <img src="{@docRoot}assets/images/triangle-closed.png"
    675 class="toggle-content-img" alt="" />Android 2.3.3, Revision 2</a> <em>(July 2011)</em>
    676 </p>
    677 
    678 <div class="toggle-content-toggleme">
    679 
    680 <dl>
    681 <dt>Dependencies:</dt>
    682 <dd>
    683 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or
    684 higher.</p>
    685 </dd>
    686 <dt>Notes:</dt>
    687 <dd>
    688 <p>Improvements to the platform's rendering library to support the visual layout editor in the ADT
    689 Eclipse plugin. This revision allows for more drawing features in ADT and fixes several
    690 bugs in the previous rendering library. It also unlocks several editor features that were added in
    691 ADT 12.</p>
    692 </dd>
    693 </dl>
    694 
    695 </div>
    696 </div>
    697 
    698 <div class="toggle-content closed" >
    699 
    700 <p><a href="#" onclick="return toggleContent(this)">
    701   <img src="{@docRoot}assets/images/triangle-closed.png"
    702 class="toggle-content-img" alt="" />Android 2.3.3, Revision 1</a> <em>(February 2011)</em>
    703 </p>
    704 
    705 <div class="toggle-content-toggleme">
    706 <dl>
    707 <dt>Dependencies:</dt>
    708 <dd>
    709 <p>Requires SDK Tools r9 or higher.</p>
    710 </dd>
    711 </dl>
    712 
    713 </div>
    714 </div>
    715 
    716 
    717 <h3>Emulator Skins</h3>
    718 
    719 <p>The downloadable platform includes a set of emulator skins that you can use
    720 for modeling your application in different screen sizes and resolutions. The
    721 emulator skins are:</p>
    722 
    723 <ul>
    724   <li>
    725     QVGA (240x320, low density, small screen)
    726   </li>
    727   <li>
    728     WQVGA400 (240x400, low density, normal screen)
    729   </li>
    730   <li>
    731     WQVGA432 (240x432, low density, normal screen)
    732   </li>
    733   <li>
    734     HVGA (320x480, medium density, normal screen)
    735   </li>
    736   <li>
    737     WVGA800 (480x800, high density, normal screen)
    738   </li>
    739   <li>
    740     WVGA854 (480x854 high density, normal screen)
    741   </li>
    742 </ul>
    743 
    744 
    745 
    746 
    747 
    748 
    749 
    750 
    751 
    752 
    753 
    754 
    755 <h2 id="2.3">Android 2.3</h2>
    756 
    757 
    758 
    759 <p>The sections below provide notes about successive releases of
    760 the Android 2.3 platform component for the Android SDK, as denoted by
    761 revision number. To determine what revision(s) of the Android
    762 2.3 platforms are installed in your SDK environment, refer to
    763 the "Installed Packages" listing in the Android SDK and AVD Manager.</p>
    764 
    765 
    766 <div class="toggle-content closed" >
    767 
    768 <p><a href="#" onclick="return toggleContent(this)">
    769   <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
    770        alt="" />Android 2.3, Revision 1</a> <em>(December 2010)</em>
    771 </p>
    772 
    773   <div class="toggle-content-toggleme">
    774     <dl>
    775       <dt>Dependencies:</dt>
    776       <dd>
    777       <p>Requires SDK Tools r8 or higher.</p>
    778       </dd>
    779     </dl>
    780   </div>
    781 </div>
    782 
    783 
    784 <h3>Emulator Skins</h3>
    785 
    786 <p>The downloadable platform includes a set of emulator skins that you can use
    787 for modeling your application in different screen sizes and resolutions. The
    788 emulator skins are:</p>
    789 
    790 <ul>
    791   <li>
    792     QVGA (240x320, low density, small screen)
    793   </li>
    794   <li>
    795     WQVGA400 (240x400, low density, normal screen)
    796   </li>
    797   <li>
    798     WQVGA432 (240x432, low density, normal screen)
    799   </li>
    800   <li>
    801     HVGA (320x480, medium density, normal screen)
    802   </li>
    803   <li>
    804     WVGA800 (480x800, high density, normal screen)
    805   </li>
    806   <li>
    807     WVGA854 (480x854 high density, normal screen)
    808   </li>
    809 </ul>
    810 
    811 
    812 
    813 
    814 
    815 
    816 
    817 
    818 
    819 <h2 id="2.2">Android 2.2</h2>
    820 
    821 
    822 <div class="toggle-content closed" >
    823 
    824 <p><a href="#" onclick="return toggleContent(this)">
    825   <img src="{@docRoot}assets/images/triangle-closed.png"
    826 class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 3</a> <em>(July 2011)</em>
    827 </p>
    828 
    829 <div class="toggle-content-toggleme">
    830 
    831 <dl>
    832 <dt>Dependencies:</dt>
    833 <dd>
    834 <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or
    835 higher.</p>
    836 </dd>
    837 <dt>Notes:</dt>
    838 <dd>
    839 <p>Improvements to the platform's rendering library to support the visual layout editor in the ADT
    840 Eclipse plugin. This revision allows for more drawing features in ADT and fixes several
    841 bugs in the previous rendering library. It also unlocks several editor features that were added in
    842 ADT 12.</p>
    843 </dd>
    844 </dl>
    845 
    846 </div>
    847 </div>
    848 
    849 <div class="toggle-content closed" >
    850 
    851 <p><a href="#" onclick="return toggleContent(this)">
    852   <img src="{@docRoot}assets/images/triangle-closed.png"
    853 class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 2</a> <em>(July 2010)</em>
    854 </p>
    855 
    856 <div class="toggle-content-toggleme">
    857 <dt>Dependencies:</dt>
    858 <dd>
    859 <p>Requires SDK Tools r6 or higher.</p>
    860 </dd>
    861 
    862 <dt>System Image:</dt>
    863 <dd>
    864 <ul>
    865 <li>Adds default Search Widget.</li>
    866 <li>Includes proper provisioning for the platform's Backup Manager. For more information about how
    867 to use the Backup Manager, see <a href="{@docRoot}guide/topics/data/backup.html">Data
    868 Backup</a>.</li>
    869 <li>Updates the Android 2.2 system image to FRF91.</li>
    870 </ul>
    871 </dd>
    872 
    873 </dl>
    874  </div>
    875 </div>
    876 
    877 <div class="toggle-content closed">
    878 
    879 <p><a href="#" onclick="return toggleContent(this)">
    880   <img src="{@docRoot}assets/images/triangle-closed.png"
    881 class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 1</a> <em>(May 2010)</em></p>
    882 
    883 <div class="toggle-content-toggleme">
    884 <dl>
    885 <dt>Dependencies:</dt>
    886 <dd>
    887 <p>Requires SDK Tools r6 or higher.</p>
    888 </dd>
    889 
    890 <dt>Tools:</dt>
    891 <dd>
    892 <p>Adds support for building with Android library projects. See <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
    893 Tools, r6</a> for information.</p>
    894 </dd>
    895 
    896 </dl>
    897  </div>
    898 </div>
    899 
    900 
    901 <h3>Emulator Skins</h3>
    902 
    903 <p>The downloadable platform includes a set of emulator skins that you can use
    904 for modeling your application in different screen sizes and resolutions. The
    905 emulator skins are:</p>
    906 
    907 <ul>
    908   <li>
    909     QVGA (240x320, low density, small screen)
    910   </li>
    911   <li>
    912     WQVGA (240x400, low density, normal screen)
    913   </li>
    914   <li>
    915     FWQVGA (240x432, low density, normal screen)
    916   </li>
    917   <li>
    918     HVGA (320x480, medium density, normal screen)
    919   </li>
    920   <li>
    921     WVGA800 (480x800, high density, normal screen)
    922   </li>
    923   <li>
    924     WVGA854 (480x854 high density, normal screen)
    925   </li>
    926 </ul>