Android Studio: Import the project from Eclipse

If you want Import the project from the Eclipse Workspace, Just follow these steps.

Go to the Eclipse workspace

File --> Export --> Select "Generate Gradle Build Files"

Select the projects want to Export --> Finish

After that Eclipse displays "you can import the build.gradle file into Android Studio"


Open Android Studio:

Import Projects --> Go to Eclipse Workspace --> Select the file "build.gradle"

Progress show the importing the gradle files and libraries, wait for few moments, after that projects has been successfully imported in Android Studio.

Comments