android studio 没有menu文件夹,创建menu菜单

时间:2024-05-23 11:29:40

在res下右键,单击new,单击Android Resource Directory
android studio 没有menu文件夹,创建menu菜单
在resource type这里选择menu,然后按OK
android studio 没有menu文件夹,创建menu菜单
然后我们就有menu了:
android studio 没有menu文件夹,创建menu菜单
接下来步骤用于创建menu.xml。在menu上右键,选择new,选择menu resource file
android studio 没有menu文件夹,创建menu菜单
搞定啦!可以开始开发菜单啦~
android studio 没有menu文件夹,创建menu菜单
android studio 没有menu文件夹,创建menu菜单