I'm trying to run the emulator like this:
emulator -avd name -qemu -vnc :4
And I get an error:
Could not read keymap file: 'en-us'
Is it an error of the emulator or QEMU's error? How can I fix it?
I have read this topic and created a symlink from /urs/local/Cellar/qemu/1.7.0_1/share/qemu/keymaps
to my android-sdk/tools
folder, but it didn't help. (I use OS X v10.9 (Mavericks).)