blob: 18c144e294b652df31b5978b5dc8cbf1dee66b40 [file] [log] [blame]
Dirk Doughertyee58d1b2009-10-16 15:25:15 -07001page.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<h2 id="0.9.4">ADT 0.9.4</h2>
20
21<p>ADT 0.9.4 provides several new features for developers, as described below.
22</p>
23
24<h3>Dependencies</h3>
25
26<p>ADT 0.9.4 requires features provided in SDK Tools, Revision 3. If you install
27ADT 0.9.4, which is highly recommended, you should use the Android SDK and AVD
28Manager to download SDK Tools 3 or higher into your SDK. For more information,
29see <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.
30</p>
31
32<h3>Project Creation Wizard</h3>
33<ul>
34<li>New option to create a project from a sample by choosing it from a list.</li>
35</ul>
36
37<h3>Layout Editor</h3>
38<ul>
39<li>Improved Configuration selector that lets you see how your layout will
40render on different devices. Default device descriptions include ADP1
41and Google Ion, while SDK add-ons can also provide new descriptions.
42A new UI allows you to create custom descriptions.</li>
43<li>Adds a new clipping toggle, to let you see your full layout even if it's
44bigger than the screen.</li>
45</ul>
46
47<h3>DDMS Integration</h3>
48<ul>
49<li>Includes the improvements from the standlone DDMS, revision 3.</li>
50<li>Adds an option to open HPROF files into eclipse instead of writing them on
51disk. If a profiler such as MAT (Memory Analyzer Tool http://eclipse.org/mat) is
52installed, it'll open the file.</li>
53</ul>
54
55<h3>Android SDK and AVD Manager integration</h3>
56<ul>
57<li>Includes the improvements from the standalone Android SDK and AVD Manager,
58revision 3.</li>
59</ul>