38

I can not type in Emulator using PC-Keyboard.

can anyone help me ?

Thomas
  • 2,751
  • 5
  • 31
  • 52
Jignesh Ansodariya
  • 12,583
  • 24
  • 81
  • 113

6 Answers6

75

Go to windows-> Avd Manager . Select your AVD and edit it and add keyboard support under Hardware section . Make its boolean value true and Enjoy typing with PC's keyboard.

Shachillies
  • 1,616
  • 14
  • 12
  • 3
    that's fine, but then the soft keyboard never shows. so w are stuck between typing on the softkeyboard, or typing on the hard keyboard and never showing the soft keyboard. – Jeffrey Blattman Jul 23 '12 at 21:04
  • In Android Studio 3.0+, it is in tools>Android>AVD Manager – Dexter Nov 04 '17 at 09:30
20

For those who are using Android Studio.

  1. Open Android Virtual Device Manager.
  2. Click the 'Pencil icon' align with the selected Emulator.
  3. (A dialog will popup) Select Show Advance Settings button.
  4. Find 'Enable Keyboard Input' and ensure it's selected. enter image description here

5 Finally Click 'Finish' and you're done!

misterfitzy
  • 77
  • 1
  • 9
Enzokie
  • 7,365
  • 6
  • 33
  • 39
9

Open AVD Manager > Click on your target AVD > Edit > Hardware > new > Key board Support > Ok > make it yes > and try now

Stephane Rolland
  • 38,876
  • 35
  • 121
  • 169
Mohsin Naeem
  • 12,542
  • 3
  • 39
  • 53
8

Android Studio -> Tools -> Android -> AVD Manager -> Will show list of Virtual devices Edit(pencil icon) of device you want to update settings ->Show Advanced Settings -> Keyboard -> Check Enable Keyboard Input ->Finish.

Tejshree
  • 106
  • 1
  • 3
0

Android Studio > AVD Manager > Edit > Show Advanced Settings > Enable Keyboard input > Finish

Ali Hajiloo
  • 130
  • 9