无法看到hello world app的默认项目结构

时间:2016-08-23 12:55:20

标签: android android-studio

我正在尝试创建默认的helloworld项目,项目显示如下图所示。

empty screen

为什么我看不到项目结构?

3 个答案:

答案 0 :(得分:0)

请点击左侧的项目标签。

enter image description here

enter image description here

App - > res - >布局 - >你的档案

答案 1 :(得分:0)

请参阅此处发布的图片。

img

答案 2 :(得分:0)

如果您想查看应用程序的屏幕(布局),您需要浏览以下内容:

项目 - > app - > res - > 布局

您可以在此处找到布局文件(屏幕截图中的activity_control.xml)。双击此文件即可打开。如果您可以看到XML代码但想要查看虚拟设备,只需点击左下角的设计按钮。

Here you can find yout layout-files.