-1

I am trying to use an external eclipse project in android studio. I did n't find any nice tutorial. "Also the docs says, If you want to import this project in Android studio, here you can download build.gradle."

Can you please guide me where/how to use this build.gradle?

Step by step procedure will be appreciated?

Ritesh Kumar Gupta
  • 5,055
  • 7
  • 45
  • 71

2 Answers2

2

Open Android Studio.

  • Click 'File'.

  • Click 'Import Project'.

  • Choose the project to import.

  • It will ask for a destination to save the project as Android
    Studio's.

  • Save it and it will automatically convert the project

Adeel Shahzad
  • 188
  • 1
  • 16
1

Android Developers website has a quick migration guide.

General Android Studio information is available here.

Numan1617
  • 1,158
  • 5
  • 19