机器人工作室的新项目丢失的文件夹机器人、文件夹、新项目、工作室

2023-09-12 11:28:26 作者:_海ミ蓝蓝

我已经创建了采用Android工作室(0.2.2)的最新版本,一个新的项目,这是工作室的全新安装。当我在项目资源管理器视图,它不能给我为我的项目的任何文件夹。我应该可以看到一个根项目文件夹,并在它的.idea,摇篮和模块文件夹,但他们都没有显示。

I have created a new project using the latest version of Android Studio (0.2.2), this is a fresh install of studio. When I am in the project explorer view, it fails to show me any folders for my project. I should see a root project folder, and within it the .idea, gradle, and module folders, but they are not showing.

这是我希望看到(从第一次启动创建示例项目采取的):

Here is what I expect to see (taken from the sample project created on first boot):

但这里是我的项目的创建后立即看到:

But here is what I see immediately after the project's creation:

我无法弄清楚如何公开我的项目的文件夹!我不想没有项目资源管理器来开发,它简直是太麻烦了。难道我创建项目有误,还是我失去了一些不那么明显的设置的地方?

I cannot figure out how to expose my project's folders! I do not want to develop without the project explorer, it's simply too much of a hassle. Did I create the project incorrectly, or am I missing some not-so-obvious setting somewhere?

感谢。

推荐答案

这里的问题是,我认为Android的工作室会为应用程序创建的模块。我以为这是因为它让我一开始对应用程序的名称,模块的名称,包装,SDK的信息等。

The problem here is that I assumed android studio would create a module for the application. I assumed this because it asked me at the beginning for app name, module name, package, sdk info etc.

这个假设被证明是错误的。 您必须手动通过文件创建的第一个模块>项目结构。之后做到这一点,项目资源管理器显示的文件。

This assumption turned out to be false. You must create your first module manually through File > Project Structure. After that is done, the project explorer shows the files.