Reputation: 953
I get Android project from Eclipse, and I can import it to my Android Studio. I read all instructions about it... first step is export this project from eclipse. But I dont have eclipse and I cant install it. Can I import this project without Eclipse? Thanks a lot.
Upvotes: 1
Views: 454
Reputation: 520
The documentation at the developer site says:
Note: 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, we strongly suggest that you generate a Gradle build file using the ADT plugin or write your own Gradle build file for use with Android Studio. For more information about the Gradle build system, see the Gradle Plugin User Guide.
Upvotes: 1