summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2015-06-25 17:48:35 -0700
committerJoe Fernandez <joefernandez@google.com>2015-06-25 23:40:32 -0700
commitb0afc540ebee64ded367ce34ae8f61cb8c2478e7 (patch)
tree766426361d6ef033ef80815fb969de0dd840c744 /docs/html/tools/help
parentfa5f184faf7da28e3a6d2acd18bb9bfaac4eb2f1 (diff)
downloadframeworks_base-b0afc540ebee64ded367ce34ae8f61cb8c2478e7.zip
frameworks_base-b0afc540ebee64ded367ce34ae8f61cb8c2478e7.tar.gz
frameworks_base-b0afc540ebee64ded367ce34ae8f61cb8c2478e7.tar.bz2
docs: Eclipse ADT end-of-life note
Change-Id: I5fe9de7145104191d330259c7e16ea14cc4a651e
Diffstat (limited to 'docs/html/tools/help')
-rw-r--r--docs/html/tools/help/adt.jd19
1 files changed, 10 insertions, 9 deletions
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
</div>
</div>
- <p>ADT (Android Developer Tools) is a plugin for Eclipse that provides a suite of
+<p class="caution">
+ <strong>Important:</strong> Support for the Android Developer Tools (ADT) in Eclipse is ending,
+ per our <a href=
+ "http://android-developers.blogspot.com/2015/06/an-update-on-eclipse-android-developer.html"
+ class="external-link">announcement</a>. You should migrate your app development projects to
+ Android Studio as soon as possible. For more information on transitioning to Android Studio, see
+ <a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android Studio</a>.
+</p>
+
+ <p>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.</p>
-<p class="note"><strong>Note:</strong>
-If you have been using Eclipse with ADT, be aware that <a
-href="{@docRoot}tools/studio/index.html">Android Studio</a> 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 <a href="/sdk/installing/migrate.html">Migrating to Android
-Studio</a>.</p>
-
<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>