禁用 android 模拟器中的菜单按钮

发布于 2024-12-21 04:02:48 字数 127 浏览 2 评论 0原文

为 ICS 开发应用程序时 - 操作栏看起来会有所不同,具体取决于设备上是否存在物理菜单按钮。

例如,如果没有,则操作栏中会显示一个虚拟按钮。

是否可以通过在模拟器中以某种方式禁用它来模拟没有菜单按钮的设备?

When developing applications for ICS - the actionbar looks different depending on if there is a physical menubutton present on the device or not.

For example if not, a virtual button is displayed in the actionbar.

Is it possible to emulate a device without a menubutton by disabling it somehow in the emulator?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

べ映画 2024-12-28 04:02:48

有一个选项“硬件后退/主页键”。创建虚拟设备时指定该选项并将其设置为“no”。

There is an option "hardware back/home keys". Specify the option and set it to "no" when creating the virtual device.

他不在意 2024-12-28 04:02:48

打开AVD Manager,点击Show on Disk选项,在打开的目录中编辑config.ini文件,找到hw.mainKeys配置并将其设置为“yes”

hw.mainKeys = yes

保存文件并重新启动 AVD。

请参阅下面的屏幕截图了解更多详细信息
输入图像描述这里
输入图像描述这里

Open the AVD Manager, ClickShow on Diskoption, Edit theconfig.inifile from the opened directory, findhw.mainKeysconfig and set it toyes`

hw.mainKeys = yes

Save the file and restart the AVD.

Refer screenshots below for more details
enter image description here
enter image description here

不乱于心 2024-12-28 04:02:48

使用更新的 SDK 工具(截至本答案的 R22),AVD 管理器编辑器不再在 UI 上公开这些选项。您必须手动编辑 AVD 的 config.ini 并将以下密钥从

hw.mainKeys=yes

更改为

hw.mainKeys=no

With updated SDK tool (R22 as of this answer), the AVD manager editor no longer expose these options on the UI. You have to edit the config.ini of your AVD manually and change the following key from

hw.mainKeys=yes

to

hw.mainKeys=no

农村范ル 2024-12-28 04:02:48

正如@Yenchi 所说,勾选“hw.mainKeys”。
虚拟设备看起来像第二张图片。

输入图片此处描述
输入图片此处描述

As @Yenchi said, tick on 'hw.mainKeys'.
The virtual device will look like second picture.

enter image description here
enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文