创建用于具有自定义分辨率的模拟的 AVD 没有任何导航按钮

发布于 2024-12-12 22:17:20 字数 408 浏览 3 评论 0原文

我尝试定义几个 AVD 来在不同的屏幕尺寸上模拟我的应用程序,但是当我设置

Skin ->分辨率而不是内置我总是只得到一个没有导航按钮(如“菜单”或“<-”)的屏幕。

当我选择的时候

皮肤 ->内置

我需要的所有按钮都在右侧。

当我选择“分辨率”并输入 320 x 480 时,我需要做什么才能获得这些按钮?

我也尝试添加

硬件

部分 KeyboardSupport 、硬件后背和 homekey - 但这一切都没有任何区别。

非常感谢!

I try to define couple of AVDs to simulate my app on different screen sizes, but when I set the

Skin -> Resolution instead of build-In I always just get a screen without navigation buttons like "Menu" or "<-".

As soon as I chose

Skin -> Build-In

I have on the right side all the buttons I need.

What do I have to do to get these buttons when I chose "Resolution" and type in my 320 x 480 ?

I also tried to add in the

Hardware

section KeyboardSupport , Hardware back and homekey - but it all does not make any difference.

Many thanks!

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

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

发布评论

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

评论(1

千紇 2024-12-19 22:17:20

这些按钮来自皮肤,您必须创建一个自定义按钮。但是,您不需要按钮,您可以使用计算机的键盘来调用菜单等:

http://developer.android.com/guide/developing/tools/emulator.html

The buttons come from skins, you would have to create a custom one. However, you don't need the buttons, you can use your computer's keyboard to call the menu, etc:

http://developer.android.com/guide/developing/tools/emulator.html

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