0

I tried to import an eclipse project into android studio it causes unresolved errors so after searching i found out that i should import android.manifest instead of gradle so when i tried to import it again it said cannot import project as shown bellow.

The Project file specified already exists

so my question is how can i remove existing project so i can import again ?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Farido mastr
  • 464
  • 5
  • 12

1 Answers1

0
  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.

3. Select your project you want to export

4. Click on the finish now

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.