Keyboard stopped working on Intel x86 Android emulator after upgrading to ADT 20 -


i mean can't type laptop keyboard android emulator anymore. virtual , on-screen keyboards working fine.

i had same problem after upgrading tools version 20. had edit avd add option follows:

  • from eclipse, go avd mananger.
  • select particular avd , click on edit
  • go hardware section, click on new.
  • select property name : keyboard support
  • by default, added value of 'no'. click on value column , change 'yes'.
  • click on edit avd again.

this add property hw.keyboard=yes in config.ini file avd. , should work fine there.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -