2011-08-20 112 views
0

我已經在Android manifest.xml文件中設置這些:如何改變屏幕爲橫向的Android

activity android:name=".HelloActivity"

android:label="@string/app_name"

android:configChanges="orientation"

android:screenOrientation="landscape">

但在模擬器中運行時,我得到了畫面如下圖所示。會是什麼problem.Why我沒有得到水平enter image description here

我要查看這樣的:我已經在一本書中看到了這一點,但他沒有解釋如何得到這個enter image description here

回答

1

嘗試CTRL-F12發現here。誠實的Android模擬器很爛,如果你做任何真正的發展,你應該得到一個真正的手機

+0

謝謝...它的工作 – Pramod