26

How can I display keyboard on VS Android Emulator? In AVD I can setup it from emulator configurator, but there is no way in VS.

BoSkiv
  • 801
  • 8
  • 12

1 Answers1

37

I found a solution in Android Setting → Language Input → Keyboard Click on Current Keyboard and switch "Hardware Show Input Method"

https://i.stack.imgur.com/N52ff.png

SharpC
  • 6,974
  • 4
  • 45
  • 40
BoSkiv
  • 801
  • 8
  • 12
  • I can't find this setting on the VS Emulator 10.1" KitKat (4.4) HDPI Tablet. Maybe it's only on later OS versions? – Bob Meyers Oct 30 '15 at 21:48
  • 9
    @BobMeyers In KitKat (4.4) try going to Settings > Language & Input > Keyboard & Input methods (section) > Default, and turn "Hardware (Physical keyboard)" switch off. – Dan Dar3 Nov 08 '15 at 22:29
  • 2
    I also found that once the hardware setting was changed (thanks to @Dan Dar3 for the new method) I have to restart the emulator as certain normal text keys were launching apps on the emulated phone. – SharpC Oct 04 '16 at 17:14