Display Keyboard for EditText in Emulator (GenyMotion) Android 4.3

21,305

Solution 1

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.

Solution 2

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

enter image description here

Solution 3

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

Solution 4

Try this it work for me:

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

Solution 5

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

Share:
21,305

Related videos on Youtube

David Egan
Author by

David Egan

I am a self-taught web applications developer and designer, and have been in the industry for 30 years. I have an extensive knowledge of HTML, Classic ASP, PHP, CSS, jQuery Javascript and Ajax. I also have a array of other talents such as C#, Java, Objective C and VB.NET.

Updated on May 31, 2020

Comments

  • David Egan
    David Egan almost 4 years

    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
    David Egan over 9 years
    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.