I just started trying to build my app for the Android. I am installing a debug version on a Nexus One and it is having orientation issue. If I put the below code in my build.settings file it is showing it upside down.
settings = {
orientation = {
default = "landscapeRight",
supported = {
"landscapeRight"
},
},
}
I’ve removed all code in my config.lua file too. It shows up fine on the simulator. [import]uid: 8158 topic_id: 2286 reply_id: 302286[/import]
[import]uid: 9577 topic_id: 2286 reply_id: 7412[/import]