I imported my Eclipse project to Android Studio. Import succeeded except that root project folder in not shown in the Project tab; only nested modules are visible.
The problem was because the import wizard didn't create an .iml
file for the root project module.
I have solved this by closing the project then importing it again by double clicking on the project's folder (not on build.gradle
). So it created this .iml
file and now is displaying the root folder in its place.
P.S. I did reimport with Android Studio 0.8.3, maybe they have fixed something.