This blog post will show you how to import an Android app that was previously developed with Eclipse in android Studio .
1. Open Android Studioand select "File", "New" and "Import project..." in the main page, as shown in:
2. In the "select Eclipse or Gradle project to Import" dialog box that pops up, select the path to the Eclipse project, and then click the "OK" button, as shown in:
3. In the popup "import Project from ADT (Eclipse Android)", select the "import Destination Directory" path, then click "Next "as shown in:
4. Tick the 3 check boxes by default, then click the "Finish" button as shown:
5, after the successful import, will open a new Android Studio Project, when the lower left corner appears similar to "Gradle build finished in 6s 863ms (moments ago)", The project conversion succeeds, as shown in:
6. Click the green triangle "Run app" in the toolbar, as shown in:
7. Open the Android app after running as shown in:
The above steps show that the Eclipse project has been successfully imported into Android studio.
Android Studio import Eclipse Project source code