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 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 19 | |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 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, |
| 23 | as described below. |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 24 | </p> |
| 25 | |
| 26 | <h3>Dependencies</h3> |
| 27 | |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 28 | <p>ADT 0.9.5 requires features provided in SDK Tools r4. If you install |
| 29 | ADT 0.9.5, which is highly recommended, you should use the Android SDK and AVD |
| 30 | Manager to download SDK Tools r4 or higher into your SDK. For more information, |
| 31 | see <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 |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 51 | ADT 0.9.4, which is highly recommended, you should use the Android SDK and AVD |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 52 | Manager to download SDK Tools r3 or higher into your SDK. For more information, |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 53 | see <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 |
| 64 | render on different devices. Default device descriptions include ADP1 |
| 65 | and Google Ion, while SDK add-ons can also provide new descriptions. |
| 66 | A 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 |
| 68 | bigger 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 |
Dirk Dougherty | eeb0b25 | 2009-10-22 16:08:32 -0700 | [diff] [blame] | 75 | disk. If a profiler such as MAT (<a href="http://eclipse.org/mat">Memory Analyzer |
| 76 | Tool</a>) is installed, it'll open the file.</li> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 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, |
| 82 | revision 3.</li> |
| 83 | </ul> |