Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I make the Android emulator show the soft keyboard?

I'm debugging an issue with the soft keyboard display not displaying when it should. However, I don't have a device handy for testing. The problem is that the emulator never shows the soft keyboard.

Some skins have a keyboard constantly displayed on the right, some don't, but none that I've tried so far has ever shown a keyboard on the device screen.

Is there some setting that I missed?

like image 273
blahdiblah Avatar asked Apr 20 '12 00:04

blahdiblah


People also ask

How do I enable keyboard on Android emulator?

To enable this setting go to Android Studio -> Tools -> Android -> AVD Manager. Click on the edit button for the desired emulator. Scroll to the very bottom of the advanced settings and check “Enable keyboard input”.

How do I make the keyboard softer on my Android?

By default, the soft keyboard may not appear on the emulator. If you want to test with the soft keyboard, be sure to open up the Android Virtual Device Manager ( Tools => Android => AVD Manager ) and uncheck "Enable Keyboard Input" for your emulator.


1 Answers

I found out how to do this on the Android emulator itself (Menu, "Settings" App - not the settings of the emulator outside). All you need to do is:

open settings app -> Language & Input -> Go to the "Keyboard & Input Methods -> click Default

This will bring up a Dialog in which case you can then disable the Hardware Keyboard by switching the hardware keyboard from on to off. This will disable the Hardware keyboard and enable the softkeyboard.

like image 146
JoxTraex Avatar answered Oct 11 '22 05:10

JoxTraex