Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android emulator not shown soft keyboard?

I have one edittext on my application and i want soft keyboard on emulator. But problems is its not showing keyboard. I have tried so many things but its not use full to me :-

first

InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
imm.showSoftInput(tee_tea_edit_text, InputMethodManager.SHOW_IMPLICIT);

second

alredy click on this

Edit your AVD, add "Keyboard Support" and change the value to no.

Restart your AVD making sure that you wipe user data. Your keyboard will popup now.

So many things try but not use full to me.

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

Android 4.0 keyboard issue in emulator.?

My avd image is below:-

avd pic

like image 936
duggu Avatar asked Mar 16 '13 04:03

duggu


People also ask

How do I enable keyboard controls on my emulator?

Click on the “Select IME” option. From the “Select IME” menu, find the “Enable On-screen Keyboard” option. Click on the slider beside “Enable On-screen Keyboard” to enable it. Note: Your physical keyboard will not work once the virtual keyboard is enabled.


2 Answers

Well You can try to Edit your AVD and set both :

Keyboard Lid Support and Keyboard Support to YES

Then restart your AVD. May be it will work.

like image 95
Sanober Malik Avatar answered Oct 23 '22 13:10

Sanober Malik


Go to Android Virtual Device, select your decide and uncheck the Checkbox that says : "Hardware Keyboard Present" and then restart your AVD

like image 32
ProgrammerGirl Avatar answered Oct 23 '22 12:10

ProgrammerGirl