0

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?

Jack
  • 151
  • 1
  • 4
  • 21
  • Possible duplicate of [How do I open my existing Eclipse projects in Android Studio?](http://stackoverflow.com/questions/16584263/how-do-i-open-my-existing-eclipse-projects-in-android-studio) – N J Jun 08 '16 at 13:39

4 Answers4

4

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

Meenaxi
  • 567
  • 5
  • 17
3

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

3

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

Jatinkumar Patel
  • 1,094
  • 2
  • 17
  • 34
1

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

File> New> Import Project...

Ishita Sinha
  • 2,168
  • 4
  • 25
  • 38