I am trying to emulate a Galaxy Nexus device in AVD Manager. I have checked both Hardware keyboard present
and Display a skin with hardware controls
, yet neither of these seem to work when the device is actually started. Does anyone have any way to enable keyboard input for AVD devices on Mac OS X 10.8.2?
Asked
Active
Viewed 1,326 times
1

Praful Bhatnagar
- 7,425
- 2
- 36
- 44

wasabi
- 1,110
- 10
- 23
-
did you set the boolean to yes for keyboard support? – Robin Chander Nov 16 '12 at 18:35
-
If you are doing this only for UI presentation purposes, you can check http://android-ui-utils.googlecode.com/hg/asset-studio/dist/device-frames.html – Robert Estivill Nov 16 '12 at 18:51
1 Answers
0
Check the config file of your current device at
~/.android/avd/<emulator-device-name>.avd/config.ini
and see if hw.keyboard=yes
. If it says no
, change to yes
.

Hoang Huynh
- 1,384
- 2
- 16
- 33