0

I am working on a project that was made with Eclipse ADT.

I started up Android Studio, and clicked on "Import Project"

I am getting the following screen:

screen

I am currently unsure what to do, as the project was not made by me and as such I do not have access to the Eclipse workspace directory.

How should I approach this?

Robert
  • 199
  • 1
  • 9

3 Answers3

2

Export from Eclipse

  1. Update your Eclipse ADT Plugin to 22.0 or higher, then go to File | Export

  2. Go to Android now then click on Generate Gradle build files, then it would generate gradle file for you.

    enter image description here

  3. Select your project you want to export

    enter image description here

  4. Click on finish now

    enter image description here

Import into Android Studio

  1. In Android Studio, close any projects currently open. You should see the Welcome to Android Studio window.

  2. Click Import Project.

  3. Locate the project you exported from Eclipse, expand it, select it and click OK.

For more detail visit this : How do you import an Eclipse project into Android Studio now?

Community
  • 1
  • 1
1

Try This

  1. In Android Studio, close any projects currently open. You should see the Welcome to Android Studio window. 2.Click Import Project(Eclipse,Gradle..etc) 3.Choose The Project to import in Andriod Studio
Kiruthika
  • 61
  • 3
0

open android studio (assuming you already have one project open, else follow Kiruthika's answer ), got to 1.file 2.new 3.import project 4.select your eclipse project 5.follow onscreen instructions

Nilabja
  • 4,206
  • 5
  • 27
  • 45