I have a large Android project which was initially made in Eclipse thus being file-based project. I would like to convert it to IDEA's directory-based project, but I do not know which files will be changed in this process.
What are the dangers I should be aware of when converting file-based project to directory-based project?
Do any files get deleted in such conversion?
After the conversion, will Eclipse users be able to open the project or I would have to convert it back to file-based each time I need to share the project with such users?
Thanks for your help and time.