From b0afc540ebee64ded367ce34ae8f61cb8c2478e7 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Thu, 25 Jun 2015 17:48:35 -0700 Subject: docs: Eclipse ADT end-of-life note Change-Id: I5fe9de7145104191d330259c7e16ea14cc4a651e --- docs/html/sdk/installing/installing-adt.jd | 17 ++++++++--------- docs/html/tools/building/building-cmdline-ant.jd | 8 ++++++++ docs/html/tools/help/adt.jd | 19 ++++++++++--------- 3 files changed, 26 insertions(+), 18 deletions(-) (limited to 'docs') diff --git a/docs/html/sdk/installing/installing-adt.jd b/docs/html/sdk/installing/installing-adt.jd index 5559d1a..b89c068 100644 --- a/docs/html/sdk/installing/installing-adt.jd +++ b/docs/html/sdk/installing/installing-adt.jd @@ -7,6 +7,14 @@ adt.zip.checksum=f64b7e50c84799f41c642218c35f1bbe @jd:body +

+ Important: Support for the Android Developer Tools (ADT) in Eclipse is ending, + per our announcement. You should migrate your app development projects to + Android Studio as soon as possible. For more information on transitioning to Android Studio, see + Migrating to Android Studio. +

Android offers a custom plugin for the Eclipse IDE, called Android Development Tools (ADT). This plugin provides a powerful, integrated @@ -15,15 +23,6 @@ of Eclipse to let you quickly set up new Android projects, build an app UI, debug your app, and export signed (or unsigned) app packages (APKs) for distribution.

-

Note: -If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDE -for Android, so you should migrate to Android Studio to receive all the -latest IDE updates. For help moving projects, -see Migrating to Android -Studio.

- -

You should install the ADT plugin only if you already have an Eclipse installation that you want to continue using. Your existing Eclipse installation must meet these requirements:

diff --git a/docs/html/tools/building/building-cmdline-ant.jd b/docs/html/tools/building/building-cmdline-ant.jd index 51158de..add6ca2 100644 --- a/docs/html/tools/building/building-cmdline-ant.jd +++ b/docs/html/tools/building/building-cmdline-ant.jd @@ -31,6 +31,14 @@ Emulator +

+ Important: Support for Ant as a build tool for Android is ending, per our + announcement. You should migrate your app development projects to + Android Studio and Gradle as soon as possible. For more information on transitioning to these + tools, see Migrating to Android Studio. +

+

There are two ways to build your application using the Ant build script: one for testing/debugging your application — debug mode — and one for building your final package for release — release mode. Regardless of which way you build your application, diff --git a/docs/html/tools/help/adt.jd b/docs/html/tools/help/adt.jd index 8abe1b4..0fac62d 100644 --- a/docs/html/tools/help/adt.jd +++ b/docs/html/tools/help/adt.jd @@ -30,20 +30,21 @@ page.tags=adt -

ADT (Android Developer Tools) is a plugin for Eclipse that provides a suite of +

+ Important: Support for the Android Developer Tools (ADT) in Eclipse is ending, + per our announcement. You should migrate your app development projects to + Android Studio as soon as possible. For more information on transitioning to Android Studio, see + Migrating to Android Studio. +

+ +

Android Developer Tools (ADT) 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. 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.

-

Note: -If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDE -for Android, so you should migrate to Android Studio to receive all the -latest IDE updates. For help moving projects, -see Migrating to Android -Studio.

-

If you still wish to use the ADT plugin for Eclipse, see Installing Eclipse Plugin.

-- cgit v1.1