diff options
| author | smain@google.com <smain@google.com> | 2014-12-08 19:18:27 -0800 |
|---|---|---|
| committer | smain@google.com <smain@google.com> | 2014-12-08 19:37:17 -0800 |
| commit | 2023bec7bfed3175819abbe59ebc974872c7981c (patch) | |
| tree | 344732d56a257ef250a5c838b692bfee265afe68 /docs/html/tools/help | |
| parent | a111eb840bd85c74bf77efca4fce0213b56ff1bd (diff) | |
| download | frameworks_base-2023bec7bfed3175819abbe59ebc974872c7981c.zip frameworks_base-2023bec7bfed3175819abbe59ebc974872c7981c.tar.gz frameworks_base-2023bec7bfed3175819abbe59ebc974872c7981c.tar.bz2 | |
revise ADT migration message
b/18668828
and fix broken link
Change-Id: I64cba60ebdd0649a0394e0f4284160514f56099e
Diffstat (limited to 'docs/html/tools/help')
| -rw-r--r-- | docs/html/tools/help/adt.jd | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/html/tools/help/adt.jd b/docs/html/tools/help/adt.jd index 1df5cf4..0130524 100644 --- a/docs/html/tools/help/adt.jd +++ b/docs/html/tools/help/adt.jd @@ -36,12 +36,13 @@ page.tags=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="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> +<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> |
