blob: 8a31bebd7162e835a970016078d55847dff2b774 [file] [log] [blame]
smain@google.com549726a2014-12-08 12:56:26 -08001page.title=SDK Platforms Release Notes
2
Scott Main50e990c2012-06-21 17:14:39 -07003@jd:body
4
5<div id="qv-wrapper">
6<div id="qv">
7
8
9<h2>See Also</h2>
10<ol>
Joe Fernandez3ffaadc2013-11-20 15:53:39 -080011 <li><a href="{@docRoot}about/versions/kitkat.html">KitKat
12Highlights and APIs</a></li>
Joe Fernandez3bdf4b62012-11-13 12:31:57 -080013 <li><a href="{@docRoot}about/versions/jelly-bean.html">Jelly Bean
14Highlights and APIs</a></li>
Scott Main50e990c2012-06-21 17:14:39 -070015 <li><a href="{@docRoot}about/versions/android-4.0-highlights.html">Ice Cream Sandwich
16Highlights and APIs</a></li>
Scott Main50e990c2012-06-21 17:14:39 -070017</ol>
18
19</div>
20</div>
21
22
23
smain@google.com549726a2014-12-08 12:56:26 -080024<p>This document provides release information about the SDK Platform packages required
25for app development. If you want details about the features and APIs added in each Android
26version, instead read the highlights in the <a href="{@docRoot}about/index.html">About</a>
27section.</p>
28
29<p>In order to compile your application against a particular version of Android, you must use the
30<a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a> to download and install the SDK
31Platform for that release. If you want to test your application on an emulator, you must also
32download at least one System Image for that Android version.</p>
33
Scott Main50e990c2012-06-21 17:14:39 -070034
Joe Fernandez312d29ed2013-08-15 14:06:19 -070035<p>Each platform release includes system images that support a specific processor architecture,
36such as ARM EABI, Intel x86 or MIPS. Platform releases also include a system image that contains
37Google APIs. The <a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a> lists available
38platform system images under each platform version header, for example:</p>
39
40<ul>
41 <li>ARM EABI v7a System Image</li>
42 <li>Intel x86 Atom System Image</li>
43 <li>MIPS System Image</li>
44 <li>Google APIs</li>
45</ul>
46
47<p>To determine what revisions of an Android platform you have installed, refer to the
48<em>Packages</em> listing in the Android
Joe Fernandezb5fff752013-06-14 11:53:33 -070049<a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a>.</p>
50
51<p class="caution"><strong>Important:</strong> To download the most recent Android
Joe Fernandez312d29ed2013-08-15 14:06:19 -070052system components from the Android SDK Manager, you must first update the SDK Tools to the
53most recent release and restart the SDK Manager. If you do not, the latest Android system
smain@google.com549726a2014-12-08 12:56:26 -080054packages may not be available for download.</p>
Scott Main50e990c2012-06-21 17:14:39 -070055
56
Rich Slogare0ce0f22015-03-02 17:54:10 -080057<h2 id="5.1">Android 5.1</h2>
Ricardo Cerverab05330c2014-06-25 15:14:17 -070058
59<div class="toggle-content opened">
60 <p><a href="#" onclick="return toggleContent(this)">
61 <img src="{@docRoot}assets/images/triangle-opened.png"
Rich Slogare0ce0f22015-03-02 17:54:10 -080062class="toggle-content-img" alt="" />Revision 1</a> <em>(March 2015)</em>
63 </p>
64
65 <div class="toggle-content-toggleme">
66
67 <p>Initial release for Android 5.1 (API level 22).</p>
68 <p>Also see the
69 <a href="{@docRoot}about/versions/android-5.1.html">Android 5.1 APIs overview</a>.</p>
70 <p>Dependencies:</p>
71 <ul>
72 <li>Android SDK Platform-tools r22 or higher is required.</li>
73 <li>Android SDK Tools 23.0.5 or higher is required.</li>
74 </ul>
75 </div>
76
77</div>
78
79
80
81<h2 id="5.0">Android 5.0</h2>
82
83<div class="toggle-content closed">
84 <p><a href="#" onclick="return toggleContent(this)">
85 <img src="{@docRoot}assets/images/triangle-closed.png"
Rich Slogare950ce32014-12-09 13:20:45 -080086class="toggle-content-img" alt="" />Revision 2</a> <em>(December 2014)</em>
87 </p>
88
89 <div class="toggle-content-toggleme">
90
91 <p>Updated layouts in the Support Library and fixed various issues.</p>
92 <p>Dependencies:</p>
93 <ul>
94 <li>Android SDK Platform-tools r21 or higher is required.</li>
95 <li>Android SDK Tools 23.0.5 or higher is required.</li>
96 </ul>
97 </div>
98
99<div class="toggle-content closed">
100 <p><a href="#" onclick="return toggleContent(this)">
101 <img src="{@docRoot}assets/images/triangle-closed.png"
Rich Slogar54444f62014-10-09 15:45:25 -0700102class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2014)</em>
103 </p>
104
105 <div class="toggle-content-toggleme">
106
107 <p>Initial release for Android 5.0 (API level 21).</p>
smain@google.com549726a2014-12-08 12:56:26 -0800108 <p>Also see the
109 <a href="{@docRoot}about/versions/android-5.0.html">Android 5.0 APIs overview</a>.</p>
Rich Slogar54444f62014-10-09 15:45:25 -0700110 <p>Dependencies:</p>
111 <ul>
112 <li>Android SDK Platform-tools r21 or higher is required.</li>
113 <li>Android SDK Tools 23.0.5 or higher is required.</li>
114 </ul>
115 </div>
116
117 <h3>Device Definitions</h3>
118
119 <p>The platform includes the following new device definitions for use in creating
120 Android Virtual Devices in the <a href="{@docRoot}tools/help/avd-manager.html">AVD Manager</a>:</p>
Rich Slogare0ce0f22015-03-02 17:54:10 -0800121
Rich Slogar54444f62014-10-09 15:45:25 -0700122 <ul>
Rich Slogar8ee2b2d2014-10-16 12:07:35 -0700123 <li>Nexus 6 (5.96", 1440 x 2560, Normal 560dpi screen) </li>
124 <li>Nexus 9 (8.9", 2048 x 1536, X-Large xhdpi screen) </li>
Rich Slogar54444f62014-10-09 15:45:25 -0700125 </ul>
126
127</div>
128
129
130<h2 id="4.4">Android 4.4W</h2>
131
Rich Slogarcb79d082014-10-22 15:11:55 -0700132<div class="toggle-content open">
133 <p><a href="#" onclick="return toggleContent(this)">
smain@google.com549726a2014-12-08 12:56:26 -0800134 <img src="{@docRoot}assets/images/triangle-closed.png"
Rich Slogarcb79d082014-10-22 15:11:55 -0700135class="toggle-content-img" alt="" />Revision 2</a> <em>(October 2014)</em>
136 </p>
137
138 <div class="toggle-content-toggleme">
139
Rich Slogar96b245a2014-10-29 14:54:24 -0700140 <p>Updated the rendering library. </p>
Rich Slogarcb79d082014-10-22 15:11:55 -0700141
142 <p>Dependencies:</p>
143 <ul>
144 <li>Android SDK Platform-tools r20 or higher is required.</li>
145 <li>Android SDK Tools 23.0 or higher is required.</li>
146 </ul>
147 </div>
148
Rich Slogar54444f62014-10-09 15:45:25 -0700149<div class="toggle-content closed">
150 <p><a href="#" onclick="return toggleContent(this)">
151 <img src="{@docRoot}assets/images/triangle-closed.png"
Ricardo Cerverab05330c2014-06-25 15:14:17 -0700152class="toggle-content-img" alt="" />Revision 1</a> <em>(June 2014)</em>
153 </p>
154
155 <div class="toggle-content-toggleme">
156
157 <p>Initial release for Android Wear.</p>
158 <p>Dependencies:</p>
159 <ul>
160 <li>Android SDK Platform-tools r20 or higher is required.</li>
161 <li>Android SDK Tools 23.0 or higher is required.</li>
162 </ul>
163 </div>
164
165 <h3>Device Definitions</h3>
166
167 <p>The platform includes the following device definitions for use in creating Android Virtual
168 Devices in the <a href="{@docRoot}tools/help/avd-manager.html">AVD Manager</a>:</p>
169
170 <ul>
171 <li>Android Wear Round (320 x 320, hdpi)</li>
172 <li>Android Wear Square (320 x 320, hdpi)</li>
173 </ul>
174</div>
Scott Main50e990c2012-06-21 17:14:39 -0700175
Joe Fernandez24a18f42013-10-23 09:47:07 -0700176<h2 id="4.4">Android 4.4</h2>
Scott Main50e990c2012-06-21 17:14:39 -0700177
Rich Slogar54444f62014-10-09 15:45:25 -0700178<div class="toggle-content closed">
Joe Fernandez3bdf4b62012-11-13 12:31:57 -0800179 <p><a href="#" onclick="return toggleContent(this)">
Rich Slogar54444f62014-10-09 15:45:25 -0700180 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandez3ffaadc2013-11-20 15:53:39 -0800181class="toggle-content-img" alt="" />Revision 2</a> <em>(December 2013)</em>
182 </p>
183
184 <div class="toggle-content-toggleme">
185
186 <p>Maintenance release. The system version is 4.4.2.</p>
smain@google.com549726a2014-12-08 12:56:26 -0800187 <p>Also see the
188 <a href="{@docRoot}about/versions/android-4.4.html">Android 4.4 APIs overview</a>.</p>
Joe Fernandez3ffaadc2013-11-20 15:53:39 -0800189 <dl>
190 <dt>Dependencies:</dt>
191 <dd>Android SDK Platform-tools r19 or higher is required.</dd>
192 <dd>Android SDK Tools 22.3 or higher is recommended.</dd>
193 </dl>
194
195 </div>
196</div>
197
198<div class="toggle-content closed">
199 <p><a href="#" onclick="return toggleContent(this)">
200 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandez24a18f42013-10-23 09:47:07 -0700201class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2013)</em>
202 </p>
203
204 <div class="toggle-content-toggleme">
205
206 <p>Initial release. The system version is 4.4.</p>
smain@google.com549726a2014-12-08 12:56:26 -0800207 <p>Also see the
208 <a href="{@docRoot}about/versions/android-4.4.html">Android 4.4 APIs overview</a>.</p>
Joe Fernandez24a18f42013-10-23 09:47:07 -0700209 <dl>
210 <dt>Dependencies:</dt>
211 <dd>Android SDK Platform-tools r19 or higher is required.</dd>
212 <dd>Android SDK Tools 22.3 or higher is recommended.</dd>
213 </dl>
214
215 </div>
216</div>
217
Joe Fernandez3ffaadc2013-11-20 15:53:39 -0800218
Ricardo Cervera10227d92014-01-30 16:12:51 -0800219
Joe Fernandez24a18f42013-10-23 09:47:07 -0700220<h3 id="gsi-4.4">Google APIs System Image</h3>
221
Rich Slogar54444f62014-10-09 15:45:25 -0700222<div class="toggle-content closed">
Joe Fernandez24a18f42013-10-23 09:47:07 -0700223 <p><a href="#" onclick="return toggleContent(this)">
Rich Slogar54444f62014-10-09 15:45:25 -0700224 <img src="{@docRoot}assets/images/triangle-closed.png"
Ricardo Cervera399b9992014-03-24 17:01:35 -0700225class="toggle-content-img" alt="" />Revision 4</a> <em>(March 2014)</em>
226 </p>
227
228 <div class="toggle-content-toggleme">
229
230 <p>This release includes
231 <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 4.3,
232 allowing you to test your application in an emulator using the latest Google Play services.</p>
233
234 </div>
235</div>
236
237<div class="toggle-content closed">
238 <p><a href="#" onclick="return toggleContent(this)">
239 <img src="{@docRoot}assets/images/triangle-closed.png"
Ricardo Cervera10227d92014-01-30 16:12:51 -0800240class="toggle-content-img" alt="" />Revision 3</a> <em>(February 2014)</em>
241 </p>
242
243 <div class="toggle-content-toggleme">
244
245 <p>This release includes
246 <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 4.2.42,
247 allowing you to test your application in an emulator using the latest Google Play services.</p>
248
249 </div>
250</div>
251
252<div class="toggle-content closed">
253 <p><a href="#" onclick="return toggleContent(this)">
254 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandez3ffaadc2013-11-20 15:53:39 -0800255class="toggle-content-img" alt="" />Revision 2</a> <em>(December 2013)</em>
256 </p>
257
258 <div class="toggle-content-toggleme">
259
Ricardo Cervera10227d92014-01-30 16:12:51 -0800260 <p>This release includes
261 <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 4.0.33.</p>
Joe Fernandez3ffaadc2013-11-20 15:53:39 -0800262
263 </div>
264</div>
265
266<div class="toggle-content closed">
267 <p><a href="#" onclick="return toggleContent(this)">
268 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandez24a18f42013-10-23 09:47:07 -0700269class="toggle-content-img" alt="" />Revision 1</a> <em>(October 2013)</em>
270 </p>
271
272 <div class="toggle-content-toggleme">
273
274 <p>Initial release. This release includes
Joe Fernandez3ffaadc2013-11-20 15:53:39 -0800275 <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 4.0.30.
276 </p>
Joe Fernandez24a18f42013-10-23 09:47:07 -0700277
278 </div>
279</div>
280
281
282
283<h2 id="4.3">Android 4.3</h2>
284
285
286<div class="toggle-content closed">
287
288 <p><a href="#" onclick="return toggleContent(this)">
289 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandez312d29ed2013-08-15 14:06:19 -0700290class="toggle-content-img" alt="" />Revision 2</a> <em>(August 2013)</em>
291 </p>
292
293 <div class="toggle-content-toggleme">
294
295 <p>Maintenance update. The system version is 4.3.</p>
296 <dl>
297 <dt>Dependencies:</dt>
298 <dd>Android SDK Platform-tools r18 or higher is required.</dd>
299 <dd>Android SDK Tools 22.0.4 or higher is recommended.</dd>
300 </dl>
301
302 </div>
303</div>
304
305<div class="toggle-content closed">
306
307 <p><a href="#" onclick="return toggleContent(this)">
308 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandezb5fff752013-06-14 11:53:33 -0700309class="toggle-content-img" alt="" />Revision 1</a> <em>(July 2013)</em>
310 </p>
311
312 <div class="toggle-content-toggleme">
313
314 <p>Initial release. The system version is 4.3.</p>
315 <dl>
316 <dt>Dependencies:</dt>
317 <dd>Android SDK Platform-tools r18 or higher is required.</dd>
318 <dd>Android SDK Tools 22.0.4 or higher is recommended.</dd>
319 </dl>
320
321 </div>
322</div>
323
Joe Fernandez24a18f42013-10-23 09:47:07 -0700324<h3 id="gsi-4.3">Google APIs System Image</h3>
Joe Fernandez312d29ed2013-08-15 14:06:19 -0700325
Joe Fernandez24a18f42013-10-23 09:47:07 -0700326<div class="toggle-content closed">
Joe Fernandez312d29ed2013-08-15 14:06:19 -0700327 <p><a href="#" onclick="return toggleContent(this)">
Joe Fernandez24a18f42013-10-23 09:47:07 -0700328 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandez1d655002013-09-19 11:09:22 -0700329class="toggle-content-img" alt="" />Revision 3</a> <em>(September 2013)</em>
330 </p>
331
332 <div class="toggle-content-toggleme">
333
334 <p>Maintenance update. This release includes
Joe Fernandez3ffaadc2013-11-20 15:53:39 -0800335 <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 3.2.65.
336 </p>
Joe Fernandez1d655002013-09-19 11:09:22 -0700337
338 </div>
339</div>
340
341<div class="toggle-content closed">
342 <p><a href="#" onclick="return toggleContent(this)">
343 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandez312d29ed2013-08-15 14:06:19 -0700344class="toggle-content-img" alt="" />Revision 2</a> <em>(August 2013)</em>
345 </p>
346
347 <div class="toggle-content-toggleme">
348
349 <p>Maintenance update. This release includes
Joe Fernandez3ffaadc2013-11-20 15:53:39 -0800350 <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 3.2.25.
351 </p>
Joe Fernandez312d29ed2013-08-15 14:06:19 -0700352
353 </div>
354</div>
355
356<div class="toggle-content closed">
357 <p><a href="#" onclick="return toggleContent(this)">
358 <img src="{@docRoot}assets/images/triangle-closed.png"
359class="toggle-content-img" alt="" />Revision 1</a> <em>(July 2013)</em>
360 </p>
361
362 <div class="toggle-content-toggleme">
363
364 <p>Initial release. This release includes
Joe Fernandez1d655002013-09-19 11:09:22 -0700365 <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 3.1.58.</p>
Joe Fernandez312d29ed2013-08-15 14:06:19 -0700366
367 </div>
368</div>
369
370
371
Joe Fernandezb5fff752013-06-14 11:53:33 -0700372
373<h2 id="4.2">Android 4.2</h2>
374
375
376<div class="toggle-content closed">
377
378 <p><a href="#" onclick="return toggleContent(this)">
379 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandez02c78192013-02-13 14:03:27 -0800380class="toggle-content-img" alt="" />Revision 2</a> <em>(February 2013)</em>
381 </p>
382
383 <div class="toggle-content-toggleme">
384
385 <p>Maintenance update. The system version is 4.2.2.</p>
386 <dl>
387 <dt>Dependencies:</dt>
388 <dd>SDK Tools r21 or higher is required.</dd>
389 </dl>
390
391 </div>
392</div>
393
394<div class="toggle-content closed">
395
396 <p><a href="#" onclick="return toggleContent(this)">
397 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandez3bdf4b62012-11-13 12:31:57 -0800398class="toggle-content-img" alt="" />Revision 1</a> <em>(November 2012)</em>
399 </p>
400
401 <div class="toggle-content-toggleme">
402
403 <p>Initial release. The system version is 4.2.</p>
404 <dl>
405 <dt>Dependencies:</dt>
406 <dd>SDK Tools r20 or higher is required.</dd>
407 </dl>
408
409 </div>
410</div>
411
412<h3>Device Definitions</h3>
413
414<p>The platform includes the following device definitions for use in creating Android Virtual
415Devices in the <a href="{@docRoot}tools/help/avd-manager.html">AVD Manager</a>:</p>
416
417<ul>
418 <li>
419 Nexus 7 (7.3", 800 x 1280, Large tvdpi screen)
420 </li>
421 <li>
422 Galaxy Nexus (4.7", 720 x 1280, Normal xhdpi screen)
423 </li>
424 <li>
425 Nexus S (4.0", 480 x 800, Normal hdpi screen)
426 </li>
427 <li>
428 Nexus One (3.7", 480 x 720, Normal hdpi screen)
429 </li>
430 <li>
431 10.1" WXGA Tablet (1280 x 800, X-Large mdpi screen)
432 </li>
433 <li>
434 7.0" WSVGA Tablet (1024 x 600, Large mdpi screen)
435 </li>
436 <li>
437 5.4" FWVGA (480 x 854, Large mdpi screen)
438 </li>
439 <li>
440 5.1" WVGA (480 x 800, Large mdpi screen)
441 </li>
442 <li>
443 4.7" WXGA (1280 x 720, Normal xhdpi screen)
444 </li>
445 <li>
446 4.65" 720p (720 x 1280, Normal xhdpi screen)
447 </li>
448 <li>
449 4.0" WVGA (480 x 800, Normal hdpi screen)
450 </li>
451 <li>
452 3.7" WVGA (480 x 800, Normal hdpi screen)
453 </li>
454 <li>
455 3.7" FWVGA slider (480 x 854, Normal hdpi screen)
456 </li>
457 <li>
458 3.4" WQVGA (240 x 432, Normal ldpi screen)
459 </li>
460 <li>
461 3.3" WQVGA (240 x 400, Normal ldpi screen)
462 </li>
463 <li>
464 3.2" QVGA ADP2 (320 x 480, Normal mdpi screen)
465 </li>
466 <li>
467 3.2" HVGA slider ADP1 (320 x 480, Normal mdpi screen)
468 </li>
469 <li>
470 2.7" QVGA slider (240 x 320, Small ldpi screen)
471 </li>
472 <li>
473 2.7" QVGA (240 x 320, Small ldpi screen)
474 </li>
475</ul>
Scott Main50e990c2012-06-21 17:14:39 -0700476
477
Joe Fernandez67e6e0e2012-07-13 17:31:31 -0700478
479<h2 id="4.1">Android 4.1</h2>
480
481
Joe Fernandez3bdf4b62012-11-13 12:31:57 -0800482<div class="toggle-content closed">
Joe Fernandez67e6e0e2012-07-13 17:31:31 -0700483
484 <p><a href="#" onclick="return toggleContent(this)">
Joe Fernandez3bdf4b62012-11-13 12:31:57 -0800485 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandezf8f1f882012-10-09 12:27:47 -0700486class="toggle-content-img" alt="" />Revision 3</a> <em>(October 2012)</em>
487 </p>
488
489 <div class="toggle-content-toggleme">
490
491 <p>Maintenance update. The system version is 4.1.2.</p>
492 <dl>
493 <dt>Dependencies:</dt>
494 <dd>SDK Tools r20 or higher is required.</dd>
495 </dl>
496
497 </div>
498</div>
499
500<div class="toggle-content closed">
501
502 <p><a href="#" onclick="return toggleContent(this)">
503 <img src="{@docRoot}assets/images/triangle-closed.png"
Joe Fernandez67e6e0e2012-07-13 17:31:31 -0700504class="toggle-content-img" alt="" />Revision 2</a> <em>(July 2012)</em>
505 </p>
506
507 <div class="toggle-content-toggleme">
508
509 <p>Maintenance update. The system version is 4.1.1.</p>
510 <dl>
511 <dt>Dependencies:</dt>
512 <dd>SDK Tools r20 or higher is required.</dd>
513 </dl>
514
515 </div>
516</div>
517
518<div class="toggle-content closed" >
519
520 <p><a href="#" onclick="return toggleContent(this)">
521 <img src="{@docRoot}assets/images/triangle-closed.png"
522class="toggle-content-img" alt="" />Revision 1</a> <em>(June 2012)</em>
523 </p>
524
525 <div class="toggle-content-toggleme">
526
527 <p>Initial release. The system version is 4.1.0.</p>
528 <dl>
529 <dt>Dependencies:</dt>
530 <dd>SDK Tools r20 or higher is required.</dd>
531 </dl>
532
533 </div>
534</div>
535
536<h3>Emulator Skins</h3>
537
538<p>The downloadable platform includes the following emulator skins:</p>
539
540<ul>
541 <li>
542 QVGA (240x320, low density, small screen)
543 </li>
544 <li>
545 WQVGA400 (240x400, low density, normal screen)
546 </li>
547 <li>
548 WQVGA432 (240x432, low density, normal screen)
549 </li>
550 <li>
551 HVGA (320x480, medium density, normal screen)
552 </li>
553 <li>
554 WVGA800 (480x800, high density, normal screen)
555 </li>
556 <li>
557 WVGA854 (480x854 high density, normal screen)
558 </li>
559 <li>
560 WXGA720 (1280x720, extra-high density, normal screen)
561 </li>
562 <li>
563 WSVGA (1024x600, medium density, large screen)
564 </li>
565 <li>
566 WXGA800-7in (1280x800, high density, large screen) <span class="new">new</span>
567 </li>
568 <li>
569 WXGA800 (1280x800, medium density, xlarge screen)
570 </li>
571</ul>
572
573<p>To test your application on an emulator that represents the <a
574href="http://play.google.com/nexus7">Nexus 7</a> tablet device, you can create an AVD with
575the new WXGA800-7in skin. For best performance, make sure to enable <a
576href="{@docRoot}tools/devices/emulator.html#accel-graphics">graphics acceleration</a> in the
577emulator configuration.</p>
578
579
580
581
582
583
584
585
586
587
588
589
590
591
Scott Main50e990c2012-06-21 17:14:39 -0700592<h2 id="4.0.3">Android 4.0.3</h2>
593
594
Joe Fernandez67e6e0e2012-07-13 17:31:31 -0700595<div class="toggle-content closed">
Scott Main50e990c2012-06-21 17:14:39 -0700596
597 <p><a href="#" onclick="return toggleContent(this)">
Joe Fernandez67e6e0e2012-07-13 17:31:31 -0700598 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -0700599class="toggle-content-img" alt="" />Revision 3</a> <em>(March 2012)</em>
600 </p>
Scott Main50e990c2012-06-21 17:14:39 -0700601
Scott Main65363a82012-07-16 15:40:59 -0700602 <div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -0700603
604 <p>Maintenance update. The system version is 4.0.4.</p>
605 <p class="note"><strong>Note:</strong> This system image includes support for emulator
606hardware graphics acceleration when used with SDK Tools r17 or higher.
607(<a href="{@docRoot}tools/devices/emulator.html#accel-graphics">more info</a>)</p>
608 <dl>
609 <dt>Dependencies:</dt>
610 <dd>SDK Tools r17 or higher is required.</dd>
611 </dl>
612
613 </div>
614</div>
615
616<div class="toggle-content closed" >
617
618 <p><a href="#" onclick="return toggleContent(this)">
619 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -0700620class="toggle-content-img" alt="" />Revision 2</a> <em>(January 2012)</em>
621 </p>
Scott Main50e990c2012-06-21 17:14:39 -0700622
Scott Main65363a82012-07-16 15:40:59 -0700623 <div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -0700624
625 <p>Maintenance update. The system version is 4.0.3.</p>
626 <dl>
627 <dt>Dependencies:</dt>
628 <dd>SDK Tools r14 or higher is required.</dd>
629 </dl>
630
631 </div>
632</div>
633
634<div class="toggle-content closed" >
635
636 <p><a href="#" onclick="return toggleContent(this)">
637 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -0700638class="toggle-content-img" alt="" />Revision 1</a> <em>(December 2011)</em>
639 </p>
Scott Main50e990c2012-06-21 17:14:39 -0700640
Scott Main65363a82012-07-16 15:40:59 -0700641 <div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -0700642
643 <p>Initial release. The system version is 4.0.3.</p>
644 <dl>
645 <dt>Dependencies:</dt>
646 <dd>SDK Tools r14 or higher is required.</dd>
647 </dl>
648
649 </div>
650</div>
651
652<h3>Emulator Skins</h3>
653
654<p>The downloadable platform includes the following emulator skins:</p>
655
656<ul>
657 <li>
658 QVGA (240x320, low density, small screen)
659 </li>
660 <li>
661 WQVGA400 (240x400, low density, normal screen)
662 </li>
663 <li>
664 WQVGA432 (240x432, low density, normal screen)
665 </li>
666 <li>
667 HVGA (320x480, medium density, normal screen)
668 </li>
669 <li>
670 WVGA800 (480x800, high density, normal screen)
671 </li>
672 <li>
673 WVGA854 (480x854 high density, normal screen)
674 </li>
675 <li>
Joe Fernandezf8f1f882012-10-09 12:27:47 -0700676 WXGA720 (1280x720, extra-high density, normal screen)
Scott Main50e990c2012-06-21 17:14:39 -0700677 </li>
678 <li>
Joe Fernandezf8f1f882012-10-09 12:27:47 -0700679 WSVGA (1024x600, medium density, large screen)
Scott Main50e990c2012-06-21 17:14:39 -0700680 </li>
681 <li>
682 WXGA (1280x800, medium density, xlarge screen)
683 </li>
684</ul>
685
Scott Main50e990c2012-06-21 17:14:39 -0700686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701<h2 id="4.0">Android 4.0</h2>
702
703
704<div class="toggle-content closed">
705
706 <p><a href="#" onclick="return toggleContent(this)">
707 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -0700708class="toggle-content-img" alt="" />Android 4.0, Revision 2</a> <em>(December 2011)</em>
709 </p>
Scott Main50e990c2012-06-21 17:14:39 -0700710
Scott Main65363a82012-07-16 15:40:59 -0700711 <div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -0700712 <p>Maintenance update. The system version is 4.0.2.</p>
713 <dl>
714 <dt>Dependencies:</dt>
715 <dd>SDK Tools r14 or higher is required.</dd>
716 </dl>
717 </div>
718</div>
719
720<div class="toggle-content closed">
721
722 <p><a href="#" onclick="return toggleContent(this)">
723 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -0700724class="toggle-content-img" alt="" />Android 4.0, Revision 1</a> <em>(October 2011)</em>
725 </p>
Scott Main50e990c2012-06-21 17:14:39 -0700726
Scott Main65363a82012-07-16 15:40:59 -0700727 <div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -0700728 <p>Initial release. The system version is 4.0.1.</p>
729 <dl>
730 <dt>Dependencies:</dt>
731 <dd>SDK Tools r14 or higher is required.</dd>
732 </dl>
733 </div>
734</div>
735
736
737<h3>Emulator Skins</h3>
738
739<p>The downloadable platform includes the following emulator skins:</p>
740
741<ul>
742 <li>
743 QVGA (240x320, low density, small screen)
744 </li>
745 <li>
746 WQVGA400 (240x400, low density, normal screen)
747 </li>
748 <li>
749 WQVGA432 (240x432, low density, normal screen)
750 </li>
751 <li>
752 HVGA (320x480, medium density, normal screen)
753 </li>
754 <li>
755 WVGA800 (480x800, high density, normal screen)
756 </li>
757 <li>
758 WVGA854 (480x854 high density, normal screen)
759 </li>
760 <li>
761 WXGA720 (1280x720, extra-high density, normal screen) <span class="new">new</span>
762 </li>
763 <li>
764 WSVGA (1024x600, medium density, large screen) <span class="new">new</span>
765 </li>
766 <li>
767 WXGA (1280x800, medium density, xlarge screen)
768 </li>
769</ul>
770
771<p>To test your application on an emulator that represents the latest Android device, you can create
772an AVD with the new WXGA720 skin (it's an xhdpi, normal screen device). Note that the emulator
773currently doesn't support the new on-screen navigation bar for devices without hardware navigation
774buttons, so when using this skin, you must use keyboard keys <em>Home</em> for the Home button,
775<em>ESC</em> for the Back button, and <em>F2</em> or <em>Page-up</em> for the Menu button.</p>
776
777<p>However, due to performance issues in the emulator when running high-resolution screens such as
778the one for the WXGA720 skin, we recommend that you primarily use the traditional WVGA800 skin
779(hdpi, normal screen) to test your application.</p>
780
781
782
783
784
785
786
787
788
789
790
791
792
793<h2 id="3.2">Android 3.2</h2>
794
795
796
797<div class="toggle-content closed">
798
799 <p><a href="#" onclick="return toggleContent(this)">
800 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -0700801class="toggle-content-img" alt="" />Android 3.2, Revision 1</a> <em>(July 2011)</em>
802 </p>
Scott Main50e990c2012-06-21 17:14:39 -0700803
Scott Main65363a82012-07-16 15:40:59 -0700804 <div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -0700805
806<dl>
807<dt>Initial release. SDK Tools r12 or higher is recommended.</dt>
808</dl>
809
810 </div>
811</div>
812
813
814
815
816<h3>Emulator Skins</h3>
817
818<p>The downloadable platform includes the following emulator skin:</p>
819
820<ul>
821 <li>
822 WXGA (1280x800, medium density, xlarge screen)
823 </li>
824</ul>
825
826<p>For more information about how to develop an application that displays
827and functions properly on all Android-powered devices, see <a
828href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple
829Screens</a>.</p>
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848<h2 id="3.1">Android 3.1</h2>
849
850
851<div class="toggle-content closed">
852
853<p><a href="#" onclick="return toggleContent(this)">
854 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -0700855class="toggle-content-img" alt="" />Android 3.1, Revision 3</a> <em>(July 2011)</em>
856</p>
Scott Main50e990c2012-06-21 17:14:39 -0700857
Scott Main65363a82012-07-16 15:40:59 -0700858<div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -0700859
860<dl>
861<dt>Dependencies:</dt>
862<dd>
863<p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or
864higher.</p>
865</dd>
866<dt>Notes:</dt>
867<dd>
868<p>Improvements to the platform's rendering library to support the visual layout editor in the ADT
869Eclipse plugin. This revision allows for more drawing features in ADT and fixes several
870bugs in the previous rendering library. It also unlocks several editor features that were added in
871ADT 12.</p>
872</dd>
873</dl>
874
875</div>
876</div>
877
878
879<div class="toggle-content closed" >
880
881<p><a href="#" onclick="return toggleContent(this)">
882 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -0700883class="toggle-content-img" alt="" />Android 3.1, Revision 2</a> <em>(May 2011)</em>
884</p>
Scott Main50e990c2012-06-21 17:14:39 -0700885
Scott Main65363a82012-07-16 15:40:59 -0700886<div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -0700887
888<dl>
889<dt>Dependencies:</dt>
890<dd>
891<p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r11</a> or
892higher.</p>
893</dd>
894<dt>Notes:</dt>
895<dd>
896<p>Fixes an issue with the visual layout editor rendering library that prevented Android 3.1 from
897running in ADT.</p>
898</dd>
899</dl>
900
901</div>
902</div>
903
904
905<div class="toggle-content closed">
906
907<p><a href="#" onclick="return toggleContent(this)">
908 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -0700909class="toggle-content-img" alt="" />Android 3.1, Revision 1</a> <em>(May 2011)</em>
910</p>
Scott Main50e990c2012-06-21 17:14:39 -0700911
Scott Main65363a82012-07-16 15:40:59 -0700912<div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -0700913
914<dl>
915<dt>Dependencies:</dt>
916<dd>
917<p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r11</a> or
918higher.</p>
919</dd>
920</dl>
921
922</div>
923</div>
924
925
926<h3>Emulator Skins</h3>
927
928<p>The downloadable platform includes the following emulator skin:</p>
929
930<ul>
931 <li>
932 WXGA (1280x800, medium density, xlarge screen)
933 </li>
934</ul>
935
936<p>For more information about how to develop an application that displays
937and functions properly on all Android-powered devices, see <a
938href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple
939Screens</a>.</p>
940
941
942
943
944
945
946
947
948
949
950
951<h2 id="3.0">Android 3.0</h2>
952
953
954<div class="toggle-content closed" >
955
956<p><a href="#" onclick="return toggleContent(this)">
957 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -0700958class="toggle-content-img" alt="" />Android 3.0, Revision 2</a> <em>(July 2011)</em>
959</p>
Scott Main50e990c2012-06-21 17:14:39 -0700960
Scott Main65363a82012-07-16 15:40:59 -0700961<div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -0700962
963<dl>
964<dt>Dependencies:</dt>
965<dd>
966<p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or
967higher.</p>
968</dd>
969<dt>Notes:</dt>
970<dd>
971<p>Improvements to the platform's rendering library to support the visual layout editor in the ADT
972Eclipse plugin. This revision allows for more drawing features in ADT and fixes several
973bugs in the previous rendering library. It also unlocks several editor features that were added in
974ADT 12.</p>
975</dd>
976</dl>
977
978</div>
979</div>
980
981<div class="toggle-content closed">
982
983<p><a href="#" onclick="return toggleContent(this)">
Joe Fernandezf8f1f882012-10-09 12:27:47 -0700984 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
Scott Main65363a82012-07-16 15:40:59 -0700985 alt="" />Android 3.0, Revision 1</a> <em>(February 2011)</em>
986</p>
Scott Main50e990c2012-06-21 17:14:39 -0700987
Scott Main65363a82012-07-16 15:40:59 -0700988<div class="toggle-content-toggleme">
Joe Fernandezf8f1f882012-10-09 12:27:47 -0700989
Scott Main50e990c2012-06-21 17:14:39 -0700990<dl>
991<dt>Dependencies:</dt>
992<dd>
993<p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r10</a> or higher.</p>
994</dd>
995</dl>
996
997</div>
998</div>
999
1000
1001
1002<h3>Emulator Skins</h3>
1003
1004<p>The downloadable platform includes the following emulator skin:</p>
1005
1006<ul>
1007 <li>
1008 WXGA (1280x800, medium density, xlarge screen)
1009 </li>
1010</ul>
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029<h2 id="2.3.4">Android 2.3.4</h2>
1030
1031
Scott Main50e990c2012-06-21 17:14:39 -07001032<div class="toggle-content closed" >
1033
1034<p><a href="#" onclick="return toggleContent(this)">
Joe Fernandezf8f1f882012-10-09 12:27:47 -07001035 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
Scott Main65363a82012-07-16 15:40:59 -07001036 alt="" />Android 2.3.4, Revision 1</a> <em>(May 2011)</em>
1037</p>
Scott Main50e990c2012-06-21 17:14:39 -07001038
Scott Main65363a82012-07-16 15:40:59 -07001039 <div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -07001040 <dl>
1041 <dt>Dependencies:</dt>
1042 <dd>
1043 <p>Requires SDK Tools r11 or higher.</p>
1044 </dd>
1045 </dl>
1046 </div>
1047</div>
1048
1049
1050<h3>Emulator Skins</h3>
1051
1052<p>The downloadable platform includes a set of emulator skins that you can use
1053for modeling your application in different screen sizes and resolutions. The
1054emulator skins are:</p>
1055
1056<ul>
1057 <li>
1058 QVGA (240x320, low density, small screen)
1059 </li>
1060 <li>
1061 WQVGA400 (240x400, low density, normal screen)
1062 </li>
1063 <li>
1064 WQVGA432 (240x432, low density, normal screen)
1065 </li>
1066 <li>
1067 HVGA (320x480, medium density, normal screen)
1068 </li>
1069 <li>
1070 WVGA800 (480x800, high density, normal screen)
1071 </li>
1072 <li>
1073 WVGA854 (480x854 high density, normal screen)
1074 </li>
1075</ul>
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089<h2 id="2.3.3">Android 2.3.3</h2>
1090
1091
1092<div class="toggle-content closed" >
1093
1094<p><a href="#" onclick="return toggleContent(this)">
1095 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -07001096class="toggle-content-img" alt="" />Android 2.3.3, Revision 2</a> <em>(July 2011)</em>
1097</p>
Scott Main50e990c2012-06-21 17:14:39 -07001098
Scott Main65363a82012-07-16 15:40:59 -07001099<div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -07001100
1101<dl>
1102<dt>Dependencies:</dt>
1103<dd>
1104<p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or
1105higher.</p>
1106</dd>
1107<dt>Notes:</dt>
1108<dd>
1109<p>Improvements to the platform's rendering library to support the visual layout editor in the ADT
1110Eclipse plugin. This revision allows for more drawing features in ADT and fixes several
1111bugs in the previous rendering library. It also unlocks several editor features that were added in
1112ADT 12.</p>
1113</dd>
1114</dl>
1115
1116</div>
1117</div>
1118
1119<div class="toggle-content closed" >
1120
1121<p><a href="#" onclick="return toggleContent(this)">
1122 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -07001123class="toggle-content-img" alt="" />Android 2.3.3, Revision 1</a> <em>(February 2011)</em>
1124</p>
Scott Main50e990c2012-06-21 17:14:39 -07001125
Scott Main65363a82012-07-16 15:40:59 -07001126<div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -07001127<dl>
1128<dt>Dependencies:</dt>
1129<dd>
1130<p>Requires SDK Tools r9 or higher.</p>
1131</dd>
1132</dl>
1133
1134</div>
1135</div>
1136
1137
1138<h3>Emulator Skins</h3>
1139
1140<p>The downloadable platform includes a set of emulator skins that you can use
1141for modeling your application in different screen sizes and resolutions. The
1142emulator skins are:</p>
1143
1144<ul>
1145 <li>
1146 QVGA (240x320, low density, small screen)
1147 </li>
1148 <li>
1149 WQVGA400 (240x400, low density, normal screen)
1150 </li>
1151 <li>
1152 WQVGA432 (240x432, low density, normal screen)
1153 </li>
1154 <li>
1155 HVGA (320x480, medium density, normal screen)
1156 </li>
1157 <li>
1158 WVGA800 (480x800, high density, normal screen)
1159 </li>
1160 <li>
1161 WVGA854 (480x854 high density, normal screen)
1162 </li>
1163</ul>
Joe Fernandezf8f1f882012-10-09 12:27:47 -07001164
Scott Main50e990c2012-06-21 17:14:39 -07001165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176<h2 id="2.3">Android 2.3</h2>
1177
1178
Scott Main50e990c2012-06-21 17:14:39 -07001179<div class="toggle-content closed" >
1180
1181<p><a href="#" onclick="return toggleContent(this)">
Joe Fernandezf8f1f882012-10-09 12:27:47 -07001182 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
Scott Main65363a82012-07-16 15:40:59 -07001183 alt="" />Android 2.3, Revision 1</a> <em>(December 2010)</em>
1184</p>
Scott Main50e990c2012-06-21 17:14:39 -07001185
Scott Main65363a82012-07-16 15:40:59 -07001186 <div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -07001187 <dl>
1188 <dt>Dependencies:</dt>
1189 <dd>
1190 <p>Requires SDK Tools r8 or higher.</p>
1191 </dd>
1192 </dl>
1193 </div>
1194</div>
1195
1196
1197<h3>Emulator Skins</h3>
1198
1199<p>The downloadable platform includes a set of emulator skins that you can use
1200for modeling your application in different screen sizes and resolutions. The
1201emulator skins are:</p>
1202
1203<ul>
1204 <li>
1205 QVGA (240x320, low density, small screen)
1206 </li>
1207 <li>
1208 WQVGA400 (240x400, low density, normal screen)
1209 </li>
1210 <li>
1211 WQVGA432 (240x432, low density, normal screen)
1212 </li>
1213 <li>
1214 HVGA (320x480, medium density, normal screen)
1215 </li>
1216 <li>
1217 WVGA800 (480x800, high density, normal screen)
1218 </li>
1219 <li>
1220 WVGA854 (480x854 high density, normal screen)
1221 </li>
1222</ul>
1223
1224
Joe Fernandezf8f1f882012-10-09 12:27:47 -07001225
Scott Main50e990c2012-06-21 17:14:39 -07001226
1227
1228
1229
1230
1231
1232<h2 id="2.2">Android 2.2</h2>
1233
1234
1235<div class="toggle-content closed" >
1236
1237<p><a href="#" onclick="return toggleContent(this)">
1238 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -07001239class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 3</a> <em>(July 2011)</em>
1240</p>
Scott Main50e990c2012-06-21 17:14:39 -07001241
Scott Main65363a82012-07-16 15:40:59 -07001242<div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -07001243
1244<dl>
1245<dt>Dependencies:</dt>
1246<dd>
1247<p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or
1248higher.</p>
1249</dd>
1250<dt>Notes:</dt>
1251<dd>
1252<p>Improvements to the platform's rendering library to support the visual layout editor in the ADT
1253Eclipse plugin. This revision allows for more drawing features in ADT and fixes several
1254bugs in the previous rendering library. It also unlocks several editor features that were added in
1255ADT 12.</p>
1256</dd>
1257</dl>
1258
1259</div>
1260</div>
1261
1262<div class="toggle-content closed" >
1263
1264<p><a href="#" onclick="return toggleContent(this)">
1265 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -07001266class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 2</a> <em>(July 2010)</em>
1267</p>
Scott Main50e990c2012-06-21 17:14:39 -07001268
Scott Main65363a82012-07-16 15:40:59 -07001269<div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -07001270<dt>Dependencies:</dt>
1271<dd>
1272<p>Requires SDK Tools r6 or higher.</p>
1273</dd>
1274
1275<dt>System Image:</dt>
1276<dd>
1277<ul>
1278<li>Adds default Search Widget.</li>
1279<li>Includes proper provisioning for the platform's Backup Manager. For more information about how
1280to use the Backup Manager, see <a href="{@docRoot}guide/topics/data/backup.html">Data
1281Backup</a>.</li>
1282<li>Updates the Android 2.2 system image to FRF91.</li>
1283</ul>
1284</dd>
1285
1286</dl>
1287 </div>
1288</div>
1289
1290<div class="toggle-content closed">
1291
1292<p><a href="#" onclick="return toggleContent(this)">
1293 <img src="{@docRoot}assets/images/triangle-closed.png"
Scott Main65363a82012-07-16 15:40:59 -07001294class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 1</a> <em>(May 2010)</em></p>
Scott Main50e990c2012-06-21 17:14:39 -07001295
Scott Main65363a82012-07-16 15:40:59 -07001296<div class="toggle-content-toggleme">
Scott Main50e990c2012-06-21 17:14:39 -07001297<dl>
1298<dt>Dependencies:</dt>
1299<dd>
1300<p>Requires SDK Tools r6 or higher.</p>
1301</dd>
1302
1303<dt>Tools:</dt>
1304<dd>
Scott Mainf284d492012-07-31 09:46:52 -07001305<p>Adds support for building with Android library projects. See <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Scott Main50e990c2012-06-21 17:14:39 -07001306Tools, r6</a> for information.</p>
1307</dd>
1308
1309</dl>
1310 </div>
1311</div>
1312
1313
1314<h3>Emulator Skins</h3>
1315
1316<p>The downloadable platform includes a set of emulator skins that you can use
1317for modeling your application in different screen sizes and resolutions. The
1318emulator skins are:</p>
1319
1320<ul>
1321 <li>
1322 QVGA (240x320, low density, small screen)
1323 </li>
1324 <li>
1325 WQVGA (240x400, low density, normal screen)
1326 </li>
1327 <li>
1328 FWQVGA (240x432, low density, normal screen)
1329 </li>
1330 <li>
1331 HVGA (320x480, medium density, normal screen)
1332 </li>
1333 <li>
1334 WVGA800 (480x800, high density, normal screen)
1335 </li>
1336 <li>
1337 WVGA854 (480x854 high density, normal screen)
1338 </li>
Joe Fernandezb5fff752013-06-14 11:53:33 -07001339</ul>