I have big doubt in android , How to change into the landscape mode. I am using Ctrl + F11 or Ctrl + F12. The orientation of screen is only changing not the content of the screen. So what to do.....
Asked
Active
Viewed 2,492 times
2
-
1Are you sure screen rotation is turned on in the settings? – Mark Buikema May 05 '14 at 08:32
-
yes it is turned on... – Ragni Tamrakar May 08 '14 at 04:13
-
Post your manifest please – Mark Buikema May 08 '14 at 08:32
2 Answers
1
Press 9 in your numpad. Might work. Or you can change the orientation in the app. Add this to your manifest:
android:orientation = "landscape"

duggu
- 37,851
- 12
- 116
- 113

user2287659
- 11
- 4
0
Make sure screen rotation is turned on in settings and the application in the view is rotate-able
delete the device and create it again, it may help

Community
- 1
- 1

Shereef Marzouk
- 3,282
- 7
- 41
- 64