views:

27

answers:

1

How can i create avd from command line with keyboard support?

(I was able to create avd from commandline using: android create avd ... but I dont know how to enable keyboard support into this)

even android documentaion/help doesn't any thing about this.

-Jadav

A: 

The documentation for avd actually mentions that an avd has they keyboard turned on by default in the "Setting hardware emulation options" section. If you really want to ensure keyboard support from the command line, you could always edit the config.ini with a text editor like vim and set hw.keyboard = "yes".

Jwsonic
thats true but in my case emulator dosn't display keyboard though hw.keyboar=yes is there in config filr
Jadav