Export from Eclipse
- Update your Eclipse ADT Plugin to 22.0 or higher, then go to File | Export
- Go to Android now then click on
Generate Gradle build files
, then it would generate gradle file for you. - Select your project you want to export
- Click on finish now
Import into Android Studio
- In Android Studio, close any projects currently open. You should see the Welcome to Android Studio window.
- Click Import Project.
- Locate the project you exported from Eclipse, expand it, select it and click OK.