diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd index db1b5dd8e1518..b83f8d37c5040 100644 --- a/docs/html/sdk/installing/migrate.jd +++ b/docs/html/sdk/installing/migrate.jd @@ -15,23 +15,7 @@ page.title=Migrating from Eclipse

If you've previously developed for Android using Eclipse and would like to migrate -to Android Studio, you should export your projects from Eclipse in order to generate -Gradle build files. You can then import your project into Android Studio.

- - -

Export from Eclipse

-
    -
  1. Update your Eclipse ADT Plugin - (you must have version 22.0 or higher).
  2. -
  3. In Eclipse, select File > Export.
  4. -
  5. In the window that appears, open Android and select Generate Gradle -build files.
  6. -
  7. Select the project you want to export for Android Studio and click -Finish.
  8. -
- -

Your selected project remains in the same location but now contains a {@code build.gradle} -file and is ready for Android Studio.

+to Android Studio, you can import your project into Android Studio.

Import into Android Studio