1page.title=ADT Plugin Notes 2@jd:body 3 4<p>Android Development Tools (ADT) is a development plugin for the Eclipse IDE. It 5extends the capabilites of Eclipse to let you quickly set up new Android 6projects, create an application UI, add components based on the Android 7Framework API, debug your applications using the Android SDK tools, and even export 8signed (or unsigned) APKs in order to distribute your application.</p> 9 10<p>This document provides version-specific information about ADT releases. To 11keep up-to-date on new releases, make sure that you view this page at <a 12href="http://developer.android.com/sdk/adt-notes.html">http://developer. 13android.com/sdk/adt-notes.html</a>.</p> 14 15<p>To install ADT in your Eclipse IDE environment, use the Eclipse Update Site 16feature. For more information, see <a 17href="{@docRoot}sdk/eclipse-adt.html">Installing and Updating ADT</a>. </p> 18 19 20<h2 id="0.9.5">ADT 0.9.5</h2> 21 22<p>December 2009. ADT 0.9.5 provides several bug fixes for developers, 23as described below. 24</p> 25 26<h3>Dependencies</h3> 27 28<p>ADT 0.9.5 requires features provided in SDK Tools r4. If you install 29ADT 0.9.5, which is highly recommended, you should use the Android SDK and AVD 30Manager to download SDK Tools r4 or higher into your SDK. For more information, 31see <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>. 32</p> 33 34<h3>General Notes</h3> 35<ul> 36<li>AVD Launch dialog now shows scale value.</li> 37<li>Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no skin name specified.</li> 38<li>Fixes XML validation issue in on older Java versions.</li> 39<li>.apk packaging now properly ignores vi swap files as well as hidden files.</li> 40</ul> 41 42 43<h2 id="0.9.4">ADT 0.9.4</h2> 44 45<p>October 2009. ADT 0.9.4 provides several new features for developers, as described below. 46</p> 47 48<h3>Dependencies</h3> 49 50<p>ADT 0.9.4 requires features provided in SDK Tools, revision 3. If you install 51ADT 0.9.4, which is highly recommended, you should use the Android SDK and AVD 52Manager to download SDK Tools r3 or higher into your SDK. For more information, 53see <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>. 54</p> 55 56<h3>Project Creation Wizard</h3> 57<ul> 58<li>New option to create a project from a sample by choosing it from a list.</li> 59</ul> 60 61<h3>Layout Editor</h3> 62<ul> 63<li>Improved Configuration selector that lets you see how your layout will 64render on different devices. Default device descriptions include ADP1 65and Google Ion, while SDK add-ons can also provide new descriptions. 66A new UI allows you to create custom descriptions.</li> 67<li>Adds a new clipping toggle, to let you see your full layout even if it's 68bigger than the screen.</li> 69</ul> 70 71<h3>DDMS Integration</h3> 72<ul> 73<li>Includes the improvements from the standlone DDMS, revision 3.</li> 74<li>Adds an option to open HPROF files into eclipse instead of writing them on 75disk. If a profiler such as MAT (<a href="http://eclipse.org/mat">Memory Analyzer 76Tool</a>) is installed, it'll open the file.</li> 77</ul> 78 79<h3>Android SDK and AVD Manager integration</h3> 80<ul> 81<li>Includes the improvements from the standalone Android SDK and AVD Manager, 82revision 3.</li> 83</ul>