【发布时间】:2013-03-04 22:41:21
【问题描述】:
我的应用程序上有一个编辑文本,我想要模拟器上的软键盘。但问题是它没有显示键盘。 我已经尝试了很多东西,但对我来说并没有用完:-
第一
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
imm.showSoftInput(tee_tea_edit_text, InputMethodManager.SHOW_IMPLICIT);
秒
已经点击了
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.
尝试了很多东西,但对我来说没有用完。
How can I make the Android emulator show the soft keyboard?
Android 4.0 keyboard issue in emulator.?
我的 avd 图片如下:-
【问题讨论】: