Reputation: 315
I have an Android project in eclipse and would like to move to Intellij IDEA. But I didn't find easy way to import existing android project. General project import doesn't recognize that my project for Android.
Upvotes: 17
Views: 7453
Reputation: 13846
Make sure you add the android SDK....Right click on the project -> Open Module Settings -> Facets
More info can be found here in the comments, specifically there's an article from jetbrain's wiki
Upvotes: 12