Issue #49
resolved
Can you add vertical mode i use the lib hump camera for make verticale game but android is in horizontal mode
Comments (6)
-
-
@archtavo you have the right idea.
Change that line to:
android:screenOrientation="portrait" >
And run
ant debug
again. -
That's what I did with no success, but I noticed I forgot to apply this to the repo's folder and after that everything went well :)
android update project -p ./MartinFelis-love-android-sdl2-f09239788a9d
-
Also, just a little doubt, in the AndroidManifest.xml file there are to lines with the "landscape" mode by default, what's the difference in changing one or the other?
-
repo owner The second line does not exist anymore so it should be clear now which line to change.
-
repo owner - changed status to resolved
- Log in to comment
I was thinking exactly the same, I want to release an Android game but the beta2 apk comes with a landscape mode by default (I know I can change it to portrait on AndroidManifest.xml but I'm having some problems to build it right now).