Android Studio 0.8.1: imported project, missing root folder

前端 未结 1 1257
野性不改
野性不改 2021-01-24 00:21

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.

相关标签:
1条回答
  • 2021-01-24 00:55

    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.

    0 讨论(0)
提交回复
热议问题