Android模拟器 - 屏幕旋转模拟器、屏幕、Android

由网友(料峭春风吹酒醒)分享简介:我想测试在模拟器上手机的旋转,我看到到处都是,我们必须使用 控制 + F11 ,但它只是旋转模拟器的形象,并且不推出配置更改事件或重画活动。I would like to test the rotation of a phone on the emulator, I see everywhere that we...

我想测试在模拟器上手机的旋转,我看到到处都是,我们必须使用 控制 + 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.

下面是我用的 控制 + F11

Here is what I have with Ctrl+F11 :

那么,做什么我都用它来模拟真实旋转?

So, what do I have to use to simulate a real rotation ?

推荐答案

所建议的萨科Jafelle here,你可以尝试添加属性键盘支持 - >是在模拟器设置。这帮助了我。

As suggested by Nicolas Jafelle here, you can try to add the property "Keyboard Support-->yes" in the emulator settings. That helped me.

PS:这也将让您模拟器从你的键盘输入。查看更多here

PS: it will also allow for your emulator to get input from your keyboard. See more here

阅读全文

相关推荐

最新文章