Edited by ChefDavid22, 26 April 2012 - 07:55 PM.
Force game to landscape mode?
Started by ChefDavid22, Apr 26 2012 07:55 PM
4 replies to this topic
#1
Posted 26 April 2012 - 07:55 PM
after I launch my game on the android device it loads in the wrong aspect. Rather than landscape it goes into standard mode?
#2
Posted 26 April 2012 - 08:26 PM
android:screenOrientation="landscape"
Make sure you have that included in your manifest file, under activity. I haven't played with studio yet but I'm familiar with Android, I hope studio isn't much different when it comes to the manifest file.
In that case someone else will have to answer it
In action:
<activity
android:name=".test"
android:label="Test name"
android:screenOrientation="landscape"
android:configChanges="keyboard|keyboardHidden|orientation"
>
#3
Posted 26 April 2012 - 08:48 PM
After reading around it would appear that you cant do it in the beta version. Strange, but whatever.
#4
Posted 26 April 2012 - 09:23 PM
It has since been resolved.After reading around it would appear that you cant do it in the beta version. Strange, but whatever.
Ensure:
- Global Settings / Android / Landscape (only is checked)
- You're on v1.0.144
- You aren't in Stable Only - Automatic Updates
- You've updated your runner on the device.
#5
Posted 26 April 2012 - 10:19 PM
It has since been resolved.
After reading around it would appear that you cant do it in the beta version. Strange, but whatever.
Ensure:
- Global Settings / Android / Landscape (only is checked)
- You're on v1.0.144
- You aren't in Stable Only - Automatic Updates
- You've updated your runner on the device.
Thanks man I'll take a look. I wasnt upset ;-) I was more than happy to be patient and wait because I am not going anywhere.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











