Jack
Jack

Reputation: 161

How to import eclipse project into android studio?

Under File menu in android studio 2.1.2 I see no import but import setting. However, and obviously import setting won't allow me to import a project. So I tried opening eclipse project from File menu open in android studio but then it says "This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build system." So how do I import if there is no import option?

Upvotes: 0

Views: 4329

Answers (4)

Meenaxi
Meenaxi

Reputation: 567

close your project first File -> Close project. Then on Main screen you will see option Import project(Eclipse ADT,Gradel,etc ). Choose this option to import your eclipse project. And then follow instructions as directed.

enter image description here

Upvotes: 4

Ishita Sinha
Ishita Sinha

Reputation: 2294

Here is the path from the menu (without closing existing projects):

File> New> Import Project...

Upvotes: 1

Jatinkumar Patel
Jatinkumar Patel

Reputation: 1104

close existing open project and then You got dialog from that you choose below option for import eclipse project to android studio

Import project(Eclipse ADT, Gradle, etc) options

For eg: check image enter image description here

Upvotes: 3

Andrea Biagioni
Andrea Biagioni

Reputation: 174

Have you tried closing all projects and following import projects? screen

Upvotes: 3

Related Questions