Reputation: 81
I want to import eclipse android project into IntelliJ. The problem is, that in the Import Module wizard (Import project from external model), I can not choose Eclipse because it is not listed. Flash Builder, Gradle, or Maven are listed but eclipse is missing.
Upvotes: 1
Views: 316
Reputation: 11234
Looks like you have no Eclipse Integration
plugin. In Intellij IDEA go to the Settings
-> Plugins
and install it from repository.
Upvotes: 1