OSDN Git Service

docs:eclipse-migrate update
authorRich Slogar <rslogar@google.com>
Tue, 28 Oct 2014 21:06:49 +0000 (14:06 -0700)
committerRicardo Cervera-Navarro <rcervera@google.com>
Tue, 28 Oct 2014 23:20:32 +0000 (23:20 +0000)
https://code.google.com/p/android/issues/detail?id=78229

Change-Id: Ia2e263bf550369208d77c82b47db3bd4a4b23ad6

docs/html/sdk/installing/migrate.jd

index db1b5dd..b83f8d3 100644 (file)
@@ -15,23 +15,7 @@ page.title=Migrating from Eclipse
 </div>
 
 <p>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.</p>
-
-
-<h2 id="Export">Export from Eclipse</h2>
-<ol>
-<li><a href="{@docRoot}tools/help/adt.html#Updating">Update your Eclipse ADT Plugin</a>
-  (you must have version 22.0 or higher).</li>
-<li>In Eclipse, select <strong>File > Export</strong>.</li>
-<li>In the window that appears, open <strong>Android</strong> and select <strong>Generate Gradle
-build files</strong>.</li>
-<li>Select the project you want to export for Android Studio and click
-<strong>Finish</strong>.</li>
-</ol>
-
-<p>Your selected project remains in the same location but now contains a {@code build.gradle}
-file and is ready for Android Studio.</p>
+to Android Studio, you can import your project into Android Studio.</p>
 
 
 <h2 id="Export">Import into Android Studio</h2>