Sunday, July 1, 2012

Android Emulator keyboard

Well this was a little time waster today:

Turns out that Android SDK r20  now defaults the hw.keyboard property to no.
This means that you will all of a sudden find that after upgrading to r20, keyboard entry (both physical and onscreen) will stop working in both existing and new AVDs.

So you need to set the property explicitly in each AVD config via the GUI or in:

.android/avd/MY_AVD_NAME.avd/config.ini

No comments:

Post a Comment