diff options
| author | smain@google.com <smain@google.com> | 2014-12-09 22:19:09 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-09 22:19:09 +0000 |
| commit | b1d41255540256136b058726e0e3efb0439e713f (patch) | |
| tree | 14d49adf29f51c1586df202ade2e2a4e45de7b51 /docs/html/sdk/installing | |
| parent | cf8a801906eb5143afac09baf8b4f09d8b752a10 (diff) | |
| parent | 92b6011d950a8dee26b43eb107313e98a285009c (diff) | |
| download | frameworks_base-b1d41255540256136b058726e0e3efb0439e713f.zip frameworks_base-b1d41255540256136b058726e0e3efb0439e713f.tar.gz frameworks_base-b1d41255540256136b058726e0e3efb0439e713f.tar.bz2 | |
am 92b6011d: am 9ecc18e2: am 4267450e: am 780a2231: am 2023bec7: revise ADT migration message b/18668828 and fix broken link
* commit '92b6011d950a8dee26b43eb107313e98a285009c':
revise ADT migration message b/18668828 and fix broken link
Diffstat (limited to 'docs/html/sdk/installing')
| -rw-r--r-- | docs/html/sdk/installing/installing-adt.jd | 13 | ||||
| -rw-r--r-- | docs/html/sdk/installing/migrate.jd | 7 |
2 files changed, 10 insertions, 10 deletions
diff --git a/docs/html/sdk/installing/installing-adt.jd b/docs/html/sdk/installing/installing-adt.jd index 899acf2..0114848 100644 --- a/docs/html/sdk/installing/installing-adt.jd +++ b/docs/html/sdk/installing/installing-adt.jd @@ -15,12 +15,13 @@ 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. </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>You should install the ADT plugin diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd index 77a670f..3c04cb4 100644 --- a/docs/html/sdk/installing/migrate.jd +++ b/docs/html/sdk/installing/migrate.jd @@ -16,11 +16,10 @@ page.title=Migrating to Android Studio </div> </div> -<p>If you're currently using Eclipse with ADT, we recommend you migrate to -<a href="{@docRoot}tools/studio/index.html">Android Studio</a> as soon as possible, because -the <a href="{@docRoot}tools/help/adt.html">ADT plugin</a> -for Eclipse is no longer in active development.</p> +<p>If you have been using <a href="{@docRoot}tools/help/adt.html">Eclipse with ADT</a>, 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.</p> <p>To migrate existing Android projects, simply import them using Android Studio:</p> |
