1

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

GaneshP
  • 746
  • 7
  • 25

1 Answers1

-1

Try using Genymotion as it is much better than the emulator coming with android studio and it is much faster than that. Follow this link to add genymotion as a plugin.

Ironman
  • 1,330
  • 2
  • 19
  • 40
  • for Genymotion license is required and i need to run emulator in no ui mode – GaneshP Nov 28 '16 at 06:56
  • there is one free version also which will work perfect. Please try following this link i think it would solve your problem http://stackoverflow.com/questions/2359895/how-to-resize-the-avd-emulator-in-eclipse – Ironman Nov 28 '16 at 06:59
  • scale options works only when you want to scale down not for increasing size – GaneshP Nov 28 '16 at 07:10