Android softkeyboard never shows up in emulator Android softkeyboard never shows up in emulator android android

Android softkeyboard never shows up in emulator


You need to make sure that your emulator is not set to use a hardware keyboard. This can be done by choosing Edit on a selected emulator in the AVD. Then uncheck the Hardware keyboard present setting.

You could also try using a different emulator, such as Genymotion. It supports full hardware acceleration (multi-core CPU as well as GPU) and runs much faster than any of the android emulator images. If you use Genymotion you will need to disable the hardware keyboard within Android (see below for details).

To disable hardware keyboard in Genymotion:
Go to Settings -> Language & input and open the Default item under Keyboard & Input Methods. There is a Hardware setting that you can toggle on/off. When it is on you use your physical keyboard and when it is off the standard soft keyboard should pop-up whenever a text field gets focus.

Screenshots for Genymotion settings:Default Item

enter image description here


In version 2.1.1- click on your virtual device settings - then select "use virtual keyboard for typing" checkbox.enter image description here

enter image description here


The method for enabling the on-screen soft keyboard for Android Studio 2+ Emulators depends on the API level of the emulator. I have tested the various methods starting with API 15 and have recorded the steps below.

[A] APIs 15, 17, 19 and 21.

The following steps will enabled the on-screen soft keyboard but will disable the ability to enter text and interact with the AVD using the hardware computer keyboard.

  1. In Android Virtual Device Manager (AVD), click the edit action for the device you wish to work with
  2. Click Show Advanced Settings and scroll right down to the bottom of the page to the "Keyboard" section
  3. Uncheck the "Enable keyboard input" option

[B] API 22

The soft keyboard is displayed no matter what you do with the hardware keyboard settings. If you wish to enable hardware keyboard support alongside the soft keyboard then,

  1. In AVD, click the edit action for thedevice you wish to work with
  2. Click Show Advanced Settings and scroll right down to the bottom ofthe page to the "Keyboard" section
  3. Check the "Enable keyboard input" option

[C] API 23

If you wish to use the hardware and soft keyboard then...

  1. Follow [B] steps 1 to 3
  2. On the virtual device, Launch Settings, then select Language and input / Current Keyboard
  3. Enable Hardware - Show input method

If you don't need the hardware keyboard, in AVD advanced settings, uncheck the "Enable keyboard input" option. You won't need to change any settings on the virtual device.

[D] APIs 24 and 25

  1. Follow [B] steps 1 to 3 above, checking or unchecking the "Enablekeyboard input" option depending on whether you want to enable the hardqare keyboard.
  2. On the virtual device, Launch Settings, then select Language and input / Physical Keyboard
  3. Enable "Show virtual keyboard"

If the Enable keyboard input option was selected in the AVD then you will now be able to use both hard and soft keyboard inputs. If you unchecked the option in the AVD the soft keyboard will be displayed regardless.

[E] API 26

Exactly the same as [D] APIs 24 and 25 except you need to navigate through an additional "System" menu level in the device settings before you get to Language and input / Physical Keyboard