Hi everyone!
I am currently trying to run appium tests for UI testing. For starting up the android emulator i use the built-in AVD Manager, but for some reason the display resolution is always 240x432 (pixel_3a for example) therefore tests are not stable because elements are truncated. I found out that many properties are missing in emulator.ini so i tried to add them by myself before i fire up my test but with no success.
URL: https://app.bitrise.io/build/e02e53d64f433133
Locally on my machine (MacOS) it works fine.
Do you know how to start up the emulator with the correct config or to adapt it?
Thank you!