How to convert IntelliJ project to Eclipse?

I had the same issue and (I don't have Intellij) but doc_180's comment pointed me in the right direction. Here is a simple solution. In Eclipse create a new blank Android project. Copy the .project and .classpath files and the .settings folder to the Intellij folder. Edit the .project file and change the name of the project.

You should now be able to Import the project in Eclipse by right clicking and selecting "Import->Existing Project into Workspace".

I see this is an old question, but thought I should add this answer for others Googling it like me ;)


There is an export to eclipse option in Intellij Under file menu.

This option will generate you the necessary .project and .classpath files that will be used by eclipse. Personally, I would remove any IDE dependencies using some dependency management systems like Maven or Apache IVY. ( Is system the right term?)