Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android 4.0 keyboard issue in emulator.?

I am tried an app in android icecream sandwich emulator. My app is having some activities with some text box's. now the problem is when i am tapping on the text box the soft keypad is not appearing.And i checked it in Google maps application there too it is not displaying any key pad is there any problem in android 4.0 with soft keypad???

like image 869
ram Avatar asked Oct 25 '11 06:10

ram


2 Answers

Fixed !

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.

like image 163
user1028544 Avatar answered Oct 19 '22 02:10

user1028544


In my case, I did something similar

open ADV manger, Edit my ADV

just uncheck "Hardware Keyboard Present"

like image 38
touchchandra Avatar answered Oct 19 '22 02:10

touchchandra