Hello, I apologize for the concern, and my English. I have only one problem, I am making an Android game, I have a width of 1136 and a height of 640, there is only one GUI component and two buttons. I am testing with “dmengine”, the display is vertical, not horizontal, how can I fix this? When building the application, everything is displayed correctly, is there something i can do to ensure that the testing is correctly displayed? Thanks
The dmengine mobile dev app has a couple of limitations add you’ve seen. What you can do is to bundle a debug version of your game and then install and connect to that version. https://defold.com/manuals/dev-app/#installing-on-android
Please forgive me, I don’t understand how to link the debug version? I just started working on it all for a week, no experience.
What I mean is that you can take your project (or an empty project) and do Project->Bundle->Android
(more info here: https://defold.com/manuals/android/#creating-an-android-application-bundle) and generate an Android APK (make sure it is debug, not release!).
If you install this APK and start it it will work exactly like the mobile dev app (dmengine) and you are able to target it from the Project->Target
menu.
Thank you very much, you are the best, I love you and your engine