Stop on screen keyboard appearing for Android Emulator?

末鹿安然 提交于 2019-12-06 00:28:02

The emulated device should have a physical keyboard, therefore negating the need for a soft keyboard.

I tried it out now and this configuration combination works for me:

hw.keyboard=yes
hw.touchScreen=no

The AVD has a physical keyboard, but no touchscreen, therefore only the physical keyboard can be used for text input, and the emulator does not show the soft keyboard.

Simply disable the Gboard app on your emulator.

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

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

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.

The simple way to stop on screen keyboard appearing for android emulator is to delete the current emulator device and create new emulator device.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!