Android Studio 0.8.1: imported project, missing ro

2020-04-20 16:02发布

问题:

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.

How do I make project's root folder appear on top of modules?

P.S. I looked into android studio new project missing folders but the solution doesn't work for me.

回答1:

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.