page.title=Migrating to Android Studio @jd:body
If you're currently using Eclipse with ADT, we recommend you migrate to Android Studio as soon as possible, because the ADT plugin for Eclipse is no longer in active development.
To migrate existing Android projects from Eclipse, you should export your projects from Eclipse in order to generate Gradle build files:
You can then import the project into Android Studio:
It's possible to import an existing Android project to Android Studio even if you don't generate a Gradle build file from Eclipse—Android Studio will successfully build and run projects using an existing Ant build file. However, in order to take advantage of build variants and other advanced features in the future, you should generate a Gradle build file using the ADT plugin or write your own Gradle build file for use with Android Studio.