1 page.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 11 Plugin</a></li> 12 </ol> 13 14 </div> 15 </div> 16 17 <p>Android Development Tools (ADT) is a plugin for the Eclipse IDE 18 that is designed to give you a powerful, integrated environment in which 19 to build Android applications.</p> 20 21 <p>ADT extends the capabilities of Eclipse to let you quickly set up new Android 22 projects, create an application UI, add packages based on the Android 23 Framework API, debug your applications using the Android SDK tools, and even 24 export 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 27 to get started. With the guided project setup it provides, as well as tools 28 integration, custom XML editors, and debug output pane, ADT gives you an 29 incredible boost in developing Android applications. </p> 30 31 <p>This document provides step-by-step instructions on how to download the ADT 32 plugin and install it into your Eclipse development environment. Note that 33 before you can install or use ADT, you must have compatible versions of both the 34 Eclipse IDE and the Android SDK installed. For details, make sure to read <a 35 href="{@docRoot}sdk/installing/installing-adt.html">Installing the Eclipse 36 Plugin</a>. </p> 37 38 <p>If you are already using ADT, this document also provides instructions on 39 how 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 43 editor features, SDK tool integration, and the graphical layout editor (for drag-and-drop layout 44 editing), see the <a href="{@docRoot}tools/help/adt.html">Android Developer Tools</a> 45 document.</p> 46 47 48 <h2 id="notes">Revisions</h2> 49 50 <p>The sections below provide notes about successive releases of 51 the ADT Plugin, as denoted by revision number. </p> 52 53 <p>For a summary of all known issues in ADT, see <a 54 href="http://tools.android.com/knownissues">http://tools.android.com/knownissues</a>.</p> 55 56 <script type="text/javascript"> 57 function toggleDiv(link) { 58 var toggleable = $(link).parent(); 59 if (toggleable.hasClass("closed")) { 60 //$(".toggleme", toggleable).slideDown("fast"); 61 toggleable.removeClass("closed"); 62 toggleable.addClass("open"); 63 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 64 } else { 65 //$(".toggleme", toggleable).slideUp("fast"); 66 toggleable.removeClass("open"); 67 toggleable.addClass("closed"); 68 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png")); 69 } 70 return false; 71 } 72 </script> 73 74 <style> 75 .toggleable { 76 padding: 5px 0 0; 77 } 78 .toggleme { 79 padding: 10px 0 0 20px; 80 } 81 .toggleable a { 82 text-decoration:none; 83 } 84 .toggleme a { 85 text-decoration:underline; 86 } 87 .toggleable.closed .toggleme { 88 display:none; 89 } 90 #jd-content .toggle-img { 91 margin:0 5px 3px 0; 92 } 93 </style> 94 95 96 <div class="toggleable opened"> 97 <a href="#" onclick="return toggleDiv(this)"> 98 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" 99 width="9px"/> 100 ADT 20.0.3</a> <em>(August 2012)</em> 101 <div class="toggleme"> 102 <dl> 103 <dt>Dependencies:</dt> 104 105 <dd> 106 <ul> 107 <li>Java 1.6 or higher is required for ADT 20.0.3.</li> 108 <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.3.</li> 109 <li>ADT 20.0.3 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK 110 Tools r20.0.3</a>. If you haven't already installed SDK Tools r20.0.3 into your SDK, use the 111 Android SDK Manager to do so.</li> 112 </ul> 113 </dd> 114 115 <dt>Bug fixes:</dt> 116 <dd> 117 <ul> 118 <li>Fixed issue with keyboard shortcuts for editors in Eclipse Juno (Version 4.x).</li> 119 <li>Fixed problem with cached download lists in SDK Manager.</li> 120 </ul> 121 </dd> 122 123 </dl> 124 125 </div> 126 </div> 127 128 129 <div class="toggleable closed"> 130 <a href="#" onclick="return toggleDiv(this)"> 131 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 132 width="9px"/> 133 ADT 20.0.2</a> <em>(July 2012)</em> 134 <div class="toggleme"> 135 <dl> 136 <dt>Dependencies:</dt> 137 138 <dd> 139 <ul> 140 <li>Java 1.6 or higher is required for ADT 20.0.2.</li> 141 <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.2.</li> 142 <li>ADT 20.0.2 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK 143 Tools r20.0.1</a>. If you haven't already installed SDK Tools r20.0.1 into your SDK, use the 144 Android SDK Manager to do so.</li> 145 </ul> 146 </dd> 147 148 <dt>Bug fixes:</dt> 149 <dd> 150 <ul> 151 <li>Fixed keybindings in various XML editors for Eclipse 4.x.</li> 152 <li>Fixed bug when creating layout configurations that already exist.</li> 153 </ul> 154 </dd> 155 156 </dl> 157 158 </div> 159 </div> 160 161 162 <div class="toggleable closed"> 163 <a href="#" onclick="return toggleDiv(this)"> 164 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 165 width="9px"/> 166 ADT 20.0.1</a> <em>(July 2012)</em> 167 <div class="toggleme"> 168 <dl> 169 <dt>Dependencies:</dt> 170 171 <dd> 172 <ul> 173 <li>Java 1.6 or higher is required for ADT 20.0.1.</li> 174 <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.1.</li> 175 <li>ADT 20.0.1 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK 176 Tools r20.0.1</a>. If you haven't already installed SDK Tools r20.0.1 into your SDK, use the 177 Android SDK Manager to do so.</li> 178 </ul> 179 </dd> 180 181 <dt>Bug fixes:</dt> 182 <dd> 183 <ul> 184 <li>Fixed issue in the New Project Wizard related to installation of the Support Library.</li> 185 <li>Fixed several issues with New Project Wizard related to templates.</li> 186 <li>Fixed issue with the text-based launcher icon in New Project Wizard.</li> 187 <li>Fixed issue with sticky error markers in Java files.</li> 188 <li>Fixed problem with manifest merger when exporting release {@code .apk} files.</li> 189 <li>Fixed NDK support to automatically find include path on Windows.</li> 190 <li>Fixed editor startup exception for new configurations where editor would come up blank.</li> 191 <li>Added support for {@code xxhdpi} density, which was included in API Level 16.</li> 192 <li>Fixed a bug in the {@code lint} check for unprotected broadcast receivers to ignore 193 unprotected receivers for default Android actions.</li> 194 </ul> 195 </dd> 196 197 </dl> 198 199 </div> 200 </div> 201 202 <div class="toggleable closed"> 203 <a href="#" onclick="return toggleDiv(this)"> 204 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 205 width="9px" /> 206 ADT 20.0.0</a> <em>(June 2012)</em> 207 <div class="toggleme"> 208 <dl> 209 <dt>Dependencies:</dt> 210 211 <dd> 212 <ul> 213 <li>Java 1.6 or higher is required for ADT 20.0.0.</li> 214 <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.0.</li> 215 <li>ADT 20.0.0 is designed for use with <a href="{@docRoot}sdk/tools-notes.html">SDK Tools 216 r20</a>. If you haven't already installed SDK Tools r20 into your SDK, use the Android SDK 217 Manager to do so.</li> 218 </ul> 219 </dd> 220 221 <dt>General improvements:</dt> 222 <dd> 223 <ul> 224 <li>Application Templates 225 <ul> 226 <li>Added Android application templates to allow developers to create specific types of 227 applications faster, using Android-recommended best practices.</li> 228 </ul> 229 </li> 230 <li>Performance 231 <ul> 232 <li>Improved overall ADT performance and fixed memory issues. Loading SDK data 233 should be up to 30% faster.</li> 234 </ul> 235 </li> 236 <li>Tracer for GLES 237 <ul> 238 <li>Added new perspective view and tools for tracing OpenGL calls for an application and 239 track the visual results of each call. (<a href="{@docRoot}tools/help/gltracer.html">more info</a>)</li> 240 </ul> 241 </li> 242 <li>Lint 243 <ul> 244 <li>Added new Lint rules for manifest registrations, duplicate activity 245 registrations, security checking, correct use of Toast, missing SharedPreferences commit() 246 calls, Fragment class instantiation, and handler leaks.</li> 247 <li>Created tighter integration of lint with the layout editor. (<a 248 href="http://tools.android.com/recent/lintfeedback">more info</a>)</li> 249 <li>Added execution of Lint tool on save option for Java files. (<a 250 href="http://tools.android.com/recent/lintonsave">more info</a>)</li> 251 </ul> 252 </li> 253 <li>Layout Editor (<a href="http://tools.android.com/recent/newlayouteditorpropertysheet">more 254 info</a>) 255 <ul> 256 <li>Added highlighting (in bold) for important attributes, inline preview of colors and 257 images, including the corresponding resource name.</li> 258 <li>Added display of default values, when available.</li> 259 <li>Added completion of resource values and enum and flag constants.</li> 260 <li>Added support for displaying advanced properties, and nested properties for better 261 categorization, for example, layout params are listed first as a single nested property.</li> 262 <li>Display Tooltips over the attribute names, not values, so they never obscure the value 263 column.</li> 264 <li>Provided checkbox support for boolean values.</li> 265 <li>Added support for switching between alphabetical and natural sort orders.</li> 266 <li>Improved layout editor tool's window management for more usable editing views.</li> 267 <li>Improved the layout editor's configuration chooser header user interface.</li> 268 </ul> 269 </li> 270 <li>XML Editing 271 <ul> 272 <li>Added go to declaration support for theme references (?android:attr, ?attr:).</li> 273 <li>Improved code completion in style definitions.</li> 274 <li>Improved code completion for the {@code minSdkVersion} and {@code targetSdkVersion} 275 attributes in manifest files so that version descriptions are displayed for each of the API 276 levels</li> 277 <li>Provided support for code completion of custom attributes for custom views, 278 including current edits to the style files.</li> 279 <li>Improved synchronization of text and graphic editors with the XML outline view, 280 including outline changes and display of current selection.</li> 281 </ul> 282 </li> 283 <li>Build System 284 <ul> 285 <li>Added automatic merging of library project manifest files into the including 286 project's manifest. Enable this feature with the {@code manifestmerger.enabled} property.</li> 287 <li>Added automatic ProGuard support for the {@code aapt -G} flag. This change causes 288 the build system to generate a temporary ProGuard keep-rules file containing classes that 289 are referenced from XML files (such as custom views) and pass this to ProGuard at shrink-time. This 290 can make the resulting APK much smaller when using just a small portion of a large library project 291 (such as the Android Support library), since the catch-all rules to keep all custom views from the 292 default ProGuard configuration file have also been removed.</li> 293 </ul> 294 </li> 295 <li>Added support building and debugging NDK-based Android projects.</li> 296 </li> 297 <li>Added support to the Asset Studio Wizard for padding and turning off background 298 shapes.</li> 299 <li>Improved LogCat to allow developers to set colors for different priorities.</li> 300 <li>Improved app Run functionality to allow running on multiple devices with a single launch. 301 The target tab in the launch configuration dialog includes an option to allow launching on all 302 connected devices, with the option to further narrow the list to just physical devices or just 303 emulators. (This feature is available only for Run configurations, and not for Debug or JUnit 304 tests.)</li> 305 <ul> 306 </dd> 307 308 <dt>Bug fixes:</dt> 309 <dd> 310 <ul> 311 <li>Fixed a number of issues where Lint incorrectly reported code errors or failed to 312 flag code issues.</li> 313 <li>Fixed several bugs in the layout editor.</li> 314 <li>Fixed compatibility issues with Eclipse 4.x (Juno), including cut/copy/paste 315 functions.</li> 316 </ul> 317 </dd> 318 319 </dl> 320 321 </div> 322 </div> 323 324 <div class="toggleable closed"> 325 <a href="#" onclick="return toggleDiv(this)"> 326 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 327 width="9px" /> 328 ADT 18.0.0</a> <em>(April 2012)</em> 329 <div class="toggleme"> 330 <dl> 331 <dt>Dependencies:</dt> 332 333 <dd> 334 <ul> 335 <li>Java 1.6 or higher is required for ADT 18.0.0.</li> 336 <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 18.0.0.</li> 337 <li>ADT 18.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools 338 r18</a>. If you haven't already installed SDK Tools r18 into your SDK, use the Android SDK 339 Manager to do so.</li> 340 </ul> 341 </dd> 342 343 <dt>Bug fixes:</dt> 344 <dd> 345 <ul> 346 <li>Fixed problem where exporting release package does not recompile libraries in release 347 mode. 348 (<a href="http://code.google.com/p/android/issues/detail?id=27940">Issue 27940</a>)</li> 349 </ul> 350 </dd> 351 352 </dl> 353 354 </div> 355 </div> 356 357 358 <div class="toggleable closed"> 359 <a href="#" onclick="return toggleDiv(this)"> 360 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 361 width="9px" /> 362 ADT 17.0.0</a> <em>(March 2012)</em> 363 <div class="toggleme"> 364 <dl> 365 <dt>Dependencies:</dt> 366 367 <dd> 368 <ul> 369 <li>Java 1.6 or higher is required for ADT 17.0.0.</li> 370 <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 17.0.0.</li> 371 <li>ADT 17.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools 372 r17</a>. If you haven't already installed SDK Tools r17 into your SDK, use the Android SDK 373 Manager to do so.</li> 374 </ul> 375 </dd> 376 377 <dt>General improvements:</dt> 378 <dd> 379 <ul> 380 <li>New build features 381 <ul> 382 <li>Added feature to automatically setup JAR dependencies. Any {@code .jar} files in the 383 {@code /libs} folder are added to the build configuration (similar to how the Ant build 384 system works). Also, {@code .jar} files needed by library projects are also automatically 385 added to projects that depend on those library projects. 386 (<a href="http://tools.android.com/recent/dealingwithdependenciesinandroidprojects">more 387 info</a>)</li> 388 <li>Added a feature that allows you to run some code only in debug mode. Builds now 389 generate a class called {@code BuildConfig} containing a {@code DEBUG} constant that is 390 automatically set according to your build type. You can check the ({@code BuildConfig.DEBUG}) 391 constant in your code to run debug-only functions.</li> 392 <li>Added support for custom views with custom attributes in libraries. Layouts using 393 custom attributes must use the namespace URI {@code http://schemas.android.com/apk/res-auto} instead 394 of the URI that includes the app package name. This URI is replaced with the app specific one at 395 build time.</li> 396 </ul> 397 </li> 398 <li>Improved Lint features. See the <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r17</a> 399 release notes.</li> 400 <li>Improved the Lint user interface 401 <ul> 402 <li>Added <strong>Run Lint</strong> toolbar action with a dropdown menu for selecting 403 specific (or all) projects, clearing results and other actions.</li> 404 <li>Updated the results window to be organized as a tree rather than a flat list. Each 405 issue type has a single top level item, which makes it easier to quickly scan through the reported 406 issues and narrow down to the issues you are most interested in.</li> 407 <li>Added many new toolbar actions to the results window, including expand/collapse, 408 ignore in file, ignore in project, ignore everywhere, show options, and configure columns.</li> 409 <li>Added new column options for the <strong>Lint Warnings</strong> tab, such as 410 category, priority, project, file and line. The column selection (as well as the column sizes) are 411 persisted. You can also click on columns to sort by those values.</li> 412 <li>Added Enable All and Disable All buttons to the Lint Options dialog, and a search 413 filter textbox to filter by issue id, summary and severity.</li> 414 </ul> 415 </li> 416 <li>Added Quick Outline for XML editors (Ctrl-O, Command-O). This feature shows the structure 417 of the current file including icons and ids, lets you filter and quickly jump to specific ids.</li> 418 <li>Updated the resource chooser to shows the resolved value for resources. For example, 419 when selecting {@code @string/hello} the chooser displays a resolved value such as "Hello World"). 420 The resource chooser also now allows you to edit the chosen value directly.</li> 421 <li>Updated Layout Editor so that it does not assign default ids to layouts, includes and 422 merge tags. This behavior tended to pollute the namespace with a lot of unused resources since 423 layouts are not usually manipulated via code, or referenced from XML. (The RelativeLayout editor 424 automatically assigns ids to views without ids when pointing to them.)</li> 425 <li>Added ability to export screenshots from the Layout Editor</li> 426 </ul> 427 </dd> 428 429 <dt>Bug fixes:</dt> 430 <dd> 431 <ul> 432 <li>Fixed problem using Layout Editor with {@link android.widget.SlidingDrawer} which could 433 not be dragged into the layout on some platforms.</li> 434 <li>Fixed preview rendering for {@link android.widget.SlidingDrawer} and 435 {@link android.widget.TabHost}. 436 (<a href="http://code.google.com/p/android/issues/detail?id=23022">Issue 23022</a>).</li> 437 <li>Fixed issues that could prevent layout rendering due to unresolvable resources. 438 (<a href="http://code.google.com/p/android/issues/detail?id=21046">Issue 21046</a>, 439 <a href="http://code.google.com/p/android/issues/detail?id=21051">Issue 21051</a>)</li> 440 <li>Fixed a bug in resource chooser which made some types of framework resources impossible to 441 select. (<a href="http://code.google.com/p/android/issues/detail?id=20589">Issue 20589</a>)</li> 442 <li>Fixed a bug in the formatter where a certain whitespace pattern could result in a 443 non-space character getting deleted. 444 (<a href="http://code.google.com/p/android/issues/detail?id=23940">Issue 23940</a>)</li> 445 <li>Fixed a locale bug affecting Turkish locales in particular. 446 (<a href="http://code.google.com/p/android/issues/detail?id=23747">Issue 23747</a>)</li> 447 <li>Fixed issue where dex complains about duplicate classes in cases where a Library 448 Project depends on the same jar files or Java-only projects.</li> 449 <li>Fixed issue where test projects had to independently reference the library projects used 450 by an app project. Now referencing only the app project is enough.</li> 451 </ul> 452 </dd> 453 454 </dl> 455 456 </div> 457 </div> 458 459 <div class="toggleable closed"> 460 <a href="#" onclick="return toggleDiv(this)"> 461 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 462 width="9px" /> 463 ADT 16.0.1</a> <em>(December 2011)</em> 464 <div class="toggleme"> 465 <dl> 466 <dt>Dependencies:</dt> 467 468 <dd> 469 <ul> 470 <li>Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.1.</li> 471 <li>ADT 16.0.1 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools 472 r16</a>. If you haven't already installed SDK Tools r16 into your SDK, use the Android SDK 473 Manager to do so.</li> 474 </ul> 475 </dd> 476 477 <dt>Bug fixes:</dt> 478 <dd> 479 <ul> 480 <li>Fixed build issue where the 9-patch could be packaged as normal bitmap in some cases.</li> 481 <li>Fixed minor issues in the <a href="http://tools.android.com/recent/lint">Lint</a> 482 tool.</li> 483 <li>Fixed minor issues in the SDK Manager.</li> 484 </ul> 485 </dd> 486 </dl> 487 488 </div> 489 </div> 490 491 492 <div class="toggleable closed"> 493 <a href="#" onclick="return toggleDiv(this)"> 494 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 495 width="9px" /> 496 ADT 16.0.0</a> <em>(December 2011)</em> 497 <div class="toggleme"> 498 <dl> 499 <dt>Dependencies:</dt> 500 501 <dd> 502 <ul> 503 <li>Eclipse Helios (Version 3.6) or higher is required for ADT 504 16.0.0.</li> 505 <li>ADT 16.0.0 is designed for use with <a 506 href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r16</a>. If you haven't already installed SDK Tools 507 r16 into your SDK, use the Android SDK Manager to do so.</li> 508 </ul> 509 </dd> 510 511 <dt>General improvements:</dt> 512 <dd> 513 <ul> 514 <li>Added Lint tool to detect common errors in Android projects. (<a 515 href="http://tools.android.com/recent/lint">more info</a>)</li> 516 </ul> 517 </dd> 518 </dl> 519 520 </div> 521 </div> 522 523 524 <div class="toggleable closed"> 525 <a href="#" onclick="return toggleDiv(this)"> 526 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 527 width="9px" /> 528 ADT 15.0.1</a> <em>(November 2011)</em> 529 <div class="toggleme"> 530 <dl> 531 <dt>Dependencies:</dt> 532 533 <dd>ADT 15.0.1 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r15</a>. 534 If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to 535 do so.</dd> 536 537 <dt>Bug fixes:</dt> 538 <dd> 539 <ul> 540 <li>Fixed how source files are attached to library project <code>.jar</code> files.</li> 541 <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> 542 <li>Fixed how a parent project's library container is updated when a library project is recompiled. This ensures that parent projects are 543 recompiled when code in a library project changes.</li> 544 <li>Fixed how <code>res/</code> folders are checked in library projects. This ensures that all <code>res</code> folders are properly included 545 even if Eclipse is not aware of them due to refresh issues.</li> 546 <li>Fixed issue that prevented <code>aapt</code> from running when editing certain XML files.</li> 547 <li>Fixed minor XML formatting issues.</li> 548 </ul> 549 </dd> 550 </dl> 551 552 </div> 553 </div> 554 555 556 557 <div class="toggleable closed"> 558 <a href="#" onclick="return toggleDiv(this)"> 559 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 560 width="9px" /> 561 ADT 15.0.0</a> <em>(October 2011)</em> 562 <div class="toggleme"> 563 <dl> 564 565 <dt>Dependencies:</dt> 566 567 <dd>ADT 15.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r15</a>. 568 If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to 569 do so.</dd> 570 571 <dt>Bug fixes:</dt> 572 <dd> 573 <ul> 574 <li>Fixed build issue when using Renderscript in projects that target API levels 11-13 575 (<a href="http://code.google.com/p/android/issues/detail?id=21006">Issue 21006</a>).</li> 576 <li>Fixed issue when creating projects from existing source code.</li> 577 <li>Fixed issues in the SDK Manager 578 (<a href="http://code.google.com/p/android/issues/detail?id=20939">Issue 20939</a>, 579 <a href="http://code.google.com/p/android/issues/detail?id=20607">Issue 20607</a>).</li> 580 <li>Fixed scrolling issue in the new Logcat panel of DDMS.</li> 581 </ul> 582 </dd> 583 </dl> 584 585 </div> 586 </div> 587 588 <div class="toggleable closed"> 589 <a href="#" onclick="return toggleDiv(this)"> 590 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 591 width="9px" /> 592 ADT 14.0.0</a> <em>(October 2011)</em> 593 <div class="toggleme"> 594 <dl> 595 596 <dt>Dependencies:</dt> 597 598 <dd>ADT 14.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r14</a>. 599 If you haven't already installed SDK Tools r14 into your SDK, use the Android SDK Manager to 600 do so.</dd> 601 602 <dt>Build system:</dt> 603 <dd> 604 <ul> 605 <li>Changed <code>default.properties</code> to <code>project.properties</code> and 606 <code>build.properties</code> to <code>ant.properties</code>. ADT automatically 607 renames these files, if necessary, when you open a project in Eclipse.</li> 608 <li>Changed how library projects are built in Eclipse.</a></li> 609 <li>Changed output of <code>javac</code> from <code>bin/</code> to <code>bin/classes</code> 610 in Eclipse.</li> 611 <li>Improved incremental builds so that resource compilation runs less frequently. Builds no 612 longer run when you edit strings or layouts (unless you add a new <code>id</code>) and no longer 613 run once for each library project.</li> 614 <li>Introduced a "PNG crunch cache" that only runs on modified PNG files, instead of 615 crunching all existing PNG files, all the time.</li> 616 <li>Modified resource compilation so it no longer happens for normal save operations. It only 617 happens when running or debugging (the build option that lets you disable the packaging 618 step, which was introduced in ADT 12, is now on by default.)</li> 619 </ul> 620 <p>For a complete overview of the build system changes and what you need to do to support them, 621 see the <a href="http://tools.android.com/recent/buildchangesinrevision14">Android Tools Project 622 site</a>.</p> 623 </dd> 624 625 <dt>General improvements:</dt> 626 <dd> 627 <ul> 628 629 630 <li>Added a Welcome Wizard to help with the initial setup of the Android 631 development environment (<a href="http://tools.android.com/recent/welcomewizard">more 632 info</a>).</li> 633 <li>Integrated the Android Asset Studio, which helps you create icons for things 634 like the launcher, menus, and tabs. (<a 635 href="http://tools.android.com/recent/assetstudiointegration">more 636 info</a>).</li> 637 <li>Revamped the Logcat view and added support to display and filter logs by 638 application names as well as PIDs (<a 639 href="http://tools.android.com/recent/updatedlogcatviewer">more info</a>).</li> 640 <li>Revamped the SDK Manager UI (<a href="http://tools.android.com/recent/newsdkmanager">more 641 info</a>).</li> 642 <li>Revamped the New Project and the New XML File wizards to have 643 multiple pages. Sample projects are now copied into the workspace such that they can be modified 644 and deleted without affecting the master copy 645 (<a href="http://tools.android.com/recent/revampedwizards">more info</a>).</li> 646 <li>Removed the dependency on Eclipse GEF.</li> 647 </ul> 648 </dd> 649 650 <dt>XML and Java editors:</dt> 651 <dd> 652 <ul> 653 <li>Added a new XML formatter that formats all XML files according to the 654 standard Android coding style. The formatter can also reorder 655 attributes to follow a recommended order and processes any changes made in the Layout editor. 656 (<a href="http://tools.android.com/recent/xmlformatter">more info</a>).</li> 657 <li>Added the "Go to Matching" (Ctrl-Shift-P) feature, which lets you jump 658 between opening and closing tags in XML files.</li> 659 <li>Added support for the "Select Enclosing Element" feature on Mac.</li> 660 <li>Added a Quickfix for extracting Strings when the caret is inside a String (<a href="">see 661 more</a>).</li> 662 <li>Improved "smart indent", which allows automatic indentation and un-indentation 663 when pressing the Return key in XML editors (<a 664 href="http://tools.android.com/recent/xmleditingimprovements">more info</a>).</li> 665 666 </ul> 667 </dd> 668 669 <dt>Layout editor:</dt> 670 <dd> 671 <ul> 672 <li>Added tooltip feedback for dragging and resizing operations. For 673 example, when dragging in a relative layout, the proposed 674 constraints are shown. When resizing, the new dimensions are 675 shown (<a href="http://tools.android.com/recent/layouteditorfeedbacktooltips">more 676 info</a>).</li> 677 <li>Added the ability to suppress rendering fidelity warnings (<a 678 href="http://tools.android.com/recent/suppressrenderwarnings">more info</a>).</li> 679 <li>Added "Remove Container" visual refactoring that removes the 680 children of a container up to the top level and transfers 681 namespace and layout attributes if necessary (<a 682 href="http://tools.android.com/recent/removecontainervisualrefactoring">more info</a>).</li> 683 <li>Added pull-right menus to the context menu for accessing 684 properties of the parents, which is useful when the children fully 685 cover the parent and make it hard to select on their own.</li> 686 <li>Improved access to properties in the context menu. The most 687 frequently set attributes for each view are listed at the top of 688 the menu. The Properties menu offers access to the most 689 recently set attributes, attributes organized by their defining 690 view, and layout attributes only or all attributes alphabetically (<a 691 href="http://tools.android.com/recent/layouteditorcontextmenuimprovements">more info</a>).</li> 692 </ul> 693 </dd> 694 695 <dt>Bug fixes:</dt> 696 <dd>Fixed many bugs and added <a 697 href="http://tools.android.com/recent/miscellaneousrecentfixes">minor improvements</a>, in 698 particular some <a href="http://tools.android.com/recent/linuxfixes">critical bug fixes on 699 Linux</a>.</dd> 700 701 </div> 702 </div> 703 704 705 706 <div class="toggleable closed"> 707 <a href="#" onclick="return toggleDiv(this)"> 708 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 709 width="9px" /> 710 ADT 12.0.0</a> <em>(July 2011)</em> 711 <div class="toggleme"> 712 <dl> 713 714 <dt>Dependencies:</dt> 715 716 <dd>ADT 12.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r12</a>. If you haven't 717 already installed SDK Tools r12 into your SDK, use 718 the Android SDK Manager to do so.</dd> 719 720 <dt>Visual Layout Editor:</dt> 721 <dd> 722 <ul> 723 <li>New RelativeLayout drop support with guideline suggestions for 724 attachments and cycle prevention 725 (<a href="http://tools.android.com/recent/revampedrelativelayoutsupport">more info</a>).</li> 726 <li>Resize support in most layouts along with 727 guideline snapping to the sizes dictated by <code>wrap_content</code> and <code>match_parent</code>. 728 In LinearLayout, sizes are mapped to weights instead of pixel widths. 729 (<a href="http://tools.android.com/recent/resizesupport">more info</a>).</li> 730 <li>Previews of drawables and colors in the resource chooser dialogs 731 (<a href="http://tools.android.com/recent/imageandcolorpreviews">more info</a>).</li> 732 <li>Improved error messages and links for rendering errors including 733 detection of misspelled class names 734 (<a href="http://tools.android.com/recent/improvedrenderingerrordiagnostics">more info</a>).</li> 735 </ul> 736 </dd> 737 738 <dt>Build system:</dt> 739 <dd> 740 <ul> 741 <li id="build-option">A new option lets you disable the packaging step in the automatic 742 builders. This improves performance when saving files by not 743 performing a full build, which can take a long time for large projects. 744 If the option is enabled, the APK is packaged when the 745 application is deployed to a device or emulator or when the 746 release APK is exported (<a href="http://tools.android.com/recent/finercontroloveradtbuildprocess">more info</a>).</li> 747 </ul> 748 </dd> 749 750 <dt>Bug fixes:</dt> 751 <dd>Many bug fixes are part of this release 752 (<a href="http://tools.android.com/recent/adt12bugfixroundup">more info</a>).</dd> 753 754 </div> 755 </div> 756 757 758 <div class="toggleable closed"> 759 <a href="#" onclick="return toggleDiv(this)"> 760 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 761 width="9px" /> 762 ADT 11.0.0</a> <em>(June 2011)</em> 763 <div class="toggleme"> 764 765 <dl> 766 767 <dt>Dependencies:</dt> 768 769 <dd>ADT 11.0.0 is designed for use with SDK Tools r11. If you haven't 770 already installed SDK Tools r11 into your SDK, use the Android SDK Manager to do 771 so.</dd> 772 773 <dt>Visual Refactoring:</dt> 774 <dd> 775 <ul> 776 <li>"Extract Style" feature pulls out style-related attributes from your layout and extracts 777 them as a new style defined in {@code styles.xml} (<a 778 href="http://tools.android.com/recent/extractstylerefactoring">more info</a>).</li> 779 <li>"Wrap in Container" feature lets you select a group of views then surround them 780 in a new layout (a new view group, such as a LinearLayout), and transfers namespace and layout 781 parameters to the new parent (<a 782 href="http://tools.android.com/recent/newrefactoringswrapinchangelayoutchangewidget">more 783 info</a>).</li> 784 <li>"Change Layout" feature changes layouts from one type 785 to another, and can also flatten a layout hierarchy (<a 786 href="http://tools.android.com/recent/newrefactoringswrapinchangelayoutchangewidget">more 787 info</a>).</li> 788 <li>"Change Widget Type" feature changes the type of the 789 selected views to a new type. Also, a new selection context menu 790 in the visual layout editor makes it easy to select siblings as 791 well as views anywhere in the layout that have the same type (<a 792 href="http://tools.android.com/recent/newrefactoringswrapinchangelayoutchangewidget">more 793 info</a>).</li> 794 <li>"Extract as Include" feature finds identical collections of views 795 in other layouts and offers to combine them into a single layout that you can then include in 796 each layout (<a 797 href="http://tools.android.com/recent/extractasincludeimprovements">more info</a>).</li> 798 <li>Quick Assistant in Eclipse can be invoked 799 from the XML editor (with Ctrl-1) to apply any of the above 800 refactorings (and Extract String) to the current selection (<a 801 href="http://tools.android.com/recent/refactoringquickassistant">more info</a>).</li> 802 </ul> 803 </dd> 804 805 <dt>Visual Layout Editor:</dt> 806 <dd> 807 <ul> 808 <li>This is the update to the layout editor you've been waiting for! It includes (almost) all 809 the goodies demonstrated at Google I/O. <a href="http://www.youtube.com/watch?v=Oq05KqjXTvs">Watch 810 the video</a> on YouTube.</li> 811 <li>The palette now supports different configurations for supported widgets. That is, a single 812 view is presented in various different configurations that you can drag into your layout. For 813 example, there is a <em>Text Fields</em> palette category where you can drag an {@link 814 android.widget.EditText} widget in as a password field, an e-mail field, a phone field, or other 815 types of text boxes. Similarly, {@link android.widget.TextView} widgets are preconfigured 816 with large, normal and small theme sizes, and {@link android.widget.LinearLayout} elements are 817 preconfigured in horizontal and vertical configurations (<a 818 href="http://tools.android.com/recent/multipletextfieldandlayouttypes">more info</a>).</li> 819 <li>The palette supports custom views. You can pick up any custom 820 implementations of the View class you've created in your project or from included libraries and 821 drag them into your layout (<a 822 href="http://tools.android.com/recent/customviewsinthepalette">more info</a>).</li> 823 <li>Fragments are available in the palette for placement in your layout. In the tool, you can 824 choose which layout to show rendered for a given fragment tag. Go to declaration works for fragment 825 classes (<a href="http://tools.android.com/recent/fragmentsupport">more info</a>).</li> 826 <li>The layout editor automatically applies a "zoom to fit" for newly 827 opened files as well as on device size and orientation changes to 828 ensure that large layouts are always fully visible unless you 829 manually zoom in.</li> 830 <li>You can drop in an {@code <include>} element from the palette, which will pop up 831 a layout chooser. When you select the layout to include, it is added with an {@code 832 <include>}. Similarly, dropping images or image buttons will pop up image 833 resource choosers (<a 834 href="http://tools.android.com/recent/includetagdropsupport">more info</a>).</li> 835 <li>The configuration chooser now applies the "Render Target" and 836 "Locale" settings project wide, making it trivial to check the 837 layouts for different languages or render targets without having 838 to configure these individually for each layout.</li> 839 <li>The layout editor is smarter about picking a default theme to 840 render a layout with, consulting factors like theme registrations 841 in the manifest, the SDK version, and other factors.</li> 842 <li>The layout editor is smarter about picking a default configuration to render a layout 843 with, defaulting to the currently visible configuration in the previous file. It also considers the 844 SDK target to determine whether to default to a tablet or phone screen size.</li> 845 <li>Basic focus support. The first text field dropped in a layout is assigned focus, and there 846 are <strong>Request Focus</strong> and <strong>Clear Focus</strong> context menu items on text 847 fields to change the focus.</li> 848 </ul> 849 </dd> 850 851 <dt>XML editors:</dt> 852 <dd> 853 <ul> 854 <li>Code completion has been significantly improved. It now works 855 with {@code <style>} elements, completes dimensional units, 856 sorts resource paths in values based on the attribute name, and more. There are also many fixes to 857 handle text replacement (<a 858 href="http://tools.android.com/recent/xmlcodecompletionimprovements">more info</a>).</li> 859 <li>AAPT errors are handled better. They are now underlined for the 860 relevant range in the editor, and a new quickfix makes it trivial 861 to create missing resources.</li> 862 <li>Code completion for drawable, animation and color XML files (<a 863 href="http://tools.android.com/recent/codecompletionfordrawablescolorsandanimationfiles">more 864 info</a>).</li> 865 </ul> 866 </dd> 867 868 <dt>DDMS:</dt> 869 <dd> 870 <ul> 871 <li>"New Folder" action in the File Explorer.</li> 872 <li>The screenshot dialog will add timestamps to the filenames and preserve the orientation on 873 snapshot refresh.</li> 874 </ul> 875 </dd> 876 877 <dt>General notes:</dt> 878 <dd> 879 <ul> 880 <li>TraceView supports zooming with the mouse-wheel in the timeline.</li> 881 <li>The New Android Project wizard now supports Eclipse working sets.</li> 882 </ul> 883 </dd> 884 </dl> 885 <p>More information about tool changes are available on the <a 886 href="http://tools.android.com/recent">Android Tools Project Site</a>.</p> 887 </div> 888 </div> 889 890 891 892 893 894 <div class="toggleable closed"> 895 <a href="#" onclick="return toggleDiv(this)"> 896 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 897 width="9px" /> 898 ADT 10.0.1</a> <em>(March 2011)</em> 899 <div class="toggleme"> 900 901 <dl> 902 903 <dt>Dependencies:</dt> 904 905 <dd>ADT 10.0.1 is designed for use with SDK Tools r10. If you haven't 906 already installed SDK Tools r10 into your SDK, use the Android SDK Manager to do 907 so.</dd> 908 909 <dt>General notes:</dt> 910 <dd> 911 <ul> 912 <li>Temporary work-around to resolve the rare cases in which the layout editor will 913 not open.</li> 914 <li>Fix issue in which ADT 10.0.0 would install on Eclipse 3.4 and lower, even though ADT 915 requires Eclipse 3.5 or higher (as of 10.0.0).</li> 916 </ul> 917 </dd> 918 </dl> 919 </div> 920 </div> 921 922 923 924 <div class="toggleable closed"> 925 <a href="#" onclick="return toggleDiv(this)"> 926 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 927 width="9px" /> 928 ADT 10.0.0</a> <em>(February 2011)</em> 929 <div class="toggleme"> 930 931 <dl> 932 933 <dt>Dependencies:</dt> 934 935 <dd>ADT 10.0.0 is designed for use with SDK Tools r10. If you haven't 936 already installed SDK Tools r10 into your SDK, use the Android SDK Manager to do 937 so.</dd> 938 939 <dt>General notes:</dt> 940 <dd> 941 <ul> 942 <li>The tools now automatically generate Java Programming Language source files (in the <code>gen/</code> directory) and 943 bytecode (in the <code>res/raw/</code> directory) from your <code>.rs</code> files.</li> 944 <li>A Binary XML editor has been added (<a href="http://tools.android.com/recent/binaryxmleditor">details</a>).</li> 945 <li>Traceview is now integrated into the Eclipse UI (<a href="http://tools.android.com/recent/traceviewineclipse">details</a>).</li> 946 <li>The "Go To Declaration" feature for XML and <code>.java</code> files quickly show all the matches in the project 947 and allows you jump to specific items such as string translations or <code>onClick</code> handlers 948 (<a href="http://tools.android.com/recent/gotodeclarationimprovements">details</a>).</li> 949 <li>The Resource Chooser can create items such as dimensions, integers, ids, and booleans 950 (<a href="http://tools.android.com/recent/resourcechoosercannowcreatearbitraryvalues">details</a>).</li> 951 <li>Improvements to the Visual Layout Editor: 952 <ul> 953 <li>A new Palette with categories and rendering previews 954 (<a href="http://tools.android.com/recent/newpalette">details</a>).</li> 955 <li>A Layout Actions bar that provides quick access to common layout operations 956 (<a href="http://tools.android.com/recent/layoutactionsbar">details</a>).</li> 957 <li>When the Android 3.0 rendering library is selected, layouts render more like they do on devices. 958 This includes rendering of status and title bars to more accurately reflect the actual 959 screen space available to applications 960 (<a href="http://tools.android.com/recent/systembarandactionbar">details</a>).</li> 961 <li>Zoom improvements such as fit to view, persistent scale, and keyboard access. 962 (<a href="http://tools.android.com/recent/zoomimprovements">details</a>).</li> 963 <li>Further improvements to <code><merge></code> layouts, as well as layouts with gesture overlays 964 (<a href="http://tools.android.com/recent/improvedsupportformergetags">details</a>).</li> 965 <li>Improved rendering error diagnostics.</li> 966 </ul> 967 </li> 968 </ul> 969 </dd> 970 </dl> 971 </div> 972 </div> 973 974 <div class="toggleable closed"> 975 <a href="#" onclick="return toggleDiv(this)"> 976 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 977 width="9px" /> 978 ADT 9.0.0</a> <em>(January 2011)</em> 979 <div class="toggleme"> 980 981 <dl> 982 983 <dt>Dependencies:</dt> 984 985 <dd>ADT 9.0.0 is designed for use with SDK Tools r9. If you haven't 986 already installed SDK Tools r9 into your SDK, use the Android SDK Manager to do 987 so.</dd> 988 989 <dt>General notes:</dt> 990 <dd> 991 <ul> 992 <li>"Go To Declaration" hyperlink support: You can jump directly from code references (such as 993 <code>R.id.main</code>) to the corresponding XML declaration, or from XML attributes (such as 994 <code>@string</code>) to the corresponding resource definition, or from manifest XML 995 registrations to activities and services.</li> 996 <li>Improvements were made to name refactoring.</li> 997 <li>AVDs now automatically save their state, so they can restart almost instantly. You can enable this feature when 998 creating an AVD or by editing an AVD with the AVD Manager.</li> 999 <li>Improvements to the Visual Layout Editor: 1000 <ul> 1001 <li>Support for rendering targets: You can now choose an arbitrary Android platform to 1002 render the current page, regardless of the project's minimum platform. This makes it 1003 easy to verify the layout and appearance of your activity on different versions of 1004 the platform. 1005 </li> 1006 <li>Improved support for empty and nested layouts: Dragging items over nested and 1007 invisible layouts automatically enlarges and highlights these layouts, so that they 1008 can receive drops. 1009 </li> 1010 <li>XML formatting improvements: The editor generates cleaner XML and you can now enable 1011 XML auto-formatting in the <strong>Preferences</strong> menu.</li> 1012 <li>Improved Outline labels: The Outline tab now displays additional information about each 1013 View. Textual Views display a snippet of the actual text. Views with a source 1014 (such as ImageView) displays the resource name. Included Views display the name of the View. 1015 </li> 1016 <li>When you right click a View in the Layout Editor, 1017 the context menu now contains <strong>Edit ID...</strong> and <strong>Edit Text...</strong> 1018 items. The <strong>Properties...</strong> context menus now list all of the properties and 1019 provide a way to edit them 1020 (<a href="http://tools.android.com/recent/editidtextandotherpropertiesviamenu">Details</a>). 1021 </li> 1022 <li>The layout editor now properly handles 1023 <a href="{@docRoot}guide/topics/resources/layout-resource.html#include-element"><code><include></code></a> 1024 and <a href="{@docRoot}guide/topics/resources/layout-resource.html#merge-element"><code><merge></code></a> 1025 tags (<a href="http://tools.android.com/recent/supportforincludeandmerge">Details</a>).</li> 1026 <li>"Extract as Include" refactoring: The Layout Editor has a new refactoring that allows 1027 you to select one or more views in a layout, and extract it into a separate layout 1028 (<a href="http://tools.android.com/recent/extractasincluderefactoring">Details</a>).</li> 1029 <li>Improved diagnostics for class loading and rendering errors: Class loading and rendering 1030 error messages are more useful and provide better information about the root cause of the 1031 error.</li> 1032 <li>Improved error handling to prevent drag and reordering operations from adding children 1033 into an {@link android.widget.AdapterView}.</li> 1034 <li>Outline reordering: Reordering your views in the Outline tab is much easier 1035 (<a href="http://tools.android.com/recent/outlineimprovements">Details</a>).</li> 1036 <li>Fix for keybinding bug where keyboard shortcuts did not work (Issues 1037 <a href="http://code.google.com/p/android/issues/detail?id=13231">13231</a> and 1038 <a href="http://code.google.com/p/android/issues/detail?id=13134">13134</a>).</li> 1039 <li>Fix for problems with Custom layout attribute menu (Issue 1040 <a href="http://code.google.com/p/android/issues/detail?id=13134">13134</a>).</li> 1041 <li>Automatic configuration for various view types: Certain views have properties configured 1042 by default. For example, the width of an {@link android.widget.EditText} object is set to 1043 <code>match_parent</code> when added to a vertical {@link android.widget.LinearLayout} 1044 or a default image is added to an {@link android.widget.ImageButton}.</li> 1045 <li>Previews during dragging: Dragging from the palette or dragging within the layout editor 1046 now shows live previews of the dragged item.</li> 1047 <li>Navigation improvements: In the Layout Editor, double-clicking Views jumps to the 1048 corresponding XML element. In the Outline view, double-clicking opens the Properties view.</li> 1049 <li>The editor has Honeycomb style animation preview support.</li> 1050 <li>Improved rendering support for various Views (such as TabHosts and SlidingDrawers) in 1051 Honeycomb (Issues <a href="http://code.google.com/p/android/issues/detail?id=3162">3162</a> 1052 and <a href="http://code.google.com/p/android/issues/detail?id=13092">13092</a>).</li> 1053 <li>Included layouts can be rendered and edited in the context of the layouts that include 1054 them. From a layout using an <a href="{@docRoot}guide/topics/resources/layout-resource.html#include-element"> 1055 <code><include></code></a> tag, double-clicking on the 1056 <a href="{@docRoot}guide/topics/resources/layout-resource.html#include-element"> 1057 <code><include></code></a> element edits the referenced layout in the context of the 1058 current layout. Additionally, when editing a layout that is included by other layouts, 1059 you can quickly change between context layouts, by right clicking in the editor and choosing 1060 <strong>Show included in...</strong>. This feature is only available in Honeycomb.</li> 1061 </ul> 1062 </li> 1063 <li>This release fixes many other bugs, but the most important ones are listed below: 1064 <ul> 1065 <li>Fixed issue that prevented launching debug builds on productions devices when 1066 <code>debuggable=true</code> was not set in the Android manifest.</li> 1067 <li>The LogCat view in DDMS properly handles UTF-8 characters.</li> 1068 <li>The SDK Manager is more reliable on Windows 1069 (<a href="http://tools.android.com/recent/sdkmanagerfixes">Details</a>).</li> 1070 <li>A JUnit initialization bug that prevented you from working with JUnit tests was fixed 1071 (Issue <a href="http://code.google.com/p/android/issues/detail?id=12411">12411</a>).</li> 1072 </ul> 1073 </li> 1074 </ul> 1075 </dd> 1076 </dl> 1077 </div> 1078 </div> 1079 1080 1081 1082 1083 <div class="toggleable closed"> 1084 <a href="#" onclick="return toggleDiv(this)"> 1085 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 1086 width="9px" /> 1087 ADT 8.0.1</a> <em>(December 2010)</em> 1088 <div class="toggleme"> 1089 1090 <dl> 1091 1092 <dt>Dependencies:</dt> 1093 1094 <p><p>ADT 8.0.1 is designed for use with SDK Tools r8. If you haven't 1095 already installed SDK Tools r8 into your SDK, use the Android SDK Manager to do 1096 so.</p></dd> 1097 1098 <dt>General notes:</dt> 1099 <dd> 1100 <ul> 1101 <li>This is a quick follow-up to ADT 8.0.0 to fix some bugs.</li> 1102 <li>Fixes an issue in which projects failed to compile, citing a dex error.</li> 1103 <li>Better ProGuard error reporting when exporting applications for release.</li> 1104 </ul> 1105 <p>Also see the recent release notes for 8.0.0, below.</p> 1106 </dd> 1107 </dl> 1108 </div> 1109 </div> 1110 1111 1112 <div class="toggleable closed"> 1113 <a href="#" onclick="return toggleDiv(this)"> 1114 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" 1115 width="9px" /> 1116 ADT 8.0.0</a> <em>(December 2010)</em> 1117 <div class="toggleme"> 1118 1119 <dl> 1120 1121 <dt>Dependencies:</dt> 1122 1123 <p><p>ADT 8.0.0 is designed for use with SDK Tools r8. If you haven't 1124 already installed SDK Tools r8 into your SDK, use the Android SDK Manager to do 1125 so.</p></dd> 1126 1127 <dt>General notes:</dt> 1128 <dd> 1129 <ul> 1130 <li>New version number scheme that follows the SDK Tools revision number. The major version 1131 number for your ADT plugin should now always match the revision number of your SDK Tools. For 1132 example, ADT 8.x is for SDK Tools r8.</li> 1133 <li>Support for true debug build. You no longer need to change the value of the 1134 <code>debuggable</code> attribute in the Android Manifest. 1135 <p>Incremental builds automatically insert <code>debuggable="true"</code>, but if you perform 1136 "export signed/unsigned application package", ADT does <em>not</em> insert it. 1137 If you manually set <code>debuggable="true"</code> in the manifest file, then release builds will 1138 actually create a debug build (it does not remove it if you placed it there).</p></li> 1139 <li>Automatic <a href="{@docRoot}tools/help/proguard.html">ProGuard</a> support in 1140 release builds. For it to work, you need to have a <code>proguard.config</code> 1141 property in the <code>default.properties</code> file that points to a ProGuard config file.</li> 1142 <li>Completely rewritten Visual Layout Editor. (This is still a work in progress.) Now includes: 1143 <ul> 1144 <li>Full drag and drop from palette to layout for all Layout classes.</li> 1145 <li>Move widgets inside a Layout view, from one Layout view to another and from one layout file to another.</li> 1146 <li>Contextual menu with enum/flag type properties.</li> 1147 <li>New zoom controls.</li> 1148 </ul></li> 1149 <li>New HierarchyViewer plug-in integrated in Eclipse.</li> 1150 <li>Android launch configurations don't recompile the whole workspace on launch anymore.</li> 1151 <li><code>android.jar</code> source and javadoc location can now be configured.</li> 1152 </ul> 1153 </dd> 1154 </dl> 1155 </div> 1156 </div> 1157 1158 1159 <div class="toggleable closed"> 1160 <a href="#" onclick="return toggleDiv(this)"> 1161 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 1162 ADT 0.9.9</a> <em>(September 2010)</em> 1163 <div class="toggleme"> 1164 1165 <dl> 1166 1167 <dt>Dependencies:</dt> 1168 1169 <dd><p>ADT 0.9.9 replaces ADT 0.9.8 and is designed for use with SDK Tools r7 1170 and later. ADT 0.9.9 includes the ADT 0.9.8 features as well as an important 1171 bugfix, so we recommend that you upgrade as soon as possible. If you haven't 1172 already installed SDK Tools r7 into your SDK, use the Android SDK Manager to do 1173 so.</p></dd> 1174 1175 <dt>General notes:</dt> 1176 <dd> 1177 <ul> 1178 <li>Fixes a problem in project import, in which source files were deleted in some cases.</li> 1179 <li>Includes all other ADT 0.9.8 features (see below).</li> 1180 </ul> 1181 </dd> 1182 </dl> 1183 </div> 1184 </div> 1185 1186 <div class="toggleable closed"> 1187 <a href="#" onclick="return toggleDiv(this)"> 1188 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 1189 ADT 0.9.8</a> <em>(September 2010)</em> 1190 <div class="toggleme"> 1191 1192 1193 </ul> 1194 </dd> 1195 1196 <dl> 1197 1198 <dt>Dependencies:</dt> 1199 1200 <dd><p>ADT 0.9.8 is now deprecated. Please use ADT 0.9.9 instead.</p></dd> 1201 1202 <dt>General notes:</dt> 1203 <dd> 1204 <ul> 1205 <li>Adds a new Action, "Rename Application Package", to the Android Tools 1206 contextual menu. The Action does a full application package refactoring. 1207 <li>Adds support for library projects that don't have a source folder 1208 called <code>src/</code>. There is now support for any number of source folders, 1209 with no name restriction. They can even be in subfolder such as 1210 <code>src/java</code>. If you are already working with library projects created 1211 in ADT 0.9.7, see <a 1212 href="{@docRoot}tools/projects/index.html#libraryMigrating">Migrating 1213 library projects to ADT 0.9.8</a> for important information about moving 1214 to the new ADT environment.</li> 1215 <li>Adds support for library projects that depend on other library 1216 projects.</li> 1217 <li>Adds support for additional resource qualifiers: 1218 <code>car</code>/<code>desk</code>, <code>night</code>/<code>notnight</code> and 1219 <code>navexposed</code>/<code>navhidden</code>.</li> 1220 <li>Adds more device screen types in the layout editor. All screen 1221 resolution/density combinations listed in the <a 1222 href="{@docRoot}guide/practices/screens_support.html#range">Supporting 1223 Multiple Screens</a> are now available.</li> 1224 <li>Fixes problems with handling of library project names that 1225 contain characters that are incompatible with the Eclipse path variable. 1226 Now properly sets up the link between the main project and the library 1227 project.</li> 1228 </ul> 1229 </dd> 1230 </dl> 1231 </div> 1232 </div> 1233 1234 1235 <div class="toggleable closed"> 1236 <a href="#" onclick="return toggleDiv(this)"> 1237 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 1238 ADT 0.9.7</a> <em>(May 2010)</em> 1239 <div class="toggleme"> 1240 1241 <dl> 1242 <dt>Library projects:</dt> 1243 <dd> 1244 <p>The ADT Plugin now supports the use of <em>library projects</em> during 1245 development, a capability that lets you store shared Android application 1246 code and resources in a separate development project. You can then reference the 1247 library project from other Android projects and, at build time, the tools 1248 compile the shared code and resources as part of the dependent applications. 1249 More information about this feature is available in the <a 1250 href="{@docRoot}tools/projects/index.html#LibraryProjects">Creating and Managing Projects</a> document. </p> 1251 <p>If you are not developing in Eclipse, <a 1252 href="tools-notes.html">SDK Tools r6</a> provides the equivalent library 1253 project support through the Ant build system.</p> 1254 </dd> 1255 </dl> 1256 </div> 1257 </div> 1258 1259 1260 <div class="toggleable closed"> 1261 <a href="#" onclick="return toggleDiv(this)"> 1262 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 1263 ADT 0.9.6</a> <em>(March 2010)</em> 1264 <div class="toggleme"> 1265 1266 <dl> 1267 <dt>Dependencies:</dt> 1268 1269 <dd><p>ADT 0.9.6 is designed for use with SDK Tools r5 and later. Before 1270 updating to ADT 0.9.6, we highly recommend that you use the Android SDK Manager to install SDK 1271 Tools r5 into your SDK.</p></dd> 1272 1273 <dt>General Notes:</dt> 1274 <dd> 1275 <ul> 1276 <li>Editing <code>default.properties</code> outside of Eclipse will now 1277 automatically update the project.</li> 1278 <li>Loads the SDK content only when a project requires it. This will make 1279 Eclipse use less resources when the SDK contains many versions of Android.</li> 1280 <li>Resolves potential deadlock between modal dialogs, when launching ADT the 1281 first time with the SDK Usage panel.</li> 1282 <li>Fixes issues with the New Project Wizard when selecting samples.</li> 1283 </ul> 1284 </dd> 1285 <dt>AVD/SDK Manager:</dt> 1286 <dd> 1287 <ul> 1288 <li>Adds support for platform samples packages.</li> 1289 <li>Improves support for dependency between packages.</li> 1290 <li>AVDs now sorted by API level.</li> 1291 <li>The AVD creation dialog now enforces a minimum SD card size of 9MB.</li> 1292 <li>Prevents deletion of running AVDs.</li> 1293 </ul> 1294 </dd> 1295 <dt>DDMS:</dt> 1296 <dd> 1297 <ul> 1298 <li>DDMS plug-in now contains the Allocation Tracker view.</li> 1299 <li>New action in the Logcat view: "Go to problem" lets you go directly from an 1300 exception trace output to the code.</li> 1301 </ul> 1302 </dd> 1303 <dt>Editors:</dt> 1304 <dd> 1305 <ul> 1306 <li>Explode mode in the Visual Layout Editor adds a margin to all layout objects 1307 so that it's easier to see embedded or empty layouts.</li> 1308 <li>Outline mode in the Visual Layout Editor draws layout outline to make it 1309 easier to see layout objects.</li> 1310 <li>Several fixes in the configuration selector of the Visual Layout 1311 Editor.</li> 1312 </ul> 1313 </dd> 1314 <dt>Application launching:</dt> 1315 <dd> 1316 <ul> 1317 <li>Applications launched from ADT now behave as if they were clicked from the 1318 Home screen.</li> 1319 <li>Fixes issue where add-on with no optional library would not show up as valid 1320 targets for application launches.</li> 1321 <li>Resolves possible crash when launching applications.</li> 1322 </ul> 1323 </dd> 1324 </dl> 1325 </div> 1326 </div> 1327 1328 <div class="toggleable closed"> 1329 <a href="#" onclick="return toggleDiv(this)"> 1330 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 1331 ADT 0.9.5</a> <em>(December 2009)</em> 1332 <div class="toggleme"> 1333 <dl> 1334 <dt>Dependencies:</dt> 1335 1336 <dd><p>ADT 0.9.5 requires features provided in SDK Tools r4 or higher. If you install 1337 ADT 0.9.5, which is highly recommended, you should use the Android SDK 1338 Manager to download the latest SDK Tools into your SDK. For more information, 1339 see <a href="{@docRoot}sdk/exploring.html">Exploring the SDK</a>.</p> 1340 </dd> 1341 1342 <dt>General notes:</dt> 1343 <dd> 1344 <ul> 1345 <li>AVD Launch dialog now shows scale value.</li> 1346 <li>Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no skin name specified.</li> 1347 <li>Fixes XML validation issue in on older Java versions.</li> 1348 <li>.apk packaging now properly ignores vi swap files as well as hidden files.</li> 1349 </ul> 1350 </dd> 1351 </dl> 1352 </div> 1353 </div> 1354 1355 <div class="toggleable closed"> 1356 <a href="#" onclick="return toggleDiv(this)"> 1357 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 1358 ADT 0.9.4</a> <em>(October 2009)</em> 1359 <div class="toggleme"> 1360 <dl> 1361 <dt>Dependencies:</dt> 1362 1363 <dd><p>ADT 0.9.4 requires features provided in SDK Tools r3 or higher. If you install 1364 ADT 0.9.4, which is highly recommended, you should use the Android SDK 1365 Manager to download the latest SDK Tools into your SDK. For more information, 1366 see <a href="{@docRoot}sdk/exploring.html">Exploring the SDK</a>.</p> 1367 </dd> 1368 1369 <dt>Project Creation Wizard:</dt> 1370 <dd> 1371 <ul> 1372 <li>New option to create a project from a sample by choosing it from a list.</li> 1373 </ul> 1374 </dd> 1375 1376 <dt>Layout Editor:</dt> 1377 <dd> 1378 <ul> 1379 <li>Improved Configuration selector that lets you see how your layout will 1380 render on different devices. Default device descriptions include ADP1 1381 and Google Ion, while SDK add-ons can also provide new descriptions. 1382 A new UI allows you to create custom descriptions.</li> 1383 <li>Adds a new clipping toggle, to let you see your full layout even if it's 1384 bigger than the screen.</li> 1385 </ul> 1386 </dd> 1387 1388 <dt>DDMS integration:</dt> 1389 <dd> 1390 <ul> 1391 <li>Includes the improvements from the standlone DDMS, revision 3.</li> 1392 <li>Adds an option to open HPROF files into eclipse instead of writing them on 1393 disk. If a profiler such as MAT (<a href="http://eclipse.org/mat">Memory Analyzer 1394 Tool</a>) is installed, it'll open the file.</li> 1395 </ul> 1396 </dd> 1397 1398 <dt>Android SDK and AVD Manager integration:</dt> 1399 <dd> 1400 <ul> 1401 <li>Includes the improvements from the standalone Android SDK and AVD Manager, 1402 revision 3.</li> 1403 </ul> 1404 </dd> 1405 </dl> 1406 </div> 1407 </div> 1408