From 461b265d4882c3d2bad5d8bdf942699e89612cc2 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Tue, 28 Oct 2014 14:06:49 -0700 Subject: [PATCH] docs:eclipse-migrate update https://code.google.com/p/android/issues/detail?id=78229 Change-Id: Ia2e263bf550369208d77c82b47db3bd4a4b23ad6 --- docs/html/sdk/installing/migrate.jd | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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