Enable hardware keyboard input in Android Emulators
If the keyboard input is not working on your emulator, you can enable it by editing the property
hw.keyboard=yes
in its config.ini file
To do it in all of your emulatros in Mac OS or Linux you can use this terminal command:
for f in ~/.android/avd/*.avd/config.ini; do echo 'hw.keyboard=yes' >> "$f"; done
Written by Bartosz Filipowicz
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Android
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#