Tuesday, October 9, 2012

Enabling the PC Keyboard in Android Emulator

By default the PC Keyboard is not enabled in Android Emulator and it is a pain to use the emulator keyboard. To enable the PC keyboard in emulator you can do the following steps
  • Go to the directory /.android/avd/.avd/ in my case it was C:\Documents and Settings\db2inst1\.android\avd\JellyBean.avd
  • Open the file config.ini
  • Add an entry in the file hw.keyboard=yes
  • Save the file and restart the emulator. Now the PC key board is enabled

No comments:

Post a Comment