Android模拟器出现屏幕键盘停止?

时间:2010-07-22 10:40:08

标签: android android-emulator avd

我在eclipse中使用AVD管理器。当输入字段具有焦点时,是否有可用于停止屏幕键盘的设置?

我试过硬件键盘= true,但是仿真器似乎根本没有启动:-S

4 个答案:

答案 0 :(得分:5)

仿真设备应该有一个物理键盘,因此无需使用软键盘。

我现在试了一下这个配置组合对我有用:

hw.keyboard=yes
hw.touchScreen=no

AVD有一个物理键盘,但没有触摸屏,因此只有物理键盘可用于文本输入,而模拟器不显示软键盘。

答案 1 :(得分:0)

Simply disable the Gboard app on your emulator.

To do that, go to Settings > Apps > Gboard, and then click the "DISABLE" button.

enter image description here

If Gboard is not visible, make sure you select the three dots in the top right corner and select the "Show system" option.

enter image description here

In some apps, you may see the Voice input box instead of the keyboard, you can disable that too by disabling the Google app in the same way you disabled Gboard.

enter image description here

答案 2 :(得分:0)

mstoic's answer可行,但存在一个问题:无法启用Google语音输入功能。

不确定在所有Android版本的模拟器中是否都可用,但是我在Settings-> System-> Languages & Input-> Physical keyboard(API 29模拟器)。它适用于我的用例。

Android emulator for API 29

答案 3 :(得分:-1)

停止在Android模拟器上出现的屏幕键盘的简单方法是删除当前的模拟器设备并创建新的模拟器设备。