diff options
Diffstat (limited to 'docs/html/tools/help/adt.jd')
-rw-r--r-- | docs/html/tools/help/adt.jd | 57 |
1 files changed, 12 insertions, 45 deletions
diff --git a/docs/html/tools/help/adt.jd b/docs/html/tools/help/adt.jd index 1bb3015..1df5cf4 100644 --- a/docs/html/tools/help/adt.jd +++ b/docs/html/tools/help/adt.jd @@ -24,63 +24,29 @@ page.tags=adt </li> <li><a href="#refactoring">Layout Factoring Support</a></li> - <li><a href="#Updating">Updating the ADT Plugin</h2> + <li><a href="#Updating">Updating the ADT Plugin</a></li> </ol> - - <h2>Related videos</h2> - - <ol> - <li><a href="{@docRoot}videos/index.html#v=Oq05KqjXTvs">Android Developer Tools - Google I/O Session</a> - </li> - </ol> - - <h2>See also</h2> - - <ol> - <li><a href="http://tools.android.com/recent">Android Tools change blog</a></li> - </ol> </div> </div> <p>ADT (Android Developer Tools) is a plugin for Eclipse that provides a suite of tools that are integrated with the Eclipse IDE. It offers you access to many features that help - you develop Android applications quickly. ADT + you develop Android applications. ADT provides GUI access to many of the command line SDK tools as well as a UI design tool for rapid prototyping, designing, and building of your application's user interface.</p> - <p>Because ADT is a plugin for Eclipse, you get the functionality of a well-established IDE, - along with Android-specific features that are bundled with ADT. The following - describes important features of Eclipse and ADT:</p> - - <dl> - <dt><strong>Integrated Android project creation, building, packaging, installation, and - debugging</strong></dt> - - <dd>ADT integrates many development workflow tasks into Eclipse, making it easy for you to - rapidly develop and test your Android applications.</dd> - <dt><strong>SDK Tools integration</strong></dt> +<p class="caution"><strong>Caution:</strong> +The ADT plugin for Eclipse is no longer in active development. If you're currently using it, +you should <a href="{@docRoot}sdk/installing/migrate.html">migrate +to Android Studio</a> as soon as possible. For more details about Android Studio, see the +<a href="{@docRoot}tools/studio/index.html">Android Studio</a> guide.</p> - <dd>Many of the <a href="#tools">SDK tools</a> are integrated into Eclipse's menus, - perspectives, or as a part of background processes ran by ADT.</dd> - - <dt><strong>Java programming language and XML editors</strong></dt> - - <dd>The Java programming language editor contains common IDE features such as compile time - syntax checking, auto-completion, and integrated documentation for the Android framework APIs. - ADT also provides custom XML editors that let you - edit Android-specific XML files in a form-based UI. A graphical layout editor lets you design - user interfaces with a drag and drop interface.</dd> - - <dt><strong>Integrated documentation for Android framework APIs</strong></dt> - <dd>You can access documentation by hovering over classes, methods, or variables.</dd> - </dl> +<p>If you still wish to use the ADT plugin for Eclipse, see +<a href="{@docRoot}sdk/installing/installing-adt.html">Installing Eclipse Plugin.</a> +</p> - <p>You can find the most up-to-date and more detailed information about changes and new features -on the <a href="http://tools.android.com/recent">Recent Changes</a> page at the Android Tools -Project site.</p> <h2 id="tools">SDK Tools Integration</h2> @@ -568,5 +534,6 @@ to install it. </p> <p>If you encounter problems during the update, remove the existing ADT plugin from Eclipse, then -perform a fresh installation, using the instructions for <a href="#installing">Installing the ADT +perform a fresh installation, using the instructions for <a +href="{@docRoot}sdk/installing/installing-adt.html">Installing the ADT Plugin</a>.</p> |