I want to create emulator in command line with some options, like hw.mainKeys = false. I need it to be an shell script so can run on automation test,however her
hw.mainKeys = false
just use echo no | android create avd -n name -t 9
echo no | android create avd -n name -t 9