From 6ae492e672895affb47488db2d224634fe0b487b Mon Sep 17 00:00:00 2001
From: "smain@google.com"
Note: You should install the ADT plugin -only if you already have an Eclipse installation that you want to continue using. If you do not -have Eclipse installed, you should instead install -the complete Android SDK, which includes the latest IDE for Android developers.
-Your existing Eclipse installation must meet these requirements:
+Caution: +The ADT plugin for Eclipse is no longer in active development. If you're currently using it, +you should migrate +to Android Studio as soon as possible. For more details about Android Studio, see the +Android Studio guide.
+ + +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:
Note: Eclipse 3.6 (Helios) is no longer diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd index 06b9e3f317de9..77a670fbb6e08 100644 --- a/docs/html/sdk/installing/migrate.jd +++ b/docs/html/sdk/installing/migrate.jd @@ -6,7 +6,8 @@ page.title=Migrating to Android Studio
To migrate existing Android projects from Eclipse, -you should export your projects from Eclipse in order to generate -Gradle build files:
- -You can then import the project into Android Studio:
+To migrate existing Android projects, simply import them using Android Studio:
It's possible to import an existing Android project to Android Studio even if you -don't generate a Gradle build file from Eclipse—Android Studio will successfully build and -run projects using an existing Ant build file. However, in order to take advantage of build -variants and other advanced features in the future, -you should generate a Gradle build file using -the ADT plugin or write your own Gradle build file for use with Android Studio.
+Android Studio properly updates the project structure and creates the appropriate +Gradle build file.
-Learn more about Android Studio.
+For more help getting started with Android Studio and the IntelliJ user experience, +learn more about Android Studio and +read FAQ on Migrating to IntelliJ IDEA.
diff --git a/docs/html/sdk/installing/studio-build.jd b/docs/html/sdk/installing/studio-build.jd index c80368f7f8eef..4fe90719e0dd0 100644 --- a/docs/html/sdk/installing/studio-build.jd +++ b/docs/html/sdk/installing/studio-build.jd @@ -13,7 +13,7 @@ page.title=Build System OverviewThe Android Developer Tools (ADT) plugin for Eclipse provides a professional-grade development -environment for building Android apps. It's a full Java IDE with advanced features to help you build, -test, debug, and package your Android apps.
- -Android developers are encouraged to migrate -to Android Studio as the Eclipse ADT is no longer in active development. -
- -The Android Studio build system replaces the Apache Ant build software used with Eclipse ADT -with an Android plugin for Gradle. Gradle is an -advanced build toolkit that manages dependencies and allows you to define custom build logic. Android -Studio also adds support for Maven-based build dependencies, build variants, advanced code -completion and refactoring. For more details about Android Studio, see the -Android Studio guide. - -
If you still wish to get started with the ADT plugin, -download and install the Eclipse ADT plugin. -
- - - diff --git a/docs/html/tools/help/adt.jd b/docs/html/tools/help/adt.jd index 1bb30152a08b6..1df5cf4e92a5e 100644 --- a/docs/html/tools/help/adt.jd +++ b/docs/html/tools/help/adt.jd @@ -24,63 +24,29 @@ page.tags=adtADT (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.
-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:
-Caution: +The ADT plugin for Eclipse is no longer in active development. If you're currently using it, +you should migrate +to Android Studio as soon as possible. For more details about Android Studio, see the +Android Studio guide.
-If you still wish to use the ADT plugin for Eclipse, see +Installing Eclipse Plugin. +
-You can find the most up-to-date and more detailed information about changes and new features -on the Recent Changes page at the Android Tools -Project site.
If you encounter problems during the update, remove the existing ADT plugin from Eclipse, then -perform a fresh installation, using the instructions for Installing the ADT +perform a fresh installation, using the instructions for Installing the ADT Plugin.
diff --git a/docs/html/tools/studio/index.jd b/docs/html/tools/studio/index.jd index 1b9dd182aa9ee..a80f3a11b5577 100644 --- a/docs/html/tools/studio/index.jd +++ b/docs/html/tools/studio/index.jd @@ -102,9 +102,8 @@ the ProjectWhen you use the Project view of a new project in Android Studio or -( a project migrated from Eclipse), you -should notice that the project structure appears different than you may be used to. Each +
When you use the Project view of a new project in Android Studio, you +should notice that the project structure appears different than you may be used to in Eclipse. Each instance of Android Studio contains a project with one or more application modules. Each application module folder contains the complete source sets for that module, including {@code src/main} and {@code src/androidTest} directories, resources, build diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index a8c588a6d9452..9e791615ca0b7 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -159,13 +159,6 @@ class="en">Support Library
class="en">Tools Help