When I setup my Pixel 3a simulator from Android studio, I see the dimensions being set for it are
1080x2220 (w x h).
What dimensions do I need to set on custom device in my corona simulator to get the exact same aspect ration as my simulator.
The reason I ask, my game is suppose to run in landscape mode on Android, so If I setup my corona simulator with 1080x2220 (w x h) with build.settings mode landscaperight, it doesnt reflect the same view as in Pixel 3a.
The only way to get the same views on both were, If I set up my corona simulator with 2220 x 1080 (w x h) and keep the mode as portrait in my build.settings. Then I get the similar views.
I am not sure if this is right ?
And build.settings is being set to a different mode, which is not my game would be running from.