For CI pipeline i need to create emulator with screen size of 1080*1920 but avd command line option accept skin size of only NNN*MMM at max . How to create emulator with such huge size command line options only.
I tried multiple options in avd :
android create avd -t <target-name> -s NNN*MMM -n some_name
Also looked at config.ini file but how to pass ini file while creating avd file