Saturday, January 24, 2015

Import Project From Eclipse ADT to Android Studio

It is recommended to migrate from Eclipse with ADT to Android Studio since it is now the official IDE for Android to receive all the latest IDE updates.

Android Studio Import Projects


To migrate existing Android projects, simply import them using Android Studio:

    In Android Studio, close any projects currently open. You should see the Welcome to Android Studio window.
    Click Import Non-Android Studio project.
    Locate the project you exported from Eclipse, expand it and select the target folder.
    No need to select the build.gradle file anymore.
    click OK and Android Studio will do the rest.

Android Studio properly updates the project structure and creates the appropriate Gradle build file.

Download Android Studio: https://developer.android.com/sdk/index.html

No comments:

Post a Comment