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