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
- - In Android Studio, select File > Import Project.
- - Locate a project you exported from Eclipse, select the project's root directory and
- click OK.
- - Select Create project from existing sources and click
- Next.
- - Follow the walk-through to complete the import process.
+ - In Android Studio, close any projects currently open. You should see the
+ Welcome to Android Studio window.
+ - Click Import Project.
+ - Locate the project you exported from Eclipse, expand it, select the
+ build.gradle file and click OK.
+ - 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.