Hi,
I have been using eclipse to break android source code. I have 1 .classpath/.project for my eclipse project.
Now I want to switch to Intellij. How can I import that 1 .classpath/.project to create an Intellij project.
I have tried using the import tool in intellij. But it tries to search ALL subdirectory for the directory I specifed and tries to import ALL .classpath that it finds.
How can I by-pass that?
Thank you.