stobyer
stobyer

Reputation: 315

How do easily I import eclipse android project into Intellij IDEA 10

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

Answers (1)

ninjasense
ninjasense

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

Related Questions