1page.title=ADT Plugin 2 3@jd:body 4 5<div id="qv-wrapper"> 6<div id="qv"> 7 8 <h2>See also</h2> 9 <ol> 10 <li><a href="{@docRoot}sdk/installing/installing-adt.html">Installing the Eclipse 11Plugin</a></li> 12 </ol> 13 14</div> 15</div> 16 17<p>Android Development Tools (ADT) is a plugin for the Eclipse IDE 18that is designed to give you a powerful, integrated environment in which 19to build Android applications.</p> 20 21<p>ADT extends the capabilities of Eclipse to let you quickly set up new Android 22projects, create an application UI, add packages based on the Android 23Framework API, debug your applications using the Android SDK tools, and even 24export signed (or unsigned) {@code .apk} files in order to distribute your application.</p> 25 26<p>Developing in Eclipse with ADT is highly recommended and is the fastest way 27to get started. With the guided project setup it provides, as well as tools 28integration, custom XML editors, and debug output pane, ADT gives you an 29incredible boost in developing Android applications. </p> 30 31<p>This document provides step-by-step instructions on how to download the ADT 32plugin and install it into your Eclipse development environment. Note that 33before you can install or use ADT, you must have compatible versions of both the 34Eclipse IDE and the Android SDK installed. For details, make sure to read <a 35href="{@docRoot}sdk/installing/installing-adt.html">Installing the Eclipse 36Plugin</a>. </p> 37 38<p>If you are already using ADT, this document also provides instructions on 39how to update ADT to the latest version or how to uninstall it, if necessary. 40</p> 41 42<p>For information about the features provided by the ADT plugin, such as code 43editor features, SDK tool integration, and the graphical layout editor (for drag-and-drop layout 44editing), see the <a href="{@docRoot}tools/help/adt.html">Android Developer Tools</a> 45document.</p> 46 47 48<h2 id="notes">Revisions</h2> 49 50<p>The sections below provide notes about successive releases of 51the ADT Plugin, as denoted by revision number. </p> 52 53<p>For a summary of all known issues in ADT, see <a 54href="http://tools.android.com/knownissues">http://tools.android.com/knownissues</a>.</p> 55 56 57<div class="toggle-content opened"> 58 <p><a href="#" onclick="return toggleContent(this)"> 59 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" 60 alt=""/>ADT 23.0.4</a> <em>(October 2014)</em> 61 </p> 62 63 <div class="toggle-content-toggleme"> 64<dl> 65 <dt>Dependencies:</dt> 66 67 <dd> 68 <ul> 69 <li>Java 7 or higher is required if you are targeting the L Developer Preview.</li> 70 <li>Java 1.6 or higher is required if you are targeting other releases.</li> 71 <li>Eclipse Indigo (Version 3.7.2) or higher is required.</li> 72 <li>This version of ADT is designed for use with 73 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r23.0.2</a>. 74 If you haven't already installed SDK Tools r23.0.2 into your SDK, use the 75 Android SDK Manager to do so.</li> 76 </ul> 77 </dd> 78 79 <dt>General Notes:</dt> 80 <dd> 81 <ul> 82 <li>Fixed duplicate devices in AVD for Wear and TV.</li> 83 </ul> 84 </dd> 85</dl> 86</div> 87</div> 88 89 90 91<div class="toggle-content closed"> 92 <p><a href="#" onclick="return toggleContent(this)"> 93 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 94 alt=""/>ADT 23.0.3</a> <em>(August 2014)</em> 95 </p> 96 97 <div class="toggle-content-toggleme"> 98<dl> 99 <dt>Dependencies:</dt> 100 101 <dd> 102 <ul> 103 <li>Java 7 or higher is required if you are targeting the L Developer Preview.</li> 104 <li>Java 1.6 or higher is required if you are targeting other releases.</li> 105 <li>Eclipse Indigo (Version 3.7.2) or higher is required.</li> 106 <li>This version of ADT is designed for use with 107 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r23.0.2</a>. 108 If you haven't already installed SDK Tools r23.0.2 into your SDK, use the 109 Android SDK Manager to do so.</li> 110 </ul> 111 </dd> 112 113 <dt>General Notes:</dt> 114 <dd> 115 <ul> 116 <li>Fixed an issue where ADT displayed a <code>NullPointerException</code> warning dialog 117 when a valid SDK was not configured. (<a href="http://b.android.com/73313">Issue 118 73313</a>)</li> 119 <li>Fixed a minor issue with RenderScript support.</li> 120 <li>Disabled APK compression.</li> 121 </ul> 122 </dd> 123</dl> 124</div> 125</div> 126 127<div class="toggle-content closed"> 128 <p><a href="#" onclick="return toggleContent(this)"> 129 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 130 alt=""/>ADT 23.0.2</a> <em>(July 2014)</em> 131 </p> 132 133 <div class="toggle-content-toggleme"> 134<dl> 135 <dt>Dependencies:</dt> 136 137 <dd> 138 <ul> 139 <li>Java 7 or higher is required if you are targeting the L Developer Preview.</li> 140 <li>Java 1.6 or higher is required if you are targeting other releases.</li> 141 <li>Eclipse Indigo (Version 3.7.2) or higher is required.</li> 142 <li>This version of ADT is designed for use with 143 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r23.0.2</a>. 144 If you haven't already installed SDK Tools r23.0.2 into your SDK, use the 145 Android SDK Manager to do so.</li> 146 </ul> 147 </dd> 148 149 <dt>General Notes:</dt> 150 <dd> 151 <ul> 152 <li>ADT Bundle shows the Java perspective by default.</li> 153 <li>ADT Bundle 23.0.0 and prior versions would not allow updating the ADT plugins 154 due to conflicting dependencies. This version fixes that bug and should allow 155 updating to future versions of the ADT plugins.</li> 156 </ul> 157 </dd> 158</dl> 159</div> 160</div> 161 162<div class="toggle-content closed"> 163 <p><a href="#" onclick="return toggleContent(this)"> 164 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 165 alt=""/>ADT 23.0.0</a> <em>(June 2014)</em> 166 </p> 167 168 <div class="toggle-content-toggleme"> 169<dl> 170 <dt>Dependencies:</dt> 171 172 <dd> 173 <ul> 174 <li>Java 7 or higher is required if you are targeting the L Developer Preview.</li> 175 <li>Java 1.6 or higher is required if you are targeting other releases.</li> 176 <li>Eclipse Indigo (Version 3.7.2) or higher is required.</li> 177 <li>This version of ADT is designed for use with 178 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r23.0.0</a>. 179 If you haven't already installed SDK Tools r23.0.0 into your SDK, use the 180 Android SDK Manager to do so.</li> 181 </ul> 182 </dd> 183 184 <dt>General Notes:</dt> 185 <dd> 186 <ul> 187 <li>Added the Android Wear tools and system images.</li> 188 </ul> 189 </dd> 190</dl> 191</div> 192</div> 193 194<div class="toggle-content closed"> 195 <p><a href="#" onclick="return toggleContent(this)"> 196 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 197 alt=""/>ADT 22.6.3</a> <em>(April 2014)</em> 198 </p> 199 200 <div class="toggle-content-toggleme"> 201<dl> 202 <dt>Dependencies:</dt> 203 204 <dd> 205 <ul> 206 <li>Java 1.6 or higher is required.</li> 207 <li>Eclipse Indigo (Version 3.7.2) or higher is required.</li> 208 <li>This version of ADT is designed for use with 209 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.6.3</a>. 210 If you haven't already installed SDK Tools r22.6.3 into your SDK, use the 211 Android SDK Manager to do so.</li> 212 </ul> 213 </dd> 214 215 <dt>General Notes:</dt> 216 <dd> 217 <ul> 218 <li>Fixed a problem where the AVD manager allowed creating Android Wear virtual devices 219 with a target API Level lower than 19.</li> 220 <li>Fixed the description of Android Wear system images in the SDK Manager.</li> 221 </ul> 222 </dd> 223 224 <dt>Known Issues:</dt> 225 <dd> 226 <p>When you create an Android Wear virtual device in the AVD manager, a target API Level 227 lower than 19 may be selected by default. Make sure you select the target API Level 19 228 when creating Android Wear virtual devices.</p> 229 </dd> 230</dl> 231</div> 232</div> 233 234<div class="toggle-content closed"> 235 <p><a href="#" onclick="return toggleContent(this)"> 236 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 237 alt=""/>ADT 22.6.2</a> <em>(March 2014)</em> 238 </p> 239 240 <div class="toggle-content-toggleme"> 241<dl> 242 <dt>Dependencies:</dt> 243 244 <dd> 245 <ul> 246 <li>Java 1.6 or higher is required.</li> 247 <li>Eclipse Indigo (Version 3.7.2) or higher is required.</li> 248 <li>This version of ADT is designed for use with 249 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.6.2</a>. 250 If you haven't already installed SDK Tools r22.6.2 into your SDK, use the 251 Android SDK Manager to do so.</li> 252 </ul> 253 </dd> 254 255 <dt>General Notes:</dt> 256 <dd> 257 <ul> 258 <li><p>Changed the URL for the Android Developer Tools update site to require HTTPS.</p> 259 <p class="note"><strong>Note:</strong> If you are 260 <a href="{@docRoot}sdk/installing/installing-adt.html">updating ADT</a>, make sure 261 you use HTTPS in the URL for the Android Developer Tools update site.</p> 262 </li> 263 <li>Fixed a problem where Eclipse was non-responsive for a few seconds after opening 264 an XML file. (<a href="http://b.android.com/67084">Issue 67084</a>)</li> 265 <li>Fixed a problem where the SDK Manager threw a <code>NullPointerException</code> after 266 removing a virtual device that was created using the Android Wear 267 system image. (<a href="http://b.android.com/67588">Issue 67588</a>)</li> 268 <li>Fixed a problem where the layout preview for large screens in Eclipse showed the 269 resources from the <code>drawable-*</code> directories instead of those from the 270 <code>drawable-large-*</code> directories.</li> 271 <li>Fixed a problem with Nexus 5 Android virtual devices created from the command line 272 where the SD card file system was read-only.</li> 273 </ul> 274 </dd> 275</dl> 276</div> 277</div> 278 279<div class="toggle-content closed"> 280 <p><a href="#" onclick="return toggleContent(this)"> 281 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 282 alt=""/>ADT 22.6.1</a> <em>(March 2014)</em> 283 </p> 284 285 <div class="toggle-content-toggleme"> 286<dl> 287 <dt>Dependencies:</dt> 288 289 <dd> 290 <ul> 291 <li>Java 1.6 or higher is required.</li> 292 <li>Eclipse Indigo (Version 3.7.2) or higher is required.</li> 293 <li>This version of ADT is designed for use with 294 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.6.1</a>. 295 If you haven't already installed SDK Tools r22.6.1 into your SDK, use the 296 Android SDK Manager to do so.</li> 297 </ul> 298 </dd> 299 300 <dt>General Notes:</dt> 301 <dd> 302 <ul> 303 <li>Fixed a problem where the Android Virtual Device Manager could not create new 304 virtual devices. (<a href="http://b.android.com/66661">Issue 66661</a>)</li> 305 <li><p>Fixed a problem with virtual devices created using ADT 22.3 or earlier.</p> 306 <p>If you created an Android Virtual Device using ADT 22.3 or earlier, the 307 AVD may be listed as <em>broken</em> in the AVD Manager in 22.6.1. To fix 308 this problem, select the virtual device on the AVD Manager and click 309 <strong>Repair</strong>.</p> 310 </li> 311 <li>Fixed a problem with the command line tools when creating virtual devices. 312 (<a href="http://b.android.com/66740">Issue 66740</a>)</li> 313 <li>Fixed a problem with the command line <code>lint</code> script.</li> 314 </ul> 315 </dd> 316 317 <dt>Known Issues:</dt> 318 <dd> 319 <p>When you create an Android virtual device using the Nexus 5 device definition, 320 you must enable the <em>Use Host GPU</em> option, otherwise the virtual device 321 will not start.</p> 322 </dd> 323</dl> 324</div> 325</div> 326 327<div class="toggle-content closed"> 328 <p><a href="#" onclick="return toggleContent(this)"> 329 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 330 alt=""/>ADT 22.6.0</a> <em>(March 2014)</em> 331 </p> 332 333 <div class="toggle-content-toggleme"> 334<dl> 335 <dt>Dependencies:</dt> 336 337 <dd> 338 <ul> 339 <li>Java 1.6 or higher is required.</li> 340 <li>Eclipse Indigo (Version 3.7.2) or higher is required.</li> 341 <li>This version of ADT is designed for use with 342 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.6</a>. 343 If you haven't already installed SDK Tools r22.6 into your SDK, use the 344 Android SDK Manager to do so.</li> 345 </ul> 346 </dd> 347 348 <dt>General Notes:</dt> 349 <dd> 350 <ul> 351 <li><p>Added support for Java 7 language features like multi-catch, try-with-resources, 352 and the diamond operator. These features require version 19 or higher 353 of the Build Tools. Try-with-resources requires <code>minSdkVersion</code> 354 19; the rest of the new language features require 355 <code>minSdkVersion</code> 8 or higher.</p> 356 <p>To use the new language features after installing ADT 22.6.0, ensure 357 that you run Eclipse on JDK 7 and change your application project settings 358 to use JDK 7.</p> 359 </li> 360 <li>Added new lint checks: 361 <ul> 362 <li>Security: 363 <ul> 364 <li>Look for code potentially affected by a <code>SecureRandom</code> 365 vulnerability.</li> 366 <li>Check that calls to <code>checkPermission</code> use the return 367 value.</li> 368 </ul> 369 </li> 370 <li>Check that production builds do not use mock location providers.</li> 371 </ul> 372 </li> 373 <li>Updated the New Project templates to include the 374 <a href="{@docRoot}tools/support-library/features.html#v7-appcompat"> 375 v7 appcompat Support Library</a>.</li> 376 <li>Updated the Android tools libraries to include the rendering sandbox, 377 improvements for converting resource XML string declarations to layout 378 strings, and other updates.</li> 379 <li>Improved the Gradle export wizard. Note that the new importer in Android 380 Studio is the preferred way to migrate existing projects to Gradle.</li> 381 <li>Fixed a deadlock during startup.</li> 382 <li>Fixed an issue with RenderScript support. Using RenderScript support mode 383 now requires version 19.0.3 of the Build Tools.</li> 384 </ul> 385 </dd> 386 387</dl> 388</div> 389</div> 390 391<div class="toggle-content closed"> 392 <p><a href="#" onclick="return toggleContent(this)"> 393 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 394 alt=""/>ADT 22.3.0</a> <em>(October 2013)</em> 395 </p> 396 397 <div class="toggle-content-toggleme"> 398<dl> 399 <dt>Dependencies:</dt> 400 401 <dd> 402 <ul> 403 <li>Java 1.6 or higher is required.</li> 404 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 405 <li>This version of ADT is designed for use with 406 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.3</a>. 407 If you haven't already installed SDK Tools r22.3 into your SDK, use the 408 Android SDK Manager to do so.</li> 409 </ul> 410 </dd> 411 412 <dt>General Notes:</dt> 413 <dd> 414 <ul> 415 <li>Added support for Android 4.4 (API level 19).</li> 416 <li>Fixed problem with parsing view hierarchies containing classes in the java.* 417 name space.</li> 418 <li>Fixed problem importing Android projects that have the same name as an existing 419 project.</li> 420 </ul> 421 </dd> 422 423</dl> 424</div> 425</div> 426 427 428<div class="toggle-content closed"> 429 <p><a href="#" onclick="return toggleContent(this)"> 430 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 431 alt=""/>ADT 22.2.1</a> <em>(September 2013)</em> 432 </p> 433 434 <div class="toggle-content-toggleme"> 435<dl> 436 <dt>Dependencies:</dt> 437 438 <dd> 439 <ul> 440 <li>Java 1.6 or higher is required.</li> 441 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 442 <li>This version of ADT is designed for use with 443 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.2.1</a>. 444 If you haven't already installed SDK Tools r22.2.1 into your SDK, use the 445 Android SDK Manager to do so.</li> 446 </ul> 447 </dd> 448 449 <dt>General Notes:</dt> 450 <dd> 451 <ul> 452 <li>Fixed problem with templates that causes the new project wizard to hang. 453 (<a href="http://b.android.com/60149">Issue 60149</a>)</li> 454 </ul> 455 </dd> 456 457</dl> 458</div> 459</div> 460 461 462<div class="toggle-content closed"> 463 <p><a href="#" onclick="return toggleContent(this)"> 464 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 465 alt=""/>ADT 22.2</a> <em>(September 2013)</em> 466 </p> 467 468 <div class="toggle-content-toggleme"> 469<dl> 470 <dt>Dependencies:</dt> 471 472 <dd> 473 <ul> 474 <li>Java 1.6 or higher is required.</li> 475 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 476 <li>This version of ADT is designed for use with 477 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.2</a>. 478 If you haven't already installed SDK Tools r22.2 into your SDK, use the 479 Android SDK Manager to do so.</li> 480 </ul> 481 </dd> 482 483 <dt>General Notes:</dt> 484 <dd> 485 <ul> 486 <li>Updated build tools to allow use of RenderScript on older versions of Android 487 using new features in the 488 <a href="{@docRoot}tools/support-library/features.html#v8">Support Library</a>.</li> 489 <li>Reverted signing changes that sometimes trigger a signing verification problem on older 490 platforms.</li> 491 <li>Fixed problem with gradle export function for the Windows platform.</li> 492 </ul> 493 </dd> 494 495</dl> 496</div> 497</div> 498 499 500<div class="toggle-content closed"> 501 <p><a href="#" onclick="return toggleContent(this)"> 502 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 503 alt=""/>ADT 22.0.5</a> <em>(July 2013)</em> 504 </p> 505 506 <div class="toggle-content-toggleme"> 507<dl> 508 <dt>Dependencies:</dt> 509 510 <dd> 511 <ul> 512 <li>Java 1.6 or higher is required.</li> 513 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 514 <li>This version of ADT is designed for use with 515 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.0.5</a>. 516 If you haven't already installed SDK Tools r22.0.5 into your SDK, use the 517 Android SDK Manager to do so.</li> 518 </ul> 519 </dd> 520 521 <dt>General Notes:</dt> 522 <dd> 523 <ul> 524 <li>Fixed RenderScript compilation issue for Windows platforms.</li> 525 <li>Updated <a href="{@docRoot}tools/help/systrace.html">Systrace</a> report generation 526 in the Monitor and DDMS perspectives.</li> 527 </ul> 528 </dd> 529 530</dl> 531</div> 532</div> 533 534 535<div class="toggle-content closed"> 536 <p><a href="#" onclick="return toggleContent(this)"> 537 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 538 alt=""/>ADT 22.0.4</a> <em>(July 2013)</em> 539 </p> 540 541 <div class="toggle-content-toggleme"> 542<dl> 543 <dt>Dependencies:</dt> 544 545 <dd> 546 <ul> 547 <li>Java 1.6 or higher is required.</li> 548 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 549 <li>This version of ADT is designed for use with 550 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.0.4</a>. 551 If you haven't already installed SDK Tools r22.0.4 into your SDK, use the 552 Android SDK Manager to do so.</li> 553 </ul> 554 </dd> 555 556 <dt>General Notes:</dt> 557 <dd> 558 <ul> 559 <li>Fixed problem with compiling RenderScript code.</li> 560 <li>Improved Gradle export with better workflow and error reporting.</li> 561 <li>Improved Gradle multi-module export feature.</li> 562 <li>Updated build logic to force exporting of the classpath containers unless you are using 563 the Maven plugin.</li> 564 </ul> 565 </dd> 566 567</dl> 568</div> 569</div> 570 571 572<div class="toggle-content closed"> 573 <p><a href="#" onclick="return toggleContent(this)"> 574 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 575 alt=""/>ADT 22.0.1</a> <em>(May 2013)</em> 576 </p> 577 578 <div class="toggle-content-toggleme"> 579<dl> 580 <dt>Dependencies:</dt> 581 582 <dd> 583 <ul> 584 <li>Java 1.6 or higher is required.</li> 585 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 586 <li>This version of ADT is designed for use with 587 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22.0.1</a>. 588 If you haven't already installed SDK Tools r22.0.1 into your SDK, use the 589 Android SDK Manager to do so.</li> 590 </ul> 591 </dd> 592 593 <dt>General Notes:</dt> 594 <dd> 595 <ul> 596 <li>Fixed issue with Lint ServiceCast check and fully qualified class names. 597 (<a href="http://code.google.com/p/android/issues/detail?id=55403">Issue 55403</a>)</li> 598 <li>Fixed crash issue with Lint ArraySizeDetector check. 599 (<a href="http://code.google.com/p/android/issues/detail?id=54887">Issue 54887</a>)</li> 600 <li>Fixed problem with the Gradle export feature.</li> 601 <li>Fixed version check issue for the ADT Plugin.</li> 602 </ul> 603 </dd> 604 605</dl> 606</div> 607</div> 608 609<div class="toggle-content closed"> 610 <p><a href="#" onclick="return toggleContent(this)"> 611 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 612 alt=""/>ADT 22.0.0</a> <em>(May 2013)</em> 613 </p> 614 615 <div class="toggle-content-toggleme"> 616<dl> 617 <dt>Dependencies:</dt> 618 619 <dd> 620 <ul> 621 <li>Java 1.6 or higher is required.</li> 622 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 623 <li>This version of ADT is designed for use with 624 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r22</a>. 625 If you haven't already installed SDK Tools r22 into your SDK, use the 626 Android SDK Manager to do so.</li> 627 </ul> 628 </dd> 629 630 <dt>General Notes:</dt> 631 <dd> 632 <ul> 633 <li>Updated tools to allow libraries to share the same package name as the applications 634 that use them.</li> 635 <li>Added new Lint checks, including checks for layout consistency, 636 {@link android.widget.RelativeLayout} siblings, {@link android.os.Parcel} creator, 637 JavaScript interfaces, {@link android.app.Service} casting, quantity strings, manifest 638 typos, orientation tags in layouts, overlapping names for 9-patches and images, and class 639 existence checks.</li> 640 <li>Updated build tools to sign applications using the BouncyCastle library instead of 641 relying on Sun JVM specific APIs.</li> 642 <li>Added an experimental Gradle build export feature for moving projects into the 643 <a href="{@docRoot}sdk/installing/studio.html">Android Studio</a> environment or for 644 setting up command-line builds with Gradle. 645 (<a href="http://tools.android.com/tech-docs/new-build-system">more info</a>)</li> 646 </ul> 647 </dd> 648 649</dl> 650</div> 651</div> 652 653<div class="toggle-content closed"> 654 <p><a href="#" onclick="return toggleContent(this)"> 655 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 656 alt=""/>ADT 21.1.0</a> <em>(February 2013)</em> 657 </p> 658 659 <div class="toggle-content-toggleme"> 660<dl> 661 <dt>Dependencies:</dt> 662 663 <dd> 664 <ul> 665 <li>Java 1.6 or higher is required.</li> 666 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 667 <li>This version of ADT is designed for use with 668 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r21.1</a>. 669 If you haven't already installed SDK Tools r21.1 into your SDK, use the 670 Android SDK Manager to do so.</li> 671 </ul> 672 </dd> 673 674 <dt>General Notes:</dt> 675 <dd> 676 <ul> 677 <li>Added new <a href="{@docRoot}tools/projects/templates.html">code templates</a> for 678 notifications, blank fragments and list fragments.</li> 679 <li>Added support for resource rename refactoring. Renaming a resource XML file, drawable 680 icon, an {@code R.} field name or ID in the layout editor invokes a refactoring routine 681 to update all resource references.</li> 682 <li>Added more than 15 new Lint checks, including checks for overriding older APIs, XML 683 resource problems, graphic asset issues and manifest tags. 684 <li>Updated XML Editor to respond to refactoring shortcut keys such as <strong>Refactor 685 > Rename</strong>.</li> 686 <li>Updated XML Editor to improve double click handling.</li> 687 <li>Added code completion improvements for custom views, theme references and class 688 references. For example, code completion in a {@code <fragment android:name="" >} tag 689 now suggests completion with a list of fragment classes. Similarly, code completion in the 690 manifest now offers implementations suitable for the given tag.</li> 691 <li>Updated the <strong>Project Import</strong> dialog so that it shows a table for all 692 imported projects where you can edit the name of the imported project.</li> 693 <li>Added support for layout aliases in the Layout Editor.</li> 694 </ul> 695 </dd> 696 697 <dt>Bug fixes:</dt> 698 <dd> 699 <ul> 700 <li>Fixed issued with refactoring support for renaming and moving classes and packages. 701 </li> 702 </ul> 703 </dd> 704 705</dl> 706</div> 707</div> 708 709 710 711<div class="toggle-content closed"> 712 <p><a href="#" onclick="return toggleContent(this)"> 713 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 714 alt=""/>ADT 21.0.1</a> <em>(December 2012)</em> 715 </p> 716 717 <div class="toggle-content-toggleme"> 718<dl> 719 <dt>Dependencies:</dt> 720 721 <dd> 722 <ul> 723 <li>Java 1.6 or higher is required.</li> 724 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 725 <li>This version of ADT is designed for use with 726 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r21.0.1</a>. 727 If you haven't already installed SDK Tools r21.0.1 into your SDK, use the 728 Android SDK Manager to do so.</li> 729 </ul> 730 </dd> 731 732 <dt>General Notes:</dt> 733 <dd> 734 <ul> 735 <li>Build 736 <ul> 737 <li>Updated build to detect and handle package name conflicts between an application and 738 the libraries it depends on. Libraries cannot share package names unless all of them 739 share the same package name. 740 (<a href="http://code.google.com/p/android/issues/detail?id=40152">Issue 40152</a>, 741 <a href="http://code.google.com/p/android/issues/detail?id=40273">Issue 40273</a>) 742 </li> 743 <li>Added a flag to disable dex merging to deal with cases where merging could generate 744 a broken dex file. If this happens to your project, add the following setting to your 745 {@code project.properties} file: {@code dex.disable.merger=true} This setting 746 causes the build system to revert to the older, slower dex processing that does not 747 pre-dex libraries.</li> 748 </ul> 749 </li> 750 </ul> 751 </dd> 752 753 <dt>Bug fixes:</dt> 754 <dd> 755 <ul> 756 <li>Lint 757 <ul> 758 <li>Corrected check for {@code 0px} values in style XML elements. 759 (<a href="http://code.google.com/p/android/issues/detail?id=39601">Issue 39601</a>) 760 </li> 761 <li>Fixed incorrect flagging of formatting strings. 762 (<a href="http://code.google.com/p/android/issues/detail?id=39758">Issue 39758</a>) 763 </li> 764 <li>Fixed problem where {@code tools:ignore} directive in the manifest file was ignored 765 by the Lint tool. 766 (<a href="http://code.google.com/p/android/issues/detail?id=40136">Issue 40136</a>) 767 </li> 768 <li>Fixed problem with flagging a wakelock release inside a conditional. 769 (<a href="http://code.google.com/p/android/issues/detail?id=40424">Issue 40424</a>) 770 </li> 771 <li>Fixed incorrect reporting of missing {@code layout_width} and {@code layout_height} 772 XML fields. 773 (<a href="http://code.google.com/p/android/issues/detail?id=38958">Issue 38958</a>) 774 </li> 775 <li>Fixed handling of custom namespace attributes.</li> 776 <li>Added fixes for filtering out library project warnings.</li> 777 <li>Removed warnings about missing classes before a build.</li> 778 </ul> 779 </li> 780 781 <li>Android Virtual Device Manager 782 <ul> 783 <li>Fixed handling of {@code devices.xml} file in other locales. 784 (<a href="http://code.google.com/p/android/issues/detail?id=39704">Issue 39704</a>) 785 </li> 786 <li>Fixed problem where the AVD Manager would not allow you to create a new AVD using 787 the <strong>4.0" WVGA</strong> or <strong> 4.65" 720p</strong> device definitions. 788 (<a href="http://code.google.com/p/android/issues/detail?id=39939">Issue 39939</a>) 789 </li> 790 <li>Fixed problem where deleted device definitions were not removed.</li> 791 <li>Fixed incorrect screen resolution setting for the Nexus One device definition.</li> 792 <li>Fixed problem where writing of an AVD settings file does not properly escape 793 {@code \\} path characters.</li> 794 </ul> 795 </li> 796 797 <li>Layout Editor 798 <ul> 799 <li>Fixed problem where layout cannot render strings starting with {@code \@}. 800 (<a href="http://code.google.com/p/android/issues/detail?id=40222">Issue 40222</a>) 801 </li> 802 <li>Fixed preview error when using the {@code android:numColumns} attribute in a layout. 803 (<a href="http://code.google.com/p/android/issues/detail?id=21296">Issue 21296</a>) 804 </li> 805 <li>Fixed compatibility issue with IntelliJ layout preview caused by layout editor 806 deleting the {@code .android/devices.xml} file.</li> 807 <li>Added fixes to editor for {@link android.widget.GridLayout}.</li> 808 </ul> 809 </li> 810 811 <li>Added support for {@code ldrtl} and {@code ldltr} resource qualifiers.</li> 812 <li>Fixed problem where Android XML resources mistakenly get compiled into {@code *.out.xml} 813 output files, causing project errors. 814 (<a href="http://code.google.com/p/android/issues/detail?id=3767">Issue 3767</a>)</li> 815 <li>Fixed error which caused resource refresh operations to fail. 816 (<a href="http://code.google.com/p/android/issues/detail?id=39213">Issue 39213</a>)</li> 817 <li>Updated the Custom View code template handle to library projects properly.</li> 818 <li>Fixed support for library string resources ({@code strings.xml}) when exporting an 819 application that references a library with string resources. 820 (<a href="http://code.google.com/p/android/issues/detail?id=39751">Issue 39751</a>)</li> 821 <li>Fixed problem where bad AVD setting files caused Device Manager and graphical XML editors 822 to crash. 823 (<a href="http://code.google.com/p/android/issues/detail?id=40400">Issue 40400</a>)</li> 824 </ul> 825 </dd> 826 827</dl> 828</div> 829</div> 830 831<div class="toggle-content closed"> 832 <p><a href="#" onclick="return toggleContent(this)"> 833 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 834 alt=""/>ADT 21.0.0</a> <em>(November 2012)</em> 835 </p> 836 837 <div class="toggle-content-toggleme"> 838<dl> 839 <dt>Dependencies:</dt> 840 841 <dd> 842 <ul> 843 <li>Java 1.6 or higher is required.</li> 844 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 845 <li>This version of ADT is designed for use with 846 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r21</a>. 847 If you haven't already installed SDK Tools r21.0.0 into your SDK, use the 848 Android SDK Manager to do so.</li> 849 </ul> 850 </dd> 851 852 <dt>General improvements:</dt> 853 <dd> 854 <ul> 855 <li>Layout Editor 856 <ul> 857 <li>Added multi-configuration editing feature that was previewed at Google I/O 858 developer tools talk in June. For an overview, see the 859 <a href="https://www.youtube.com/watch?v=Erd2k6EKxCQ">session recording</a> 860 (starting at: 20:30).</li> 861 <li>Modified the layout logic so that setting a {@link android.app.Fragment} layout or 862 a {@link android.widget.ListView} preview layout is now applied not 863 only to the current layout but to all other configurations of the same layout.</li> 864 <li>Updated the editor to include resources from library projects in the resource chooser, 865 XML code completion, Go To Declaration and other editing contexts.</li> 866 <li>Updated the editor so that it no longer forces all variations of a single 867 layout into a single editor. You can, for example, open both the landscape and portrait 868 versions of a layout as separate editors and quickly switch between them, or even 869 re-dock your editors to edit them simultaneously. If you prefer the previous behavior, 870 set the new option in <strong>Preferences > Android > Editors</strong> to use the 871 old behavior.</li> 872 <li>Improved the handling of {@link android.widget.RelativeLayout} in the layout editor, 873 so that dragging widgets around and deleting them should now result in the layout 874 working more intuitively. In particular, deleting a widget causes the constraints 875 flowing through the deleted widgets to be intelligently adjusted, and when moving 876 widgets the constraints are preserved whenever possible.</li> 877 <li>Added the ability to specify a default action in Layout Editor views, which you can 878 invoke with the <em>F2</em> key. For example, after dropping a button or text view, 879 you can press <em>F2</em> to edit its text.</li> 880 <li>Added renaming of an ID (changing the {@code android:id} attribute) by invoking the 881 <strong>Rename</strong> shortcut.</li> 882 <li>Adding a new locale is now easier with the new <strong>Add Locale...</strong> action 883 in the locale menu. In addition to creating the new values folder, it lets you edit an 884 initial set of translations for the new locale.</li> 885 <li>Updated the editor so that when a custom view (or incorrectly configured view) 886 throws an exception during initialization or painting, part of the relevant stack trace 887 is shown inline in the layout editor, and you can click on the stack frames to jump to 888 the relevant location</li> 889 <li>Improved the editor error display to show the relevant part of a stack trace 890 when a custom view throws exceptions during rendering or construction, and provides 891 hyperlinks to the stack frames.</li> 892 <li>Improved the stack trace display for exceptions for custom views that are generated 893 during rendering.</li> 894 <li>Updated the configuration chooser so that it shows full language and region names (not 895 just 2-letter codes) in menus, in the configuration dialog and other editing contexts. 896 </li> 897 <li>Improved the device menu in the configuration chooser.</li> 898 </ul> 899 </li> 900 <li>Lint 901 <ul> 902 <li>Added over 25 new lint rules for resources, locale settings, layout 903 files, incorrect use of {@link android.util.SparseArray} and 904 {@link android.os.PowerManager.WakeLock} and manifest issues.</li> 905 <li>Improved the XML export function to support the 906 <a href="https://wiki.jenkins-ci.org/display/JENKINS/Android+Lint+Plugin">Jenkins Lint 907 plugin</a>. 908 </li> 909 </ul> 910 </li> 911 <li>Editors 912 <ul> 913 <li>Modified the plugin to remember which editor mode (text or graphical) you were last 914 using for each type of editor (layout, manifest or values) and uses that mode for newly 915 opened files. This means that if you prefer to work with just XML, the editors start 916 showing you XML text editors after you have switched to them for each type of editor.</li> 917 <li>Updated XML code completion so that it completes (and shows documentation for) theme 918 references, such as {@code ?android:attr/dividerHeight}.</li> 919 </ul> 920 </li> 921 <li>Android Virtual Devices (AVD) 922 <ul> 923 <li>Added new <strong>Device Definitions</strong> tab in the AVD Manager for configuring 924 standard size and Nexus virtual devices.</li> 925 <li>Improved emulators so that they launch with a skin that is dynamically generated and 926 reflects the actual hardware configured in the AVD Manager.</li> 927 </ul> 928 </li> 929 <li>Improved the new template mechanism, cleaned up the existing templates and added 930 several new templates</li> 931 <li>Added ability to export images and frames in the Tracer for OpenGL ES tool.</li> 932 <li>Integrated the Systrace tool into the DDMS perspective.</li> 933 <li>Improved the JUnit test runner to allow a test to be run on all connected devices 934 simultaneously.</li> 935 </ul> 936 </dd> 937 938 <dt>Bug fixes:</dt> 939 <dd> 940 <ul> 941 <li>Fixed the editors so that attributes and resources specified by XML files in the 942 {@code /values} directory are validated when files are saved.</li> 943 <li>Added a workaround for a bug in Eclipse on Mac OS X 10.8 where the Property Sheet was not 944 working properly.</li> 945 </ul> 946 </dd> 947 948</dl> 949 950</div> 951</div> 952 953<div class="toggle-content closed"> 954 <p><a href="#" onclick="return toggleContent(this)"> 955 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 956 alt=""/>ADT 20.0.3</a> <em>(August 2012)</em> 957 </p> 958 959 <div class="toggle-content-toggleme"> 960<dl> 961 <dt>Dependencies:</dt> 962 963 <dd> 964 <ul> 965 <li>Java 1.6 or higher is required.</li> 966 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 967 <li>This version of ADT is designed for use with 968 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r20.0.3</a>. 969 If you haven't already installed SDK Tools r20.0.3 into your SDK, use the 970 Android SDK Manager to do so.</li> 971 </ul> 972 </dd> 973 974 <dt>Bug fixes:</dt> 975 <dd> 976 <ul> 977 <li>Fixed issue with keyboard shortcuts for editors in Eclipse Juno (Version 4.x).</li> 978 <li>Fixed problem with cached download lists in SDK Manager.</li> 979 </ul> 980 </dd> 981 982</dl> 983 984</div> 985</div> 986 987 988<div class="toggle-content closed"> 989 <p><a href="#" onclick="return toggleContent(this)"> 990 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 991 alt=""/>ADT 20.0.2</a> <em>(July 2012)</em> 992 </p> 993 994 <div class="toggle-content-toggleme"> 995<dl> 996 <dt>Dependencies:</dt> 997 998 <dd> 999 <ul> 1000 <li>Java 1.6 or higher is required.</li> 1001 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 1002 <li>This version of ADT is designed for use with 1003 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r20.0.1</a>. 1004 If you haven't already installed SDK Tools r20.0.1 into your SDK, use the 1005 Android SDK Manager to do so.</li> 1006 </ul> 1007 </dd> 1008 1009 <dt>Bug fixes:</dt> 1010 <dd> 1011 <ul> 1012 <li>Fixed keybindings in various XML editors for Eclipse 4.x.</li> 1013 <li>Fixed a bug that occurs when you try to create layout configurations that already 1014 exist.</li> 1015 </ul> 1016 </dd> 1017 1018</dl> 1019 1020</div> 1021</div> 1022 1023 1024<div class="toggle-content closed"> 1025 <p><a href="#" onclick="return toggleContent(this)"> 1026 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1027 alt=""/>ADT 20.0.1</a> <em>(July 2012)</em> 1028 </p> 1029 1030 <div class="toggle-content-toggleme"> 1031<dl> 1032 <dt>Dependencies:</dt> 1033 1034 <dd> 1035 <ul> 1036 <li>Java 1.6 or higher is required.</li> 1037 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 1038 <li>This version of ADT is designed for use with 1039 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r20.0.1</a>. 1040 If you haven't already installed SDK Tools r20.0.1 into your SDK, use the 1041 Android SDK Manager to do so.</li> 1042 </ul> 1043 </dd> 1044 1045 <dt>Bug fixes:</dt> 1046 <dd> 1047 <ul> 1048 <li>Fixed issue in the New Project Wizard related to installation of the Support Library.</li> 1049 <li>Fixed several issues with New Project Wizard related to templates.</li> 1050 <li>Fixed issue with the text-based launcher icon in New Project Wizard.</li> 1051 <li>Fixed issue with sticky error markers in Java files.</li> 1052 <li>Fixed problem with manifest merger when exporting release {@code .apk} files.</li> 1053 <li>Fixed NDK support to automatically find include path on Windows.</li> 1054 <li>Fixed editor startup exception for new configurations where editor would come up blank.</li> 1055 <li>Added support for {@code xxhdpi} density, which was included in API Level 16.</li> 1056 <li>Fixed a bug in the {@code lint} check for unprotected broadcast receivers to ignore 1057unprotected receivers for default Android actions.</li> 1058 </ul> 1059 </dd> 1060 1061</dl> 1062 1063</div> 1064</div> 1065 1066<div class="toggle-content closed"> 1067 <p><a href="#" onclick="return toggleContent(this)"> 1068 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1069 alt=""/>ADT 20.0.0</a> <em>(June 2012)</em> 1070 </p> 1071 1072 <div class="toggle-content-toggleme"> 1073<dl> 1074 <dt>Dependencies:</dt> 1075 1076 <dd> 1077 <ul> 1078 <li>Java 1.6 or higher is required.</li> 1079 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 1080 <li>This version of ADT is designed for use with 1081 <a href="{@docRoot}sdk/tools-notes.html">SDK Tools r20</a>. 1082 If you haven't already installed SDK Tools r20 into your SDK, use the Android SDK 1083 Manager to do so.</li> 1084 </ul> 1085 </dd> 1086 1087 <dt>General improvements:</dt> 1088 <dd> 1089 <ul> 1090 <li>Application Templates 1091 <ul> 1092 <li>Added Android application templates to allow developers to create specific types of 1093applications faster, using Android-recommended best practices.</li> 1094 </ul> 1095 </li> 1096 <li>Performance 1097 <ul> 1098 <li>Improved overall ADT performance and fixed memory issues. Loading SDK data 1099should be up to 30% faster.</li> 1100 </ul> 1101 </li> 1102 <li>Tracer for GLES 1103 <ul> 1104 <li>Added new perspective view and tools for tracing OpenGL calls for an application and 1105track the visual results of each call. (<a href="{@docRoot}tools/help/gltracer.html">more info</a>)</li> 1106 </ul> 1107 </li> 1108 <li>Lint 1109 <ul> 1110 <li>Added new Lint rules for manifest registrations, duplicate activity 1111registrations, security checking, correct use of Toast, missing SharedPreferences commit() 1112calls, Fragment class instantiation, and handler leaks.</li> 1113 <li>Created tighter integration of lint with the layout editor. (<a 1114href="http://tools.android.com/recent/lintfeedback">more info</a>)</li> 1115 <li>Added execution of Lint tool on save option for Java files. (<a 1116href="http://tools.android.com/recent/lintonsave">more info</a>)</li> 1117 </ul> 1118 </li> 1119 <li>Layout Editor (<a href="http://tools.android.com/recent/newlayouteditorpropertysheet">more 1120info</a>) 1121 <ul> 1122 <li>Added highlighting (in bold) for important attributes, inline preview of colors and 1123images, including the corresponding resource name.</li> 1124 <li>Added display of default values, when available.</li> 1125 <li>Added completion of resource values and enum and flag constants.</li> 1126 <li>Added support for displaying advanced properties, and nested properties for better 1127categorization, for example, layout params are listed first as a single nested property.</li> 1128 <li>Display Tooltips over the attribute names, not values, so they never obscure the value 1129column.</li> 1130 <li>Provided checkbox support for boolean values.</li> 1131 <li>Added support for switching between alphabetical and natural sort orders.</li> 1132 <li>Improved layout editor tool's window management for more usable editing views.</li> 1133 <li>Improved the layout editor's configuration chooser header user interface.</li> 1134 </ul> 1135 </li> 1136 <li>XML Editing 1137 <ul> 1138 <li>Added go to declaration support for theme references (?android:attr, ?attr:).</li> 1139 <li>Improved code completion in style definitions.</li> 1140 <li>Improved code completion for the {@code minSdkVersion} and {@code targetSdkVersion} 1141attributes in manifest files so that version descriptions are displayed for each of the API 1142levels</li> 1143 <li>Provided support for code completion of custom attributes for custom views, 1144including current edits to the style files.</li> 1145 <li>Improved synchronization of text and graphic editors with the XML outline view, 1146including outline changes and display of current selection.</li> 1147 </ul> 1148 </li> 1149 <li>Build System 1150 <ul> 1151 <li>Added automatic merging of library project manifest files into the including 1152project's manifest. Enable this feature with the {@code manifestmerger.enabled} property.</li> 1153 <li>Added automatic ProGuard support for the {@code aapt -G} flag. This change causes 1154the build system to generate a temporary ProGuard keep-rules file containing classes that 1155are referenced from XML files (such as custom views) and pass this to ProGuard at shrink-time. This 1156can make the resulting APK much smaller when using just a small portion of a large library project 1157(such as the Android Support library), since the catch-all rules to keep all custom views from the 1158default ProGuard configuration file have also been removed.</li> 1159 </ul> 1160 </li> 1161 <li>Added support building and debugging NDK-based Android projects.</li> 1162 </li> 1163 <li>Added support to the Asset Studio Wizard for padding and turning off background 1164shapes.</li> 1165 <li>Improved LogCat to allow developers to set colors for different priorities.</li> 1166 <li>Improved app Run functionality to allow running on multiple devices with a single launch. 1167The target tab in the launch configuration dialog includes an option to allow launching on all 1168connected devices, with the option to further narrow the list to just physical devices or just 1169emulators. (This feature is available only for Run configurations, and not for Debug or JUnit 1170tests.)</li> 1171 <ul> 1172 </dd> 1173 1174 <dt>Bug fixes:</dt> 1175 <dd> 1176 <ul> 1177 <li>Fixed a number of issues where Lint incorrectly reported code errors or failed to 1178flag code issues.</li> 1179 <li>Fixed several bugs in the layout editor.</li> 1180 <li>Fixed compatibility issues with Eclipse 4.x (Juno), including cut/copy/paste 1181functions.</li> 1182 </ul> 1183 </dd> 1184 1185</dl> 1186 1187</div> 1188</div> 1189 1190<div class="toggle-content closed"> 1191 <p><a href="#" onclick="return toggleContent(this)"> 1192 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1193 alt=""/>ADT 18.0.0</a> <em>(April 2012)</em> 1194 </p> 1195 1196 <div class="toggle-content-toggleme"> 1197<dl> 1198 <dt>Dependencies:</dt> 1199 1200 <dd> 1201 <ul> 1202 <li>Java 1.6 or higher is required.</li> 1203 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 1204 <li>This version of ADT is designed for use with 1205 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r18</a>. 1206 If you haven't already installed SDK Tools r18 into your SDK, use the Android SDK 1207 Manager to do so.</li> 1208 </ul> 1209 </dd> 1210 1211 <dt>Bug fixes:</dt> 1212 <dd> 1213 <ul> 1214 <li>Fixed problem where exporting release package does not recompile libraries in release 1215 mode. 1216 (<a href="http://code.google.com/p/android/issues/detail?id=27940">Issue 27940</a>)</li> 1217 </ul> 1218 </dd> 1219 1220</dl> 1221 1222</div> 1223</div> 1224 1225 1226<div class="toggle-content closed"> 1227 <p><a href="#" onclick="return toggleContent(this)"> 1228 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1229 alt=""/>ADT 17.0.0</a> <em>(March 2012)</em> 1230 </p> 1231 1232 <div class="toggle-content-toggleme"> 1233<dl> 1234 <dt>Dependencies:</dt> 1235 1236 <dd> 1237 <ul> 1238 <li>Java 1.6 or higher is required.</li> 1239 <li>Eclipse Helios (Version 3.6.2) or higher is required.</li> 1240 <li>This version of ADT is designed for use with 1241 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r17</a>. 1242 If you haven't already installed SDK Tools r17 into your SDK, use the Android SDK 1243 Manager to do so.</li> 1244 </ul> 1245 </dd> 1246 1247 <dt>General improvements:</dt> 1248 <dd> 1249 <ul> 1250 <li>New build features 1251 <ul> 1252 <li>Added feature to automatically setup JAR dependencies. Any {@code .jar} files in the 1253 {@code /libs} folder are added to the build configuration (similar to how the Ant build 1254 system works). Also, {@code .jar} files needed by library projects are also automatically 1255 added to projects that depend on those library projects. 1256 (<a href="http://tools.android.com/recent/dealingwithdependenciesinandroidprojects">more 1257 info</a>)</li> 1258 <li>Added a feature that allows you to run some code only in debug mode. Builds now 1259generate a class called {@code BuildConfig} containing a {@code DEBUG} constant that is 1260automatically set according to your build type. You can check the ({@code BuildConfig.DEBUG}) 1261constant in your code to run debug-only functions.</li> 1262 <li>Added support for custom views with custom attributes in libraries. Layouts using 1263custom attributes must use the namespace URI {@code http://schemas.android.com/apk/res-auto} instead 1264of the URI that includes the app package name. This URI is replaced with the app specific one at 1265build time.</li> 1266 </ul> 1267 </li> 1268 <li>Improved Lint features. See the <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r17</a> 1269release notes.</li> 1270 <li>Improved the Lint user interface 1271 <ul> 1272 <li>Added <strong>Run Lint</strong> toolbar action with a dropdown menu for selecting 1273specific (or all) projects, clearing results and other actions.</li> 1274 <li>Updated the results window to be organized as a tree rather than a flat list. Each 1275issue type has a single top level item, which makes it easier to quickly scan through the reported 1276issues and narrow down to the issues you are most interested in.</li> 1277 <li>Added many new toolbar actions to the results window, including expand/collapse, 1278ignore in file, ignore in project, ignore everywhere, show options, and configure columns.</li> 1279 <li>Added new column options for the <strong>Lint Warnings</strong> tab, such as 1280category, priority, project, file and line. The column selection (as well as the column sizes) are 1281persisted. You can also click on columns to sort by those values.</li> 1282 <li>Added Enable All and Disable All buttons to the Lint Options dialog, and a search 1283filter textbox to filter by issue id, summary and severity.</li> 1284 </ul> 1285 </li> 1286 <li>Added Quick Outline for XML editors (Ctrl-O, Command-O). This feature shows the structure 1287of the current file including icons and ids, lets you filter and quickly jump to specific ids.</li> 1288 <li>Updated the resource chooser to shows the resolved value for resources. For example, 1289when selecting {@code @string/hello} the chooser displays a resolved value such as "Hello World"). 1290The resource chooser also now allows you to edit the chosen value directly.</li> 1291 <li>Updated Layout Editor so that it does not assign default ids to layouts, includes and 1292merge tags. This behavior tended to pollute the namespace with a lot of unused resources since 1293layouts are not usually manipulated via code, or referenced from XML. (The RelativeLayout editor 1294automatically assigns ids to views without ids when pointing to them.)</li> 1295 <li>Added ability to export screenshots from the Layout Editor</li> 1296 </ul> 1297 </dd> 1298 1299 <dt>Bug fixes:</dt> 1300 <dd> 1301 <ul> 1302 <li>Fixed problem using Layout Editor with {@link android.widget.SlidingDrawer} which could 1303 not be dragged into the layout on some platforms.</li> 1304 <li>Fixed preview rendering for {@link android.widget.SlidingDrawer} and 1305 {@link android.widget.TabHost}. 1306 (<a href="http://code.google.com/p/android/issues/detail?id=23022">Issue 23022</a>).</li> 1307 <li>Fixed issues that could prevent layout rendering due to unresolvable resources. 1308 (<a href="http://code.google.com/p/android/issues/detail?id=21046">Issue 21046</a>, 1309 <a href="http://code.google.com/p/android/issues/detail?id=21051">Issue 21051</a>)</li> 1310 <li>Fixed a bug in resource chooser which made some types of framework resources impossible to 1311select. (<a href="http://code.google.com/p/android/issues/detail?id=20589">Issue 20589</a>)</li> 1312 <li>Fixed a bug in the formatter where a certain whitespace pattern could result in a 1313 non-space character getting deleted. 1314 (<a href="http://code.google.com/p/android/issues/detail?id=23940">Issue 23940</a>)</li> 1315 <li>Fixed a locale bug affecting Turkish locales in particular. 1316 (<a href="http://code.google.com/p/android/issues/detail?id=23747">Issue 23747</a>)</li> 1317 <li>Fixed an issue where dex complains about duplicate classes in cases where a Library 1318 Project depends on the same jar files or Java-only projects.</li> 1319 <li>Fixed an issue where test projects had to independently reference the library projects 1320 used by an app project. Now referencing only the app project is enough.</li> 1321 </ul> 1322 </dd> 1323 1324</dl> 1325 1326</div> 1327</div> 1328 1329<div class="toggle-content closed"> 1330 <p><a href="#" onclick="return toggleContent(this)"> 1331 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1332 alt=""/>ADT 16.0.1</a> <em>(December 2011)</em> 1333 </p> 1334 1335 <div class="toggle-content-toggleme"> 1336<dl> 1337 <dt>Dependencies:</dt> 1338 1339 <dd> 1340 <ul> 1341 <li>Eclipse Helios (Version 3.6) or higher is required.</li> 1342 <li>This version of ADT is designed for use with 1343 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r16</a>. 1344 If you haven't already installed SDK Tools r16 into your SDK, use the Android SDK 1345 Manager to do so.</li> 1346 </ul> 1347 </dd> 1348 1349 <dt>Bug fixes:</dt> 1350 <dd> 1351 <ul> 1352 <li>Fixed build issue where the 9-patch could be packaged as normal bitmap in some cases.</li> 1353 <li>Fixed minor issues in the <a href="http://tools.android.com/recent/lint">Lint</a> 1354 tool.</li> 1355 <li>Fixed minor issues in the SDK Manager.</li> 1356 </ul> 1357 </dd> 1358</dl> 1359 1360</div> 1361</div> 1362 1363 1364<div class="toggle-content closed"> 1365 <p><a href="#" onclick="return toggleContent(this)"> 1366 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1367 alt=""/>ADT 16.0.0</a> <em>(December 2011)</em> 1368 </p> 1369 1370 <div class="toggle-content-toggleme"> 1371<dl> 1372 <dt>Dependencies:</dt> 1373 1374 <dd> 1375 <ul> 1376 <li>Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.0.</li> 1377 <li>This version of ADT is designed for use with 1378 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r16</a>. 1379 If you haven't already installed SDK Tools r16 into your SDK, use 1380 the Android SDK Manager to do so.</li> 1381 </ul> 1382 </dd> 1383 1384 <dt>General improvements:</dt> 1385 <dd> 1386 <ul> 1387 <li>Added Lint tool to detect common errors in Android projects. (<a 1388href="http://tools.android.com/recent/lint">more info</a>)</li> 1389 </ul> 1390 </dd> 1391</dl> 1392 1393</div> 1394</div> 1395 1396 1397<div class="toggle-content closed"> 1398 <p><a href="#" onclick="return toggleContent(this)"> 1399 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1400 alt=""/>ADT 15.0.1</a> <em>(November 2011)</em> 1401 </p> 1402 1403 <div class="toggle-content-toggleme"> 1404<dl> 1405 <dt>Dependencies:</dt> 1406 1407 <dd>This version of ADT is designed for use with 1408 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r15</a>. 1409 If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to 1410 do so.</dd> 1411 1412 <dt>Bug fixes:</dt> 1413 <dd> 1414 <ul> 1415 <li>Fixed how source files are attached to library project <code>.jar</code> files.</li> 1416 <li>Fixed how the <code>bin/</code> folder for library projects are refreshed. This ensures that parent projects pick up changes in library projects.</li> 1417 <li>Fixed how a parent project's library container is updated when a library project is recompiled. This ensures that parent projects are 1418 recompiled when code in a library project changes.</li> 1419 <li>Fixed how <code>res/</code> folders are checked in library projects. This ensures that all <code>res</code> folders are properly included 1420 even if Eclipse is not aware of them due to refresh issues.</li> 1421 <li>Fixed issue that prevented <code>aapt</code> from running when editing certain XML files.</li> 1422 <li>Fixed minor XML formatting issues.</li> 1423 </ul> 1424 </dd> 1425</dl> 1426 1427</div> 1428</div> 1429 1430 1431 1432<div class="toggle-content closed"> 1433 <p><a href="#" onclick="return toggleContent(this)"> 1434 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1435 alt=""/>ADT 15.0.0</a> <em>(October 2011)</em> 1436 </p> 1437 1438 <div class="toggle-content-toggleme"> 1439<dl> 1440 1441<dt>Dependencies:</dt> 1442 1443<dd>This version of ADT is designed for use with 1444 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r15</a>. 1445 If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to 1446 do so.</dd> 1447 1448<dt>Bug fixes:</dt> 1449<dd> 1450<ul> 1451 <li>Fixed build issue when using RenderScript in projects that target API levels 11-13 1452 (<a href="http://code.google.com/p/android/issues/detail?id=21006">Issue 21006</a>).</li> 1453 <li>Fixed issue when creating projects from existing source code.</li> 1454 <li>Fixed issues in the SDK Manager 1455 (<a href="http://code.google.com/p/android/issues/detail?id=20939">Issue 20939</a>, 1456 <a href="http://code.google.com/p/android/issues/detail?id=20607">Issue 20607</a>).</li> 1457 <li>Fixed a scrolling issue in the new Logcat panel of DDMS.</li> 1458</ul> 1459</dd> 1460</dl> 1461 1462</div> 1463</div> 1464 1465<div class="toggle-content closed"> 1466 <p><a href="#" onclick="return toggleContent(this)"> 1467 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1468 alt=""/>ADT 14.0.0</a> <em>(October 2011)</em> 1469 </p> 1470 1471 <div class="toggle-content-toggleme"> 1472<dl> 1473 1474<dt>Dependencies:</dt> 1475 1476<dd>This version of ADT is designed for use with 1477 <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r14</a>. 1478 If you haven't already installed SDK Tools r14 into your SDK, use the Android SDK Manager to 1479 do so.</dd> 1480 1481<dt>Build system:</dt> 1482<dd> 1483 <ul> 1484 <li>Changed <code>default.properties</code> to <code>project.properties</code> and 1485 <code>build.properties</code> to <code>ant.properties</code>. ADT automatically 1486 renames these files, if necessary, when you open a project in Eclipse.</li> 1487 <li>Changed how library projects are built in Eclipse.</a></li> 1488 <li>Changed output of <code>javac</code> from <code>bin/</code> to <code>bin/classes</code> 1489 in Eclipse.</li> 1490 <li>Improved incremental builds so that resource compilation runs less frequently. Builds no 1491 longer run when you edit strings or layouts (unless you add a new <code>id</code>) and no longer 1492 run once for each library project.</li> 1493 <li>Introduced a "PNG crunch cache" that only runs on modified PNG files, instead of 1494 crunching all existing PNG files, all the time.</li> 1495 <li>Modified resource compilation so it no longer happens for normal save operations. It only 1496 happens when running or debugging (the build option that lets you disable the packaging 1497 step, which was introduced in ADT 12, is now on by default.)</li> 1498 </ul> 1499<p>For a complete overview of the build system changes and what you need to do to support them, 1500see the <a href="http://tools.android.com/recent/buildchangesinrevision14">Android Tools Project 1501site</a>.</p> 1502</dd> 1503 1504<dt>General improvements:</dt> 1505<dd> 1506 <ul> 1507 1508 1509<li>Added a Welcome Wizard to help with the initial setup of the Android 1510development environment (<a href="http://tools.android.com/recent/welcomewizard">more 1511info</a>).</li> 1512<li>Integrated the Android Asset Studio, which helps you create icons for things 1513like the launcher, menus, and tabs. (<a 1514href="http://tools.android.com/recent/assetstudiointegration">more 1515info</a>).</li> 1516<li>Revamped the Logcat view and added support to display and filter logs by 1517 application names as well as PIDs (<a 1518 href="http://tools.android.com/recent/updatedlogcatviewer">more info</a>).</li> 1519<li>Revamped the SDK Manager UI (<a href="http://tools.android.com/recent/newsdkmanager">more 1520info</a>).</li> 1521<li>Revamped the New Project and the New XML File wizards to have 1522multiple pages. Sample projects are now copied into the workspace such that they can be modified 1523and deleted without affecting the master copy 1524(<a href="http://tools.android.com/recent/revampedwizards">more info</a>).</li> 1525<li>Removed the dependency on Eclipse GEF.</li> 1526</ul> 1527</dd> 1528 1529<dt>XML and Java editors:</dt> 1530<dd> 1531 <ul> 1532 <li>Added a new XML formatter that formats all XML files according to the 1533 standard Android coding style. The formatter can also reorder 1534 attributes to follow a recommended order and processes any changes made in the Layout editor. 1535(<a href="http://tools.android.com/recent/xmlformatter">more info</a>).</li> 1536 <li>Added the "Go to Matching" (Ctrl-Shift-P) feature, which lets you jump 1537between opening and closing tags in XML files.</li> 1538 <li>Added support for the "Select Enclosing Element" feature on Mac.</li> 1539 <li>Added a Quickfix for extracting Strings when the caret is inside a String (<a href="">see 1540more</a>).</li> 1541 <li>Improved "smart indent", which allows automatic indentation and un-indentation 1542 when pressing the Return key in XML editors (<a 1543href="http://tools.android.com/recent/xmleditingimprovements">more info</a>).</li> 1544 1545 </ul> 1546</dd> 1547 1548<dt>Layout editor:</dt> 1549<dd> 1550 <ul> 1551 <li>Added tooltip feedback for dragging and resizing operations. For 1552 example, when dragging in a relative layout, the proposed 1553 constraints are shown. When resizing, the new dimensions are 1554 shown (<a href="http://tools.android.com/recent/layouteditorfeedbacktooltips">more 1555info</a>).</li> 1556 <li>Added the ability to suppress rendering fidelity warnings (<a 1557href="http://tools.android.com/recent/suppressrenderwarnings">more info</a>).</li> 1558 <li>Added "Remove Container" visual refactoring that removes the 1559 children of a container up to the top level and transfers 1560 namespace and layout attributes if necessary (<a 1561href="http://tools.android.com/recent/removecontainervisualrefactoring">more info</a>).</li> 1562 <li>Added pull-right menus to the context menu for accessing 1563 properties of the parents, which is useful when the children fully 1564 cover the parent and make it hard to select on their own.</li> 1565 <li>Improved access to properties in the context menu. The most 1566 frequently set attributes for each view are listed at the top of 1567 the menu. The Properties menu offers access to the most 1568 recently set attributes, attributes organized by their defining 1569 view, and layout attributes only or all attributes alphabetically (<a 1570href="http://tools.android.com/recent/layouteditorcontextmenuimprovements">more info</a>).</li> 1571 </ul> 1572</dd> 1573 1574<dt>Bug fixes:</dt> 1575<dd>Fixed many bugs and added <a 1576href="http://tools.android.com/recent/miscellaneousrecentfixes">minor improvements</a>, in 1577particular some <a href="http://tools.android.com/recent/linuxfixes">critical bug fixes on 1578Linux</a>.</dd> 1579 1580</div> 1581</div> 1582 1583 1584 1585<div class="toggle-content closed"> 1586 <p><a href="#" onclick="return toggleContent(this)"> 1587 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1588 alt=""/>ADT 12.0.0</a> <em>(July 2011)</em> 1589 </p> 1590 1591 <div class="toggle-content-toggleme"> 1592<dl> 1593 1594<dt>Dependencies:</dt> 1595 1596<dd>This version of ADT is designed for use with 1597<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a>. If you haven't 1598already installed SDK Tools r12 into your SDK, use 1599the Android SDK Manager to do so.</dd> 1600 1601<dt>Visual Layout Editor:</dt> 1602<dd> 1603<ul> 1604 <li>New RelativeLayout drop support with guideline suggestions for 1605 attachments and cycle prevention 1606 (<a href="http://tools.android.com/recent/revampedrelativelayoutsupport">more info</a>).</li> 1607 <li>Resize support in most layouts along with 1608 guideline snapping to the sizes dictated by <code>wrap_content</code> and <code>match_parent</code>. 1609 In LinearLayout, sizes are mapped to weights instead of pixel widths. 1610 (<a href="http://tools.android.com/recent/resizesupport">more info</a>).</li> 1611 <li>Previews of drawables and colors in the resource chooser dialogs 1612 (<a href="http://tools.android.com/recent/imageandcolorpreviews">more info</a>).</li> 1613 <li>Improved error messages and links for rendering errors including 1614 detection of misspelled class names 1615 (<a href="http://tools.android.com/recent/improvedrenderingerrordiagnostics">more info</a>).</li> 1616</ul> 1617</dd> 1618 1619<dt>Build system:</dt> 1620<dd> 1621<ul> 1622 <li id="build-option">A new option lets you disable the packaging step in the automatic 1623 builders. This improves performance when saving files by not 1624 performing a full build, which can take a long time for large projects. 1625 If the option is enabled, the APK is packaged when the 1626 application is deployed to a device or emulator or when the 1627 release APK is exported (<a href="http://tools.android.com/recent/finercontroloveradtbuildprocess">more info</a>).</li> 1628</ul> 1629</dd> 1630 1631<dt>Bug fixes:</dt> 1632<dd>Many bug fixes are part of this release 1633(<a href="http://tools.android.com/recent/adt12bugfixroundup">more info</a>).</dd> 1634 1635</div> 1636</div> 1637 1638 1639<div class="toggle-content closed"> 1640 <p><a href="#" onclick="return toggleContent(this)"> 1641 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1642 alt=""/>ADT 11.0.0</a> <em>(June 2011)</em> 1643 </p> 1644 1645 <div class="toggle-content-toggleme"> 1646<dl> 1647 1648<dt>Dependencies:</dt> 1649 1650<dd>This version of ADT is designed for use with SDK Tools r11. If you haven't 1651already installed SDK Tools r11 into your SDK, use the Android SDK Manager to do 1652so.</dd> 1653 1654<dt>Visual Refactoring:</dt> 1655<dd> 1656 <ul> 1657 <li>"Extract Style" feature pulls out style-related attributes from your layout and extracts 1658them as a new style defined in {@code styles.xml} (<a 1659href="http://tools.android.com/recent/extractstylerefactoring">more info</a>).</li> 1660 <li>"Wrap in Container" feature lets you select a group of views then surround them 1661 in a new layout (a new view group, such as a LinearLayout), and transfers namespace and layout 1662 parameters to the new parent (<a 1663href="http://tools.android.com/recent/newrefactoringswrapinchangelayoutchangewidget">more 1664info</a>).</li> 1665 <li>"Change Layout" feature changes layouts from one type 1666 to another, and can also flatten a layout hierarchy (<a 1667href="http://tools.android.com/recent/newrefactoringswrapinchangelayoutchangewidget">more 1668info</a>).</li> 1669 <li>"Change Widget Type" feature changes the type of the 1670 selected views to a new type. Also, a new selection context menu 1671 in the visual layout editor makes it easy to select siblings as 1672 well as views anywhere in the layout that have the same type (<a 1673href="http://tools.android.com/recent/newrefactoringswrapinchangelayoutchangewidget">more 1674info</a>).</li> 1675 <li>"Extract as Include" feature finds identical collections of views 1676 in other layouts and offers to combine them into a single layout that you can then include in 1677 each layout (<a 1678href="http://tools.android.com/recent/extractasincludeimprovements">more info</a>).</li> 1679 <li>Quick Assistant in Eclipse can be invoked 1680 from the XML editor (with Ctrl-1) to apply any of the above 1681 refactorings (and Extract String) to the current selection (<a 1682href="http://tools.android.com/recent/refactoringquickassistant">more info</a>).</li> 1683 </ul> 1684</dd> 1685 1686<dt>Visual Layout Editor:</dt> 1687<dd> 1688 <ul> 1689 <li>This is the update to the layout editor you've been waiting for! It includes (almost) all 1690the goodies demonstrated at Google I/O. <a href="http://www.youtube.com/watch?v=Oq05KqjXTvs">Watch 1691the video</a> on YouTube.</li> 1692 <li>The palette now supports different configurations for supported widgets. That is, a single 1693view is presented in various different configurations that you can drag into your layout. For 1694example, there is a <em>Text Fields</em> palette category where you can drag an {@link 1695android.widget.EditText} widget in as a password field, an e-mail field, a phone field, or other 1696types of text boxes. Similarly, {@link android.widget.TextView} widgets are preconfigured 1697with large, normal and small theme sizes, and {@link android.widget.LinearLayout} elements are 1698preconfigured in horizontal and vertical configurations (<a 1699href="http://tools.android.com/recent/multipletextfieldandlayouttypes">more info</a>).</li> 1700 <li>The palette supports custom views. You can pick up any custom 1701 implementations of the View class you've created in your project or from included libraries and 1702drag them into your layout (<a 1703href="http://tools.android.com/recent/customviewsinthepalette">more info</a>).</li> 1704 <li>Fragments are available in the palette for placement in your layout. In the tool, you can 1705choose which layout to show rendered for a given fragment tag. Go to declaration works for fragment 1706classes (<a href="http://tools.android.com/recent/fragmentsupport">more info</a>).</li> 1707 <li>The layout editor automatically applies a "zoom to fit" for newly 1708 opened files as well as on device size and orientation changes to 1709 ensure that large layouts are always fully visible unless you 1710 manually zoom in.</li> 1711 <li>You can drop in an {@code <include>} element from the palette, which will pop up 1712 a layout chooser. When you select the layout to include, it is added with an {@code 1713<include>}. Similarly, dropping images or image buttons will pop up image 1714 resource choosers (<a 1715href="http://tools.android.com/recent/includetagdropsupport">more info</a>).</li> 1716 <li>The configuration chooser now applies the "Render Target" and 1717 "Locale" settings project wide, making it trivial to check the 1718 layouts for different languages or render targets without having 1719 to configure these individually for each layout.</li> 1720 <li>The layout editor is smarter about picking a default theme to 1721 render a layout with, consulting factors like theme registrations 1722 in the manifest, the SDK version, and other factors.</li> 1723 <li>The layout editor is smarter about picking a default configuration to render a layout 1724with, defaulting to the currently visible configuration in the previous file. It also considers the 1725SDK target to determine whether to default to a tablet or phone screen size.</li> 1726 <li>Basic focus support. The first text field dropped in a layout is assigned focus, and there 1727are <strong>Request Focus</strong> and <strong>Clear Focus</strong> context menu items on text 1728fields to change the focus.</li> 1729 </ul> 1730</dd> 1731 1732<dt>XML editors:</dt> 1733<dd> 1734<ul> 1735 <li>Code completion has been significantly improved. It now works 1736 with {@code <style>} elements, completes dimensional units, 1737 sorts resource paths in values based on the attribute name, and more. There are also many fixes to 1738handle text replacement (<a 1739href="http://tools.android.com/recent/xmlcodecompletionimprovements">more info</a>).</li> 1740 <li>AAPT errors are handled better. They are now underlined for the 1741 relevant range in the editor, and a new quickfix makes it trivial 1742 to create missing resources.</li> 1743 <li>Code completion for drawable, animation and color XML files (<a 1744href="http://tools.android.com/recent/codecompletionfordrawablescolorsandanimationfiles">more 1745info</a>).</li> 1746</ul> 1747</dd> 1748 1749<dt>DDMS:</dt> 1750<dd> 1751<ul> 1752 <li>"New Folder" action in the File Explorer.</li> 1753 <li>The screenshot dialog will add timestamps to the filenames and preserve the orientation on 1754snapshot refresh.</li> 1755</ul> 1756</dd> 1757 1758<dt>General notes:</dt> 1759<dd> 1760 <ul> 1761 <li>TraceView supports zooming with the mouse-wheel in the timeline.</li> 1762 <li>The New Android Project wizard now supports Eclipse working sets.</li> 1763 </ul> 1764</dd> 1765</dl> 1766<p>More information about tool changes are available on the <a 1767href="http://tools.android.com/recent">Android Tools Project Site</a>.</p> 1768</div> 1769</div> 1770 1771 1772 1773 1774 1775<div class="toggle-content closed"> 1776 <p><a href="#" onclick="return toggleContent(this)"> 1777 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1778 alt=""/>ADT 10.0.1</a> <em>(March 2011)</em> 1779 </p> 1780 1781 <div class="toggle-content-toggleme"> 1782 1783<dl> 1784 1785<dt>Dependencies:</dt> 1786 1787<dd>This version of ADT is designed for use with SDK Tools r10. If you haven't 1788already installed SDK Tools r10 into your SDK, use the Android SDK Manager to do 1789so.</dd> 1790 1791<dt>General notes:</dt> 1792<dd> 1793 <ul> 1794 <li>Temporary work-around to resolve the rare cases in which the layout editor will 1795not open.</li> 1796 <li>Fixed an issue in which ADT 10.0.0 would install on Eclipse 3.4 and lower, even though ADT 1797requires Eclipse 3.5 or higher (as of 10.0.0).</li> 1798 </ul> 1799</dd> 1800</dl> 1801</div> 1802</div> 1803 1804 1805 1806<div class="toggle-content closed"> 1807 <p><a href="#" onclick="return toggleContent(this)"> 1808 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1809 alt=""/>ADT 10.0.0</a> <em>(February 2011)</em> 1810 </p> 1811 1812 <div class="toggle-content-toggleme"> 1813<dl> 1814 1815<dt>Dependencies:</dt> 1816 1817<dd>This version of ADT is designed for use with SDK Tools r10. If you haven't 1818already installed SDK Tools r10 into your SDK, use the Android SDK Manager to do 1819so.</dd> 1820 1821<dt>General notes:</dt> 1822<dd> 1823 <ul> 1824 <li>The tools now automatically generate Java Programming Language source files (in the <code>gen/</code> directory) and 1825 bytecode (in the <code>res/raw/</code> directory) from your <code>.rs</code> files.</li> 1826 <li>A Binary XML editor has been added (<a href="http://tools.android.com/recent/binaryxmleditor">details</a>).</li> 1827 <li>Traceview is now integrated into the Eclipse UI (<a href="http://tools.android.com/recent/traceviewineclipse">details</a>).</li> 1828 <li>The "Go To Declaration" feature for XML and <code>.java</code> files quickly show all the matches in the project 1829 and allows you jump to specific items such as string translations or <code>onClick</code> handlers 1830 (<a href="http://tools.android.com/recent/gotodeclarationimprovements">details</a>).</li> 1831 <li>The Resource Chooser can create items such as dimensions, integers, ids, and booleans 1832 (<a href="http://tools.android.com/recent/resourcechoosercannowcreatearbitraryvalues">details</a>).</li> 1833 <li>Improvements to the Visual Layout Editor: 1834 <ul> 1835 <li>A new Palette with categories and rendering previews 1836 (<a href="http://tools.android.com/recent/newpalette">details</a>).</li> 1837 <li>A Layout Actions bar that provides quick access to common layout operations 1838 (<a href="http://tools.android.com/recent/layoutactionsbar">details</a>).</li> 1839 <li>When the Android 3.0 rendering library is selected, layouts render more like they do on devices. 1840 This includes rendering of status and title bars to more accurately reflect the actual 1841 screen space available to applications 1842 (<a href="http://tools.android.com/recent/systembarandactionbar">details</a>).</li> 1843 <li>Zoom improvements such as fit to view, persistent scale, and keyboard access. 1844 (<a href="http://tools.android.com/recent/zoomimprovements">details</a>).</li> 1845 <li>Further improvements to <code><merge></code> layouts, as well as layouts with gesture overlays 1846 (<a href="http://tools.android.com/recent/improvedsupportformergetags">details</a>).</li> 1847 <li>Improved rendering error diagnostics.</li> 1848 </ul> 1849 </li> 1850 </ul> 1851</dd> 1852</dl> 1853</div> 1854</div> 1855 1856<div class="toggle-content closed"> 1857 <p><a href="#" onclick="return toggleContent(this)"> 1858 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1859 alt=""/>ADT 9.0.0</a> <em>(January 2011)</em> 1860 </p> 1861 1862 <div class="toggle-content-toggleme"> 1863<dl> 1864 1865<dt>Dependencies:</dt> 1866 1867<dd>This version of ADT is designed for use with SDK Tools r9. If you haven't 1868already installed SDK Tools r9 into your SDK, use the Android SDK Manager to do 1869so.</dd> 1870 1871<dt>General notes:</dt> 1872<dd> 1873 <ul> 1874 <li>"Go To Declaration" hyperlink support: You can jump directly from code references (such as 1875 <code>R.id.main</code>) to the corresponding XML declaration, or from XML attributes (such as 1876 <code>@string</code>) to the corresponding resource definition, or from manifest XML 1877 registrations to activities and services.</li> 1878 <li>Improvements were made to name refactoring.</li> 1879 <li>AVDs now automatically save their state, so they can restart almost instantly. You can enable this feature when 1880 creating an AVD or by editing an AVD with the AVD Manager.</li> 1881 <li>Improvements to the Visual Layout Editor: 1882 <ul> 1883 <li>Support for rendering targets: You can now choose an arbitrary Android platform to 1884 render the current page, regardless of the project's minimum platform. This makes it 1885 easy to verify the layout and appearance of your activity on different versions of 1886 the platform. 1887 </li> 1888 <li>Improved support for empty and nested layouts: Dragging items over nested and 1889 invisible layouts automatically enlarges and highlights these layouts, so that they 1890 can receive drops. 1891 </li> 1892 <li>XML formatting improvements: The editor generates cleaner XML and you can now enable 1893 XML auto-formatting in the <strong>Preferences</strong> menu.</li> 1894 <li>Improved Outline labels: The Outline tab now displays additional information about each 1895 View. Textual Views display a snippet of the actual text. Views with a source 1896 (such as ImageView) displays the resource name. Included Views display the name of the View. 1897 </li> 1898 <li>When you right click a View in the Layout Editor, 1899 the context menu now contains <strong>Edit ID...</strong> and <strong>Edit Text...</strong> 1900 items. The <strong>Properties...</strong> context menus now list all of the properties and 1901 provide a way to edit them 1902 (<a href="http://tools.android.com/recent/editidtextandotherpropertiesviamenu">Details</a>). 1903 </li> 1904 <li>The layout editor now properly handles 1905 <a href="{@docRoot}guide/topics/resources/layout-resource.html#include-element"><code><include></code></a> 1906 and <a href="{@docRoot}guide/topics/resources/layout-resource.html#merge-element"><code><merge></code></a> 1907 tags (<a href="http://tools.android.com/recent/supportforincludeandmerge">Details</a>).</li> 1908 <li>"Extract as Include" refactoring: The Layout Editor has a new refactoring that allows 1909 you to select one or more views in a layout, and extract it into a separate layout 1910 (<a href="http://tools.android.com/recent/extractasincluderefactoring">Details</a>).</li> 1911 <li>Improved diagnostics for class loading and rendering errors: Class loading and rendering 1912 error messages are more useful and provide better information about the root cause of the 1913 error.</li> 1914 <li>Improved error handling to prevent drag and reordering operations from adding children 1915 into an {@link android.widget.AdapterView}.</li> 1916 <li>Outline reordering: Reordering your views in the Outline tab is much easier 1917 (<a href="http://tools.android.com/recent/outlineimprovements">Details</a>).</li> 1918 <li>Fix for keybinding bug where keyboard shortcuts did not work (Issues 1919 <a href="http://code.google.com/p/android/issues/detail?id=13231">13231</a> and 1920 <a href="http://code.google.com/p/android/issues/detail?id=13134">13134</a>).</li> 1921 <li>Fix for problems with Custom layout attribute menu (Issue 1922 <a href="http://code.google.com/p/android/issues/detail?id=13134">13134</a>).</li> 1923 <li>Automatic configuration for various view types: Certain views have properties configured 1924 by default. For example, the width of an {@link android.widget.EditText} object is set to 1925 <code>match_parent</code> when added to a vertical {@link android.widget.LinearLayout} 1926 or a default image is added to an {@link android.widget.ImageButton}.</li> 1927 <li>Previews during dragging: Dragging from the palette or dragging within the layout editor 1928 now shows live previews of the dragged item.</li> 1929 <li>Navigation improvements: In the Layout Editor, double-clicking Views jumps to the 1930 corresponding XML element. In the Outline view, double-clicking opens the Properties view.</li> 1931 <li>The editor has Honeycomb style animation preview support.</li> 1932 <li>Improved rendering support for various Views (such as TabHosts and SlidingDrawers) in 1933 Honeycomb (Issues <a href="http://code.google.com/p/android/issues/detail?id=3162">3162</a> 1934 and <a href="http://code.google.com/p/android/issues/detail?id=13092">13092</a>).</li> 1935 <li>Included layouts can be rendered and edited in the context of the layouts that include 1936 them. From a layout using an <a href="{@docRoot}guide/topics/resources/layout-resource.html#include-element"> 1937 <code><include></code></a> tag, double-clicking on the 1938 <a href="{@docRoot}guide/topics/resources/layout-resource.html#include-element"> 1939 <code><include></code></a> element edits the referenced layout in the context of the 1940 current layout. Additionally, when editing a layout that is included by other layouts, 1941 you can quickly change between context layouts, by right clicking in the editor and choosing 1942 <strong>Show included in...</strong>. This feature is only available in Honeycomb.</li> 1943 </ul> 1944 </li> 1945 <li>This release fixes many other bugs, but the most important ones are listed below: 1946 <ul> 1947 <li>Fixed issue that prevented launching debug builds on productions devices when 1948 <code>debuggable=true</code> was not set in the Android manifest.</li> 1949 <li>The LogCat view in DDMS properly handles UTF-8 characters.</li> 1950 <li>The SDK Manager is more reliable on Windows 1951 (<a href="http://tools.android.com/recent/sdkmanagerfixes">Details</a>).</li> 1952 <li>A JUnit initialization bug that prevented you from working with JUnit tests was fixed 1953 (Issue <a href="http://code.google.com/p/android/issues/detail?id=12411">12411</a>).</li> 1954 </ul> 1955</li> 1956 </ul> 1957</dd> 1958</dl> 1959</div> 1960</div> 1961 1962 1963 1964 1965<div class="toggle-content closed"> 1966 <p><a href="#" onclick="return toggleContent(this)"> 1967 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1968 alt=""/>ADT 8.0.1</a> <em>(December 2010)</em> 1969 </p> 1970 1971 <div class="toggle-content-toggleme"> 1972<dl> 1973 1974<dt>Dependencies:</dt> 1975 1976<p>This version of ADT is designed for use with SDK Tools r8. If you haven't 1977already installed SDK Tools r8 into your SDK, use the Android SDK Manager to do 1978so.</p></dd> 1979 1980<dt>General notes:</dt> 1981<dd> 1982<ul> 1983 <li>This is a quick follow-up to ADT 8.0.0 to fix some bugs.</li> 1984 <li>Fixes an issue in which projects failed to compile, citing a dex error.</li> 1985 <li>Better ProGuard error reporting when exporting applications for release.</li> 1986</ul> 1987<p>Also see the recent release notes for 8.0.0, below.</p> 1988</dd> 1989</dl> 1990</div> 1991</div> 1992 1993 1994<div class="toggle-content closed"> 1995 <p><a href="#" onclick="return toggleContent(this)"> 1996 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 1997 alt=""/>ADT 8.0.0</a> <em>(December 2010)</em> 1998 </p> 1999 2000 <div class="toggle-content-toggleme"> 2001<dl> 2002 2003<dt>Dependencies:</dt> 2004 2005<p>This version of ADT is designed for use with SDK Tools r8. If you haven't 2006already installed SDK Tools r8 into your SDK, use the Android SDK Manager to do 2007so.</p></dd> 2008 2009<dt>General notes:</dt> 2010<dd> 2011<ul> 2012 <li>New version number scheme that follows the SDK Tools revision number. The major version 2013number for your ADT plugin should now always match the revision number of your SDK Tools. For 2014example, ADT 8.x is for SDK Tools r8.</li> 2015 <li>Support for true debug build. You no longer need to change the value of the 2016 <code>debuggable</code> attribute in the Android Manifest. 2017 <p>Incremental builds automatically insert <code>debuggable="true"</code>, but if you perform 2018 "export signed/unsigned application package", ADT does <em>not</em> insert it. 2019 If you manually set <code>debuggable="true"</code> in the manifest file, then release builds will 2020 actually create a debug build (it does not remove it if you placed it there).</p></li> 2021 <li>Automatic <a href="{@docRoot}tools/help/proguard.html">ProGuard</a> support in 2022 release builds. For it to work, you need to have a <code>proguard.config</code> 2023 property in the <code>default.properties</code> file that points to a ProGuard config file.</li> 2024 <li>Completely rewritten Visual Layout Editor. (This is still a work in progress.) Now includes: 2025 <ul> 2026 <li>Full drag and drop from palette to layout for all Layout classes.</li> 2027 <li>Move widgets inside a Layout view, from one Layout view to another and from one layout file to another.</li> 2028 <li>Contextual menu with enum/flag type properties.</li> 2029 <li>New zoom controls.</li> 2030 </ul></li> 2031 <li>New HierarchyViewer plugin for Eclipse.</li> 2032 <li>Android launch configurations no longer recompile the whole workspace on launch.</li> 2033 <li>The location of <code>android.jar</code> source and javadoc can now be configured.</li> 2034</ul> 2035</dd> 2036</dl> 2037 </div> 2038</div> 2039 2040 2041<div class="toggle-content closed"> 2042 <p><a href="#" onclick="return toggleContent(this)"> 2043 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 2044 alt=""/>ADT 0.9.9</a> <em>(September 2010)</em> 2045 </p> 2046 2047 <div class="toggle-content-toggleme"> 2048<dl> 2049 2050<dt>Dependencies:</dt> 2051 2052<dd><p>ADT 0.9.9 replaces ADT 0.9.8 and is designed for use with SDK Tools r7 2053and later. ADT 0.9.9 includes the ADT 0.9.8 features as well as an important 2054bugfix, so we recommend that you upgrade as soon as possible. If you haven't 2055already installed SDK Tools r7 into your SDK, use the Android SDK Manager to do 2056so.</p></dd> 2057 2058<dt>General notes:</dt> 2059<dd> 2060<ul> 2061<li>Fixes a problem in project import, in which source files were deleted in some cases.</li> 2062<li>Includes all other ADT 0.9.8 features (see below).</li> 2063</ul> 2064</dd> 2065</dl> 2066 </div> 2067</div> 2068 2069<div class="toggle-content closed"> 2070 <p><a href="#" onclick="return toggleContent(this)"> 2071 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 2072 alt=""/>ADT 0.9.8</a> <em>(September 2010)</em> 2073 </p> 2074 2075 <div class="toggle-content-toggleme"> 2076</ul> 2077</dd> 2078 2079<dl> 2080 2081<dt>Dependencies:</dt> 2082 2083<dd><p>ADT 0.9.8 is now deprecated. Please use ADT 0.9.9 instead.</p></dd> 2084 2085<dt>General notes:</dt> 2086<dd> 2087<ul> 2088<li>Adds a new Action, "Rename Application Package", to the Android Tools 2089contextual menu. The Action does a full application package refactoring. 2090<li>Adds support for library projects that don't have a source folder 2091called <code>src/</code>. There is now support for any number of source folders, 2092with no name restriction. They can even be in subfolder such as 2093<code>src/java</code>. If you are already working with library projects created 2094in ADT 0.9.7, see <a 2095href="{@docRoot}tools/projects/index.html#libraryMigrating">Migrating 2096library projects to ADT 0.9.8</a> for important information about moving 2097to the new ADT environment.</li> 2098<li>Adds support for library projects that depend on other library 2099projects.</li> 2100<li>Adds support for additional resource qualifiers: 2101<code>car</code>/<code>desk</code>, <code>night</code>/<code>notnight</code> and 2102<code>navexposed</code>/<code>navhidden</code>.</li> 2103<li>Adds more device screen types in the layout editor. All screen 2104resolution/density combinations listed in the <a 2105href="{@docRoot}guide/practices/screens_support.html#range">Supporting 2106Multiple Screens</a> are now available.</li> 2107<li>Fixes problems with handling of library project names that 2108contain characters that are incompatible with the Eclipse path variable. 2109Now it properly sets up the link between the main project and the library 2110project.</li> 2111</ul> 2112</dd> 2113</dl> 2114 </div> 2115</div> 2116 2117 2118<div class="toggle-content closed"> 2119 <p><a href="#" onclick="return toggleContent(this)"> 2120 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 2121 alt=""/>ADT 0.9.7</a> <em>(May 2010)</em> 2122 </p> 2123 2124 <div class="toggle-content-toggleme"> 2125<dl> 2126<dt>Library projects:</dt> 2127<dd> 2128<p>The ADT Plugin now supports the use of <em>library projects</em> during 2129development, a capability that lets you store shared Android application 2130code and resources in a separate development project. You can then reference the 2131library project from other Android projects and, at build time, the tools 2132compile the shared code and resources as part of the dependent applications. 2133More information about this feature is available in the <a 2134href="{@docRoot}tools/projects/index.html#LibraryProjects">Creating and Managing Projects</a> document. </p> 2135<p>If you are not developing in Eclipse, <a 2136href="tools-notes.html">SDK Tools r6</a> provides the equivalent library 2137project support through the Ant build system.</p> 2138</dd> 2139</dl> 2140 </div> 2141</div> 2142 2143 2144<div class="toggle-content closed"> 2145 <p><a href="#" onclick="return toggleContent(this)"> 2146 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 2147 alt=""/>ADT 0.9.6</a> <em>(March 2010)</em> 2148 </p> 2149 2150 <div class="toggle-content-toggleme"> 2151<dl> 2152<dt>Dependencies:</dt> 2153 2154<dd><p>This version of ADT is designed for use with SDK Tools r5 and later. Before 2155updating to ADT 0.9.6, we highly recommend that you use the Android SDK Manager to install SDK 2156Tools r5 into your SDK.</p></dd> 2157 2158<dt>General Notes:</dt> 2159<dd> 2160<ul> 2161<li>Editing <code>default.properties</code> outside of Eclipse will now 2162automatically update the project.</li> 2163<li>Loads the SDK content only when a project requires it. This will make 2164Eclipse use less resources when the SDK contains many versions of Android.</li> 2165<li>Resolves potential deadlock between modal dialogs, when launching ADT the 2166first time with the SDK Usage panel.</li> 2167<li>Fixes issues with the New Project Wizard when selecting samples.</li> 2168</ul> 2169</dd> 2170<dt>AVD/SDK Manager:</dt> 2171<dd> 2172<ul> 2173<li>Adds support for platform samples packages.</li> 2174<li>Improves support for dependency between packages.</li> 2175<li>AVDs now sorted by API level.</li> 2176<li>The AVD creation dialog now enforces a minimum SD card size of 9MB.</li> 2177<li>Prevents deletion of running AVDs.</li> 2178</ul> 2179</dd> 2180<dt>DDMS:</dt> 2181<dd> 2182<ul> 2183<li>DDMS plug-in now contains the Allocation Tracker view.</li> 2184<li>New action in the Logcat view: "Go to problem" lets you go directly from an 2185exception trace output to the code.</li> 2186</ul> 2187</dd> 2188<dt>Editors:</dt> 2189<dd> 2190<ul> 2191<li>Explode mode in the Visual Layout Editor adds a margin to all layout objects 2192so that it's easier to see embedded or empty layouts.</li> 2193<li>Outline mode in the Visual Layout Editor draws layout outline to make it 2194easier to see layout objects.</li> 2195<li>Several fixes in the configuration selector of the Visual Layout 2196Editor.</li> 2197</ul> 2198</dd> 2199<dt>Application launching:</dt> 2200<dd> 2201<ul> 2202<li>Applications launched from ADT now behave as if they were clicked from the 2203Home screen.</li> 2204<li>Fixes an issue where add-ons without an optional library would not show up as valid 2205targets for application launches.</li> 2206<li>Resolves a possible crash when launching applications.</li> 2207</ul> 2208</dd> 2209</dl> 2210 </div> 2211</div> 2212 2213<div class="toggle-content closed"> 2214 <p><a href="#" onclick="return toggleContent(this)"> 2215 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 2216 alt=""/>ADT 0.9.5</a> <em>(December 2009)</em> 2217 </p> 2218 2219 <div class="toggle-content-toggleme"> 2220<dl> 2221<dt>Dependencies:</dt> 2222 2223<dd><p>This version of ADT requires features provided in SDK Tools r4 or higher. If you install 2224ADT 0.9.5, which is highly recommended, you should use the Android SDK 2225Manager to download the latest SDK Tools into your SDK. For more information, 2226see <a href="{@docRoot}sdk/exploring.html">Exploring the SDK</a>.</p> 2227</dd> 2228 2229<dt>General notes:</dt> 2230<dd> 2231<ul> 2232<li>The AVD Launch dialog now allows you to set the scale value.</li> 2233<li>Fixes a potential NullPointerException in the SDK Manager when you launch an AVD that does not 2234 have a skin name specified.</li> 2235<li>Fixes an XML validation issue in older Java versions.</li> 2236<li>.apk packaging now properly ignores vi swap files as well as hidden files.</li> 2237</ul> 2238</dd> 2239</dl> 2240 </div> 2241</div> 2242 2243<div class="toggle-content closed"> 2244 <p><a href="#" onclick="return toggleContent(this)"> 2245 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" 2246 alt=""/>ADT 0.9.4</a> <em>(October 2009)</em> 2247 </p> 2248 2249 <div class="toggle-content-toggleme"> 2250<dl> 2251<dt>Dependencies:</dt> 2252 2253<dd><p>This version of ADT requires features provided in SDK Tools r3 or higher. If you install 2254ADT 0.9.4, which is highly recommended, you should use the Android SDK 2255Manager to download the latest SDK Tools into your SDK. For more information, 2256see <a href="{@docRoot}sdk/exploring.html">Exploring the SDK</a>.</p> 2257</dd> 2258 2259<dt>Project Creation Wizard:</dt> 2260<dd> 2261<ul> 2262<li>New option to create a project from a sample by choosing it from a list.</li> 2263</ul> 2264</dd> 2265 2266<dt>Layout Editor:</dt> 2267<dd> 2268<ul> 2269<li>Improved Configuration selector that lets you see how your layout will 2270render on different devices. Default device descriptions include ADP1 2271and Google Ion, while SDK add-ons can also provide new descriptions. 2272A new UI allows you to create custom descriptions.</li> 2273<li>Adds a new clipping toggle, to let you see your full layout even if it's 2274bigger than the screen.</li> 2275</ul> 2276</dd> 2277 2278<dt>DDMS integration:</dt> 2279<dd> 2280<ul> 2281<li>Includes the improvements from the standlone DDMS, revision 3.</li> 2282<li>Adds an option to open HPROF files into eclipse instead of writing them on 2283disk. If a profiler such as MAT (<a href="http://eclipse.org/mat">Memory Analyzer 2284Tool</a>) is installed, it'll open the file.</li> 2285</ul> 2286</dd> 2287 2288<dt>Android SDK and AVD Manager integration:</dt> 2289<dd> 2290<ul> 2291<li>Includes the improvements from the standalone Android SDK and AVD Manager, 2292revision 3.</li> 2293</ul> 2294</dd> 2295</dl> 2296 </div> 2297</div> 2298