Android的工作室0.8.1:导入的项目,缺少的根文件夹文件夹、工作室、项目、Android

由网友(我不适合流泪爱我别走。)分享简介:我输入我的Eclipse项目到Android工作室。导入成功,除了在项目选项卡中显示的不是根项目文件夹;仅嵌套模块都可见。I imported my Eclipse project to Android Studio. Import succeeded except that root project folder...

我输入我的Eclipse项目到Android工作室。导入成功,除了在项目选项卡中显示的不是根项目文件夹;仅嵌套模块都可见。

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。我看着android工作室新项目丢失的文件夹的,但解决方案不为我工作。

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

推荐答案

这个问题是因为导入向导没有创建一个 .iml 文件根项目模块

The problem was because the import wizard didn't create an .iml file for the root project module.

我已经解决了这个被关闭的项目,然后在项目的文件夹再次导入它通过双击(而不是在 build.gradle )。因此,它创造了这个 .iml 文件,现在正在显示的根文件夹在它的地方。

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。我没有重新导入了Android 0.8.3工作室,也许他们有固定的东西。

P.S. I did reimport with Android Studio 0.8.3, maybe they have fixed something.

阅读全文

相关推荐

最新文章