Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame^] | 1 | page.title=ADT Plugin Notes |
| 2 | @jd:body |
| 3 | |
| 4 | <p>Android Development Tools (ADT) is a development plugin for the Eclipse IDE. It |
| 5 | extends the capabilites of Eclipse to let you quickly set up new Android |
| 6 | projects, create an application UI, add components based on the Android |
| 7 | Framework API, debug your applications using the Android SDK tools, and even export |
| 8 | signed (or unsigned) APKs in order to distribute your application.</p> |
| 9 | |
| 10 | <p>This document provides version-specific information about ADT releases. To |
| 11 | keep up-to-date on new releases, make sure that you view this page at <a |
| 12 | href="http://developer.android.com/sdk/adt-notes.html">http://developer. |
| 13 | android.com/sdk/adt-notes.html</a>.</p> |
| 14 | |
| 15 | <p>To install ADT in your Eclipse IDE environment, use the Eclipse Update Site |
| 16 | feature. For more information, see <a |
| 17 | href="{@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 |
| 27 | ADT 0.9.4, which is highly recommended, you should use the Android SDK and AVD |
| 28 | Manager to download SDK Tools 3 or higher into your SDK. For more information, |
| 29 | see <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 |
| 40 | render on different devices. Default device descriptions include ADP1 |
| 41 | and Google Ion, while SDK add-ons can also provide new descriptions. |
| 42 | A 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 |
| 44 | bigger 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 |
| 51 | disk. If a profiler such as MAT (Memory Analyzer Tool http://eclipse.org/mat) is |
| 52 | installed, 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, |
| 58 | revision 3.</li> |
| 59 | </ul> |