build andriod app

hi…

when i see android orientation in android developer site then they recommended use “reverseLandscape for landscape” and “reversePortrait for portrait”
.
but last time when i ill find this in corona blogs someone recommend me to use landscapeRight and LandscapeLeft…

what can i do plz tell me…

Viraj (Redbytes) [import]uid: 72256 topic_id: 14734 reply_id: 314734[/import]

landscapeLeft and landscapeRight are the same thing as landscape and “reverseLandscape”. They just have more logical names :wink:

In build.settings you add your supported orientations, example;

[lua]settings =
{
orientation =
{
default = “landscapeRight”,
supported =
{
“landscapeLeft”, “landscapeRight”
},
},
}[/lua]

Peach :slight_smile: [import]uid: 52491 topic_id: 14734 reply_id: 54524[/import]

yaa i have already done that orientation but it shows a parser error while i install my app in my device… [import]uid: 72256 topic_id: 14734 reply_id: 54528[/import]