Android emulator - Screen rotation(Android 模拟器 - 屏幕旋转)
问题描述
我想在模拟器上测试手机的旋转,我到处都看到我们必须使用 Ctrl+F11 但是它只会旋转模拟器的图像,不会启动配置更改事件或重绘活动.
I would like to test the rotation of a phone on the emulator, I see everywhere that we have to use Ctrl+F11 but it only rotates the image of the emulator and does not launch a configuration change event or redraw the activity.
这是我使用 Ctrl+F11 所拥有的:
Here is what I have with Ctrl+F11 :
那么,我必须使用什么来模拟真实的旋转?
So, what do I have to use to simulate a real rotation ?
推荐答案
正如 Nicolas Jafelle 所建议的那样 here,您可以尝试在模拟器设置中添加属性Keyboard Support-->yes".这对我有帮助.
As suggested by Nicolas Jafelle here, you can try to add the property "Keyboard Support-->yes" in the emulator settings. That helped me.
PS:它还允许您的模拟器从您的键盘获取输入.查看更多这里
PS: it will also allow for your emulator to get input from your keyboard. See more here
这篇关于Android 模拟器 - 屏幕旋转的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android 模拟器 - 屏幕旋转
基础教程推荐
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01