| smain@google.com | 549726a | 2014-12-08 12:56:26 -0800 | [diff] [blame] | 1 | page.title=SDK Platforms Release Notes |
| 2 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 3 | @jd:body |
| 4 | |
| 5 | <div id="qv-wrapper"> |
| 6 | <div id="qv"> |
| 7 | |
| 8 | |
| 9 | <h2>See Also</h2> |
| 10 | <ol> |
| Joe Fernandez | 3ffaadc | 2013-11-20 15:53:39 -0800 | [diff] [blame] | 11 | <li><a href="{@docRoot}about/versions/kitkat.html">KitKat |
| 12 | Highlights and APIs</a></li> |
| Joe Fernandez | 3bdf4b6 | 2012-11-13 12:31:57 -0800 | [diff] [blame] | 13 | <li><a href="{@docRoot}about/versions/jelly-bean.html">Jelly Bean |
| 14 | Highlights and APIs</a></li> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 15 | <li><a href="{@docRoot}about/versions/android-4.0-highlights.html">Ice Cream Sandwich |
| 16 | Highlights and APIs</a></li> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 17 | </ol> |
| 18 | |
| 19 | </div> |
| 20 | </div> |
| 21 | |
| 22 | |
| 23 | |
| smain@google.com | 549726a | 2014-12-08 12:56:26 -0800 | [diff] [blame] | 24 | <p>This document provides release information about the SDK Platform packages required |
| 25 | for app development. If you want details about the features and APIs added in each Android |
| 26 | version, instead read the highlights in the <a href="{@docRoot}about/index.html">About</a> |
| 27 | section.</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 |
| 31 | Platform for that release. If you want to test your application on an emulator, you must also |
| 32 | download at least one System Image for that Android version.</p> |
| 33 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 34 | |
| Joe Fernandez | 312d29ed | 2013-08-15 14:06:19 -0700 | [diff] [blame] | 35 | <p>Each platform release includes system images that support a specific processor architecture, |
| 36 | such as ARM EABI, Intel x86 or MIPS. Platform releases also include a system image that contains |
| 37 | Google APIs. The <a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a> lists available |
| 38 | platform 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 Fernandez | b5fff75 | 2013-06-14 11:53:33 -0700 | [diff] [blame] | 49 | <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 Fernandez | 312d29ed | 2013-08-15 14:06:19 -0700 | [diff] [blame] | 52 | system components from the Android SDK Manager, you must first update the SDK Tools to the |
| 53 | most recent release and restart the SDK Manager. If you do not, the latest Android system |
| smain@google.com | 549726a | 2014-12-08 12:56:26 -0800 | [diff] [blame] | 54 | packages may not be available for download.</p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 55 | |
| 56 | |
| Rich Slogar | e0ce0f2 | 2015-03-02 17:54:10 -0800 | [diff] [blame] | 57 | <h2 id="5.1">Android 5.1</h2> |
| Ricardo Cervera | b05330c | 2014-06-25 15:14:17 -0700 | [diff] [blame] | 58 | |
| 59 | <div class="toggle-content opened"> |
| 60 | <p><a href="#" onclick="return toggleContent(this)"> |
| 61 | <img src="{@docRoot}assets/images/triangle-opened.png" |
| Rich Slogar | e0ce0f2 | 2015-03-02 17:54:10 -0800 | [diff] [blame] | 62 | class="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 Slogar | e950ce3 | 2014-12-09 13:20:45 -0800 | [diff] [blame] | 86 | class="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 Slogar | 54444f6 | 2014-10-09 15:45:25 -0700 | [diff] [blame] | 102 | class="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.com | 549726a | 2014-12-08 12:56:26 -0800 | [diff] [blame] | 108 | <p>Also see the |
| 109 | <a href="{@docRoot}about/versions/android-5.0.html">Android 5.0 APIs overview</a>.</p> |
| Rich Slogar | 54444f6 | 2014-10-09 15:45:25 -0700 | [diff] [blame] | 110 | <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 Slogar | e0ce0f2 | 2015-03-02 17:54:10 -0800 | [diff] [blame] | 121 | |
| Rich Slogar | 54444f6 | 2014-10-09 15:45:25 -0700 | [diff] [blame] | 122 | <ul> |
| Rich Slogar | 8ee2b2d | 2014-10-16 12:07:35 -0700 | [diff] [blame] | 123 | <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 Slogar | 54444f6 | 2014-10-09 15:45:25 -0700 | [diff] [blame] | 125 | </ul> |
| 126 | |
| 127 | </div> |
| 128 | |
| 129 | |
| 130 | <h2 id="4.4">Android 4.4W</h2> |
| 131 | |
| Rich Slogar | cb79d08 | 2014-10-22 15:11:55 -0700 | [diff] [blame] | 132 | <div class="toggle-content open"> |
| 133 | <p><a href="#" onclick="return toggleContent(this)"> |
| smain@google.com | 549726a | 2014-12-08 12:56:26 -0800 | [diff] [blame] | 134 | <img src="{@docRoot}assets/images/triangle-closed.png" |
| Rich Slogar | cb79d08 | 2014-10-22 15:11:55 -0700 | [diff] [blame] | 135 | class="toggle-content-img" alt="" />Revision 2</a> <em>(October 2014)</em> |
| 136 | </p> |
| 137 | |
| 138 | <div class="toggle-content-toggleme"> |
| 139 | |
| Rich Slogar | 96b245a | 2014-10-29 14:54:24 -0700 | [diff] [blame] | 140 | <p>Updated the rendering library. </p> |
| Rich Slogar | cb79d08 | 2014-10-22 15:11:55 -0700 | [diff] [blame] | 141 | |
| 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 Slogar | 54444f6 | 2014-10-09 15:45:25 -0700 | [diff] [blame] | 149 | <div class="toggle-content closed"> |
| 150 | <p><a href="#" onclick="return toggleContent(this)"> |
| 151 | <img src="{@docRoot}assets/images/triangle-closed.png" |
| Ricardo Cervera | b05330c | 2014-06-25 15:14:17 -0700 | [diff] [blame] | 152 | class="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 Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 175 | |
| Joe Fernandez | 24a18f4 | 2013-10-23 09:47:07 -0700 | [diff] [blame] | 176 | <h2 id="4.4">Android 4.4</h2> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 177 | |
| Rich Slogar | 54444f6 | 2014-10-09 15:45:25 -0700 | [diff] [blame] | 178 | <div class="toggle-content closed"> |
| Joe Fernandez | 3bdf4b6 | 2012-11-13 12:31:57 -0800 | [diff] [blame] | 179 | <p><a href="#" onclick="return toggleContent(this)"> |
| Rich Slogar | 54444f6 | 2014-10-09 15:45:25 -0700 | [diff] [blame] | 180 | <img src="{@docRoot}assets/images/triangle-closed.png" |
| Joe Fernandez | 3ffaadc | 2013-11-20 15:53:39 -0800 | [diff] [blame] | 181 | class="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.com | 549726a | 2014-12-08 12:56:26 -0800 | [diff] [blame] | 187 | <p>Also see the |
| 188 | <a href="{@docRoot}about/versions/android-4.4.html">Android 4.4 APIs overview</a>.</p> |
| Joe Fernandez | 3ffaadc | 2013-11-20 15:53:39 -0800 | [diff] [blame] | 189 | <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 Fernandez | 24a18f4 | 2013-10-23 09:47:07 -0700 | [diff] [blame] | 201 | class="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.com | 549726a | 2014-12-08 12:56:26 -0800 | [diff] [blame] | 207 | <p>Also see the |
| 208 | <a href="{@docRoot}about/versions/android-4.4.html">Android 4.4 APIs overview</a>.</p> |
| Joe Fernandez | 24a18f4 | 2013-10-23 09:47:07 -0700 | [diff] [blame] | 209 | <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 Fernandez | 3ffaadc | 2013-11-20 15:53:39 -0800 | [diff] [blame] | 218 | |
| Ricardo Cervera | 10227d9 | 2014-01-30 16:12:51 -0800 | [diff] [blame] | 219 | |
| Joe Fernandez | 24a18f4 | 2013-10-23 09:47:07 -0700 | [diff] [blame] | 220 | <h3 id="gsi-4.4">Google APIs System Image</h3> |
| 221 | |
| Rich Slogar | 54444f6 | 2014-10-09 15:45:25 -0700 | [diff] [blame] | 222 | <div class="toggle-content closed"> |
| Joe Fernandez | 24a18f4 | 2013-10-23 09:47:07 -0700 | [diff] [blame] | 223 | <p><a href="#" onclick="return toggleContent(this)"> |
| Rich Slogar | 54444f6 | 2014-10-09 15:45:25 -0700 | [diff] [blame] | 224 | <img src="{@docRoot}assets/images/triangle-closed.png" |
| Ricardo Cervera | 399b999 | 2014-03-24 17:01:35 -0700 | [diff] [blame] | 225 | class="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 Cervera | 10227d9 | 2014-01-30 16:12:51 -0800 | [diff] [blame] | 240 | class="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 Fernandez | 3ffaadc | 2013-11-20 15:53:39 -0800 | [diff] [blame] | 255 | class="toggle-content-img" alt="" />Revision 2</a> <em>(December 2013)</em> |
| 256 | </p> |
| 257 | |
| 258 | <div class="toggle-content-toggleme"> |
| 259 | |
| Ricardo Cervera | 10227d9 | 2014-01-30 16:12:51 -0800 | [diff] [blame] | 260 | <p>This release includes |
| 261 | <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 4.0.33.</p> |
| Joe Fernandez | 3ffaadc | 2013-11-20 15:53:39 -0800 | [diff] [blame] | 262 | |
| 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 Fernandez | 24a18f4 | 2013-10-23 09:47:07 -0700 | [diff] [blame] | 269 | class="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 Fernandez | 3ffaadc | 2013-11-20 15:53:39 -0800 | [diff] [blame] | 275 | <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 4.0.30. |
| 276 | </p> |
| Joe Fernandez | 24a18f4 | 2013-10-23 09:47:07 -0700 | [diff] [blame] | 277 | |
| 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 Fernandez | 312d29ed | 2013-08-15 14:06:19 -0700 | [diff] [blame] | 290 | class="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 Fernandez | b5fff75 | 2013-06-14 11:53:33 -0700 | [diff] [blame] | 309 | class="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 Fernandez | 24a18f4 | 2013-10-23 09:47:07 -0700 | [diff] [blame] | 324 | <h3 id="gsi-4.3">Google APIs System Image</h3> |
| Joe Fernandez | 312d29ed | 2013-08-15 14:06:19 -0700 | [diff] [blame] | 325 | |
| Joe Fernandez | 24a18f4 | 2013-10-23 09:47:07 -0700 | [diff] [blame] | 326 | <div class="toggle-content closed"> |
| Joe Fernandez | 312d29ed | 2013-08-15 14:06:19 -0700 | [diff] [blame] | 327 | <p><a href="#" onclick="return toggleContent(this)"> |
| Joe Fernandez | 24a18f4 | 2013-10-23 09:47:07 -0700 | [diff] [blame] | 328 | <img src="{@docRoot}assets/images/triangle-closed.png" |
| Joe Fernandez | 1d65500 | 2013-09-19 11:09:22 -0700 | [diff] [blame] | 329 | class="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 Fernandez | 3ffaadc | 2013-11-20 15:53:39 -0800 | [diff] [blame] | 335 | <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 3.2.65. |
| 336 | </p> |
| Joe Fernandez | 1d65500 | 2013-09-19 11:09:22 -0700 | [diff] [blame] | 337 | |
| 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 Fernandez | 312d29ed | 2013-08-15 14:06:19 -0700 | [diff] [blame] | 344 | class="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 Fernandez | 3ffaadc | 2013-11-20 15:53:39 -0800 | [diff] [blame] | 350 | <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 3.2.25. |
| 351 | </p> |
| Joe Fernandez | 312d29ed | 2013-08-15 14:06:19 -0700 | [diff] [blame] | 352 | |
| 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" |
| 359 | class="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 Fernandez | 1d65500 | 2013-09-19 11:09:22 -0700 | [diff] [blame] | 365 | <a href="{@docRoot}google/play-services/index.html">Google Play services</a> version 3.1.58.</p> |
| Joe Fernandez | 312d29ed | 2013-08-15 14:06:19 -0700 | [diff] [blame] | 366 | |
| 367 | </div> |
| 368 | </div> |
| 369 | |
| 370 | |
| 371 | |
| Joe Fernandez | b5fff75 | 2013-06-14 11:53:33 -0700 | [diff] [blame] | 372 | |
| 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 Fernandez | 02c7819 | 2013-02-13 14:03:27 -0800 | [diff] [blame] | 380 | class="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 Fernandez | 3bdf4b6 | 2012-11-13 12:31:57 -0800 | [diff] [blame] | 398 | class="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 |
| 415 | Devices 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 Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 476 | |
| 477 | |
| Joe Fernandez | 67e6e0e | 2012-07-13 17:31:31 -0700 | [diff] [blame] | 478 | |
| 479 | <h2 id="4.1">Android 4.1</h2> |
| 480 | |
| 481 | |
| Joe Fernandez | 3bdf4b6 | 2012-11-13 12:31:57 -0800 | [diff] [blame] | 482 | <div class="toggle-content closed"> |
| Joe Fernandez | 67e6e0e | 2012-07-13 17:31:31 -0700 | [diff] [blame] | 483 | |
| 484 | <p><a href="#" onclick="return toggleContent(this)"> |
| Joe Fernandez | 3bdf4b6 | 2012-11-13 12:31:57 -0800 | [diff] [blame] | 485 | <img src="{@docRoot}assets/images/triangle-closed.png" |
| Joe Fernandez | f8f1f88 | 2012-10-09 12:27:47 -0700 | [diff] [blame] | 486 | class="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 Fernandez | 67e6e0e | 2012-07-13 17:31:31 -0700 | [diff] [blame] | 504 | class="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" |
| 522 | class="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 |
| 574 | href="http://play.google.com/nexus7">Nexus 7</a> tablet device, you can create an AVD with |
| 575 | the new WXGA800-7in skin. For best performance, make sure to enable <a |
| 576 | href="{@docRoot}tools/devices/emulator.html#accel-graphics">graphics acceleration</a> in the |
| 577 | emulator configuration.</p> |
| 578 | |
| 579 | |
| 580 | |
| 581 | |
| 582 | |
| 583 | |
| 584 | |
| 585 | |
| 586 | |
| 587 | |
| 588 | |
| 589 | |
| 590 | |
| 591 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 592 | <h2 id="4.0.3">Android 4.0.3</h2> |
| 593 | |
| 594 | |
| Joe Fernandez | 67e6e0e | 2012-07-13 17:31:31 -0700 | [diff] [blame] | 595 | <div class="toggle-content closed"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 596 | |
| 597 | <p><a href="#" onclick="return toggleContent(this)"> |
| Joe Fernandez | 67e6e0e | 2012-07-13 17:31:31 -0700 | [diff] [blame] | 598 | <img src="{@docRoot}assets/images/triangle-closed.png" |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 599 | class="toggle-content-img" alt="" />Revision 3</a> <em>(March 2012)</em> |
| 600 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 601 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 602 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 603 | |
| 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 |
| 606 | hardware 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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 620 | class="toggle-content-img" alt="" />Revision 2</a> <em>(January 2012)</em> |
| 621 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 622 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 623 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 624 | |
| 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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 638 | class="toggle-content-img" alt="" />Revision 1</a> <em>(December 2011)</em> |
| 639 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 640 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 641 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 642 | |
| 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 Fernandez | f8f1f88 | 2012-10-09 12:27:47 -0700 | [diff] [blame] | 676 | WXGA720 (1280x720, extra-high density, normal screen) |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 677 | </li> |
| 678 | <li> |
| Joe Fernandez | f8f1f88 | 2012-10-09 12:27:47 -0700 | [diff] [blame] | 679 | WSVGA (1024x600, medium density, large screen) |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 680 | </li> |
| 681 | <li> |
| 682 | WXGA (1280x800, medium density, xlarge screen) |
| 683 | </li> |
| 684 | </ul> |
| 685 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 686 | |
| 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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 708 | class="toggle-content-img" alt="" />Android 4.0, Revision 2</a> <em>(December 2011)</em> |
| 709 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 710 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 711 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 712 | <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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 724 | class="toggle-content-img" alt="" />Android 4.0, Revision 1</a> <em>(October 2011)</em> |
| 725 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 726 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 727 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 728 | <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 |
| 772 | an AVD with the new WXGA720 skin (it's an xhdpi, normal screen device). Note that the emulator |
| 773 | currently doesn't support the new on-screen navigation bar for devices without hardware navigation |
| 774 | buttons, 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 |
| 778 | the 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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 801 | class="toggle-content-img" alt="" />Android 3.2, Revision 1</a> <em>(July 2011)</em> |
| 802 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 803 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 804 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 805 | |
| 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 |
| 827 | and functions properly on all Android-powered devices, see <a |
| 828 | href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple |
| 829 | Screens</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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 855 | class="toggle-content-img" alt="" />Android 3.1, Revision 3</a> <em>(July 2011)</em> |
| 856 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 857 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 858 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 859 | |
| 860 | <dl> |
| 861 | <dt>Dependencies:</dt> |
| 862 | <dd> |
| 863 | <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or |
| 864 | higher.</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 |
| 869 | Eclipse plugin. This revision allows for more drawing features in ADT and fixes several |
| 870 | bugs in the previous rendering library. It also unlocks several editor features that were added in |
| 871 | ADT 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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 883 | class="toggle-content-img" alt="" />Android 3.1, Revision 2</a> <em>(May 2011)</em> |
| 884 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 885 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 886 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 887 | |
| 888 | <dl> |
| 889 | <dt>Dependencies:</dt> |
| 890 | <dd> |
| 891 | <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r11</a> or |
| 892 | higher.</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 |
| 897 | running 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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 909 | class="toggle-content-img" alt="" />Android 3.1, Revision 1</a> <em>(May 2011)</em> |
| 910 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 911 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 912 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 913 | |
| 914 | <dl> |
| 915 | <dt>Dependencies:</dt> |
| 916 | <dd> |
| 917 | <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r11</a> or |
| 918 | higher.</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 |
| 937 | and functions properly on all Android-powered devices, see <a |
| 938 | href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple |
| 939 | Screens</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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 958 | class="toggle-content-img" alt="" />Android 3.0, Revision 2</a> <em>(July 2011)</em> |
| 959 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 960 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 961 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 962 | |
| 963 | <dl> |
| 964 | <dt>Dependencies:</dt> |
| 965 | <dd> |
| 966 | <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or |
| 967 | higher.</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 |
| 972 | Eclipse plugin. This revision allows for more drawing features in ADT and fixes several |
| 973 | bugs in the previous rendering library. It also unlocks several editor features that were added in |
| 974 | ADT 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 Fernandez | f8f1f88 | 2012-10-09 12:27:47 -0700 | [diff] [blame] | 984 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 985 | alt="" />Android 3.0, Revision 1</a> <em>(February 2011)</em> |
| 986 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 987 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 988 | <div class="toggle-content-toggleme"> |
| Joe Fernandez | f8f1f88 | 2012-10-09 12:27:47 -0700 | [diff] [blame] | 989 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 990 | <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 Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1032 | <div class="toggle-content closed" > |
| 1033 | |
| 1034 | <p><a href="#" onclick="return toggleContent(this)"> |
| Joe Fernandez | f8f1f88 | 2012-10-09 12:27:47 -0700 | [diff] [blame] | 1035 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1036 | alt="" />Android 2.3.4, Revision 1</a> <em>(May 2011)</em> |
| 1037 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1038 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1039 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1040 | <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 |
| 1053 | for modeling your application in different screen sizes and resolutions. The |
| 1054 | emulator 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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1096 | class="toggle-content-img" alt="" />Android 2.3.3, Revision 2</a> <em>(July 2011)</em> |
| 1097 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1098 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1099 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1100 | |
| 1101 | <dl> |
| 1102 | <dt>Dependencies:</dt> |
| 1103 | <dd> |
| 1104 | <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or |
| 1105 | higher.</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 |
| 1110 | Eclipse plugin. This revision allows for more drawing features in ADT and fixes several |
| 1111 | bugs in the previous rendering library. It also unlocks several editor features that were added in |
| 1112 | ADT 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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1123 | class="toggle-content-img" alt="" />Android 2.3.3, Revision 1</a> <em>(February 2011)</em> |
| 1124 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1125 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1126 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1127 | <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 |
| 1141 | for modeling your application in different screen sizes and resolutions. The |
| 1142 | emulator 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 Fernandez | f8f1f88 | 2012-10-09 12:27:47 -0700 | [diff] [blame] | 1164 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1165 | |
| 1166 | |
| 1167 | |
| 1168 | |
| 1169 | |
| 1170 | |
| 1171 | |
| 1172 | |
| 1173 | |
| 1174 | |
| 1175 | |
| 1176 | <h2 id="2.3">Android 2.3</h2> |
| 1177 | |
| 1178 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1179 | <div class="toggle-content closed" > |
| 1180 | |
| 1181 | <p><a href="#" onclick="return toggleContent(this)"> |
| Joe Fernandez | f8f1f88 | 2012-10-09 12:27:47 -0700 | [diff] [blame] | 1182 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1183 | alt="" />Android 2.3, Revision 1</a> <em>(December 2010)</em> |
| 1184 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1185 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1186 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1187 | <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 |
| 1200 | for modeling your application in different screen sizes and resolutions. The |
| 1201 | emulator 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 Fernandez | f8f1f88 | 2012-10-09 12:27:47 -0700 | [diff] [blame] | 1225 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1226 | |
| 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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1239 | class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 3</a> <em>(July 2011)</em> |
| 1240 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1241 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1242 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1243 | |
| 1244 | <dl> |
| 1245 | <dt>Dependencies:</dt> |
| 1246 | <dd> |
| 1247 | <p>Requires <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a> or |
| 1248 | higher.</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 |
| 1253 | Eclipse plugin. This revision allows for more drawing features in ADT and fixes several |
| 1254 | bugs in the previous rendering library. It also unlocks several editor features that were added in |
| 1255 | ADT 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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1266 | class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 2</a> <em>(July 2010)</em> |
| 1267 | </p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1268 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1269 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1270 | <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 |
| 1280 | to use the Backup Manager, see <a href="{@docRoot}guide/topics/data/backup.html">Data |
| 1281 | Backup</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 Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1294 | class="toggle-content-img" alt="" />Android {@sdkPlatformVersion}, Revision 1</a> <em>(May 2010)</em></p> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1295 | |
| Scott Main | 65363a8 | 2012-07-16 15:40:59 -0700 | [diff] [blame] | 1296 | <div class="toggle-content-toggleme"> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1297 | <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 Main | f284d49 | 2012-07-31 09:46:52 -0700 | [diff] [blame] | 1305 | <p>Adds support for building with Android library projects. See <a href="{@docRoot}tools/sdk/tools-notes.html">SDK |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1306 | Tools, 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 |
| 1317 | for modeling your application in different screen sizes and resolutions. The |
| 1318 | emulator 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 Fernandez | b5fff75 | 2013-06-14 11:53:33 -0700 | [diff] [blame] | 1339 | </ul> |