APK screen orientation is not landscape (android:screenOrientation in AndroidManifest.xml)

Hey,

I am trying to upload my app into app lab and I am getting this error :
APK screen orientation is not landscape (android:screenOrientation in AndroidManifest.xml)

I added android:screenOrientation = “landscape” to the AndroidManifest but its still not working
and on unity in the android settings I have only ‘Landscape Left’ and ‘Landscape Right’ I set it to auto

How can I fix it ?

1 Like

Setting it to landscape left seems to have worked. It’s annoying this process isn’t more transparent.