From ca9948ae33e4ffdc057cc8f2b1efef9c38625436 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 31 May 2013 10:42:35 -0700 Subject: [PATCH] revise migrating to Studio procedure Change-Id: Ic8d2498414ccdbe45b7ce349ecb84925e9830ee9 --- docs/html/sdk/installing/migrate.jd | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd index d988a95ab8189..20a698b2fb138 100644 --- a/docs/html/sdk/installing/migrate.jd +++ b/docs/html/sdk/installing/migrate.jd @@ -15,26 +15,27 @@ Gradle build files. You can then import your project into Android Studio.

  • In Eclipse, select File > Export.
  • In the window that appears, open Android and select Generate Gradle build files.
  • -
  • Select the projects you want to export for Android Studio and click +
  • Select the project you want to export for Android Studio and click Finish.
  • -

    Your selected projects remain in the same location but now contain a {@code build.gradle} -file and are ready for Android Studio.

    +

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

    Import into Android Studio

      -
    1. In Android Studio, select File > Import Project.
    2. -
    3. Locate a project you exported from Eclipse, select the project's root directory and - click OK.
    4. -
    5. Select Create project from existing sources and click - Next.
    6. -
    7. Follow the walk-through to complete the import process.
    8. +
    9. In Android Studio, close any projects currently open. You should see the + Welcome to Android Studio window.
    10. +
    11. Click Import Project.
    12. +
    13. Locate the project you exported from Eclipse, expand it, select the + build.gradle file and click OK.
    14. +
    15. In the following dialog, leave Use gradle wrapper selected and click + OK. (You do not need to specify the Gradle home.)
    -

    Now that your projects are imported to Android Studio, +

    Now that your project is imported to Android Studio, read Tips and Tricks for some help getting started.