为什么Android Studio中没有预览\ res \ menu \ main.xml?

时间:2013-06-02 07:11:33

标签: android android-layout android-studio

我正在使用Android studio 130.677228。一切都很好并安装完成,我的项目已成功构建。但我没有布局的预览选项卡,“工具窗口”中没有“预览”菜单

为什么呢?我该如何解决这个问题?

enter image description here

我读过:

Where is Android Studio layout preview?

Select target API in the Android Studio layout design preview

How do I show the rich layout editor in Android Studio?

但我的答案不存在。

3 个答案:

答案 0 :(得分:11)

从我可以看到您正在编辑菜单资源文件,而不是布局资源文件。布局预览仅在编辑布局资源时可用。

编辑实际资源文件后,应将其存储在“/ layout /”文件夹中,您将在Maven Projects下方的最右侧看到编辑器预览。

enter image description here

答案 1 :(得分:1)

要查看菜单预览,您必须将API级别降低到16或更低,它会在右上角的设备上显示。在较高的API级别上,仅显示空白的白色屏幕。

答案 2 :(得分:0)

至少在Android工作室1.2.2(可能是其他人?)中,即使菜单不是布局,也可以显示菜单。您只需通过Android studio预览界面上的相应按钮选择AppTheme。

选择Holo.CompactMenu,让我们说nexus 5设置为设备。 它将粗略地显示菜单元素。