Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 246
stobyer Avatar asked Dec 24 '10 10:12

stobyer


People also ask

Can I Import Eclipse project into IntelliJ?

You can import either an Eclipse workspace or a single Eclipse project. To do this, click Open on the Welcome Screen or select File | Open in the main menu. IntelliJ IDEA automatically detects Eclipse projects located on your computer and places them in the dedicated node right on the Welcome screen.

How do I Import an imported project into IntelliJ?

Launch IntelliJ IDEA. If the Welcome screen opens, press Ctrl+Shift+A , type project from existing sources , and click the Import project from existing sources action in the popup. Otherwise, from the main menu, select File | New | Project from Existing Sources.


1 Answers

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

like image 160
ninjasense Avatar answered Oct 23 '22 00:10

ninjasense