am b04c3d62: am bb987493: am 96424f4a: am 5b11c51d: Merge "docs:eclipse-migrate update" into lmp-docs

* commit 'b04c3d6208c127bd70502b556e6215d22b8d6192':
  docs:eclipse-migrate update
This commit is contained in:
Ricardo Cervera-Navarro
2014-11-17 19:30:11 +00:00
committed by Android Git Automerger

View File

@@ -15,23 +15,7 @@ page.title=Migrating from Eclipse
</div> </div>
<p>If you've previously developed for Android using Eclipse and would like to migrate <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 to Android Studio, you can import your project into Android Studio.</p>
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>
<h2 id="Export">Import into Android Studio</h2> <h2 id="Export">Import into Android Studio</h2>