如何在android中将屏幕更改为横向

时间:2011-08-20 05:37:27

标签: android-layout

我在android manifest.xml文件中设置了这些:

activity android:name=".HelloActivity"

android:label="@string/app_name"

android:configChanges="orientation"

android:screenOrientation="landscape">

但是当在模拟器中运行时,我得到了如此处所示的屏幕。会出现什么问题。为什么我没有水平enter image description here

我想这样看:我在一本书中看过这个,但他没有解释如何得到这个enter image description here

1 个答案:

答案 0 :(得分:1)

尝试CTRL-F12找到here。老实说,Android模拟器很糟糕,如果你做任何真正的开发,你应该得到一个真正的手机