22

Does anybody know how to display the keyboard in the emulator when the EditText field has focus. I have tried so many solutions but none of them work. I am working in android 4.3 Jelly Bean. The Emulator I am using is GenyMotion. I would also like to know how to hide the keyboard when the EditText field loses focus. I assume however if the keyboard does not appear in the emulator it won't appear when testing on the device.

Any help much appreciated

David Egan
  • 424
  • 2
  • 8
  • 23

6 Answers6

42

Just check the details of your emulator. Soft Keyboard won't be displayed if you have checked the option "Hardware Keyboard Present", uncheck that option. And it will automatically displayed on the device since device doesn't have hard keyboard.

Rajat Mehra
  • 1,462
  • 14
  • 19
  • 3
    Hi Rajat. Yes thats correct I am using GenyMotion emulator and under the configuration option I had to check the use virtual keyboard for typing. So now when my EditText get focus the virtual(soft) Keyboard is displayed perfect thanks. – David Egan Oct 28 '14 at 18:08
12

Close emulator -> Setting button -> Check Use virtual keyboard for text input

enter image description here

Community
  • 1
  • 1
Linh
  • 57,942
  • 23
  • 262
  • 279
8

run Genymotion as the application from windows or mac (not from android studio plugin)

then select the settings sign on the right of the virtual device you have installed from the virtualdevicelist

choose the 'use virtual keyboard for textinput' then close the application.

this worked for me in genymotion 2.6.0

smoothumut
  • 3,423
  • 1
  • 25
  • 35
5

Try this it work for me:

GO to settings menu ->Language&Input->turn off the Hardware Physical keyboard.

Ajay Pandya
  • 2,417
  • 4
  • 29
  • 65
3

First of All close Genymotion emulator. Then Start Genymotion Application From left side menu open Filters -> Source -> Genymotion Now check the checkBox of Genymotion if already unchecked.enter image description here

Then from installed devices select three doted icon -> Edit Then in edit window go down in Android System Option And check the checkBox of Use virtual keyboard for text inputenter image description here

Asad Mehmood
  • 341
  • 2
  • 12
0

For new versions of Genymotion (mine is 3.1.0),

  • Right click on your virtual device and click "edit"
  • Then choose "Use virtual keyboard for text input" and click "CONFIRM"
Furkan Öztürk
  • 1,178
  • 11
  • 24