I am new to android programming. Although I have titled the question differently, my primary question is whether the AVD/Emulator supposed to show the keyboard? I am using Eclipse. If yes, is there any specific setting that needs to be done? I am only doing my first android app and my emulator doesnt show the keyboard.
Asked
Active
Viewed 3,121 times
2
-
[Android Emulator Keyboard not displaying](http://stackoverflow.com/questions/5812064/android-emulator-keyboard-not-displaying) – Hardik Joshi Sep 25 '13 at 05:45
2 Answers
3
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.

Community
- 1
- 1

Hardik Joshi
- 9,477
- 12
- 61
- 113
-
Last answer in the 1st link (the one with the solution in the emulator itself) worked for me. – who-aditya-nawandar Sep 25 '13 at 06:14
-
1
Just go to AVD manager in eclipse. Click Edit on current AVD after that just check Hardware Keyboard Present. Relaunch AVD and check.

Sumant
- 2,775
- 2
- 22
- 30