如何在 Android 模拟器中退出全屏模式

发布于 2024-12-09 18:56:58 字数 92 浏览 0 评论 0原文

有时我不小心按了组合键,使 Android AVD 模拟器进入全屏,并且我不知道如何在不重新启动模拟器的情况下退出它。我所能做的就是通过 Alt+Tab 来切换应用程序。

Sometimes I accidentally hit a key combination to make the Android AVD emulator go into full screen, and I couldn't figure out how to get out of it without restarting the emulator. All I could do to escape was Alt+Tab to toggle applications.

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

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

发布评论

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

评论(3

南风起 2024-12-16 18:56:58

Alt+Enter 是在模拟器中切换全屏模式的键盘快捷键,只需再次执行即可退出全屏。

仅供参考,以下是其他一些模拟器键盘快捷键:

F8 - 打开/关闭蜂窝网络
F9 - 切换代码分析(当设置 -trace 选项时)
Alt+ENTER - 切换全屏模式
Ctrl+T - 切换轨迹球模式
Ctrl+F11KEYPAD_7 - 切换到以前的布局
Ctrl+F12KEYPAD_9 - 切换到下一个布局
KEYPAD_MULTIPLY - 增加洋葱阿尔法
KEYPAD_DIVIDE - 减少洋葱 alp​​ha

来源:http://www. android.encke.net/android-emulator-tutorial.html#Keyboard-Control

Alt+Enter is the keyboard shortcut to toggle full screen mode in the emulator, just do it again to exit full screen.

FYI, here are some other emulator keyboard shortcuts:

F8 - toggle cell network on/off
F9 - toggle code profiling (when -trace option set)
Alt+ENTER - toggle fullscreen mode
Ctrl+T - toggle trackball mode
Ctrl+F11, KEYPAD_7 - switch to previous layout
Ctrl+F12, KEYPAD_9 - switch to next layout
KEYPAD_MULTIPLY - increase onion alpha
KEYPAD_DIVIDE - decrease onion alpha

Source: http://www.android.encke.net/android-emulator-tutorial.html#Keyboard-Control

鹿! 2024-12-16 18:56:58

以及更改 Android 模拟器的窗口大小

将参数 -scale 附加到模拟器启动参数。在 Eclipse 中,将其放在运行配置中的“附加模拟器命令行选项”字段中。

允许的比例因子是 0.1 到 3 之间的比例因子,但最常见的可能是 -scale 0.5

And For Changing the window size of the Android Emulator

Append the parameter -scale ­­<scale factor> to the Emulator launch parameters. In eclipse, put it in the field "Additional Emulator Command Line Options" within the Run Configuration.

Allowed scale factors are those between 0.1 and 3, although the most common will probably be -scale 0.5 .

原来分手还会想你 2024-12-16 18:56:58

在 Android Studio 3.1.2 上,将鼠标移至屏幕顶部,菜单应该会显示。选择查看、退出演示/无干扰/全屏模式。

On Android Studio 3.1.2, move your mouse to top of the screen and the menu should show up. Select View, Exit presentation/distraction-free/fullscreen mode.

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