Reputation: 161
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
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.
Upvotes: 4
Reputation: 2294
Here is the path from the menu (without closing existing projects):
File> New> Import Project...
Upvotes: 1
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
Upvotes: 3
Reputation: 174
Have you tried closing all projects and following import projects?
Upvotes: 3