I created an android game by Gdevelop, with a size of scene “1080 * 1920”, I exported it in apk,
on infinix everything works well, but when I test it on a small samsung (its resolution 480 * 800) ,I was surprised; the game take 80% of screen only !!!
how to export android game for all screen resolution
note: i have enabled full screen function & in game mode size
I chose change width to fit screen
1 Like
hi i think you can’t its due to aspect ratio of screen so you stick to a lower resolution and then it will be stretched for bigger ones
1 Like
yes, thank you very much ‘xisco’
1- I changed keep aspect ratio to ‘yes’
2-(in game property) I changed game mode size to “No change to game size”
It works very well, thank you again
3 Likes