-2

我想设置自己的虚拟键盘我已经尝试了所有解决方案请帮助我。特别是我读了这个答案 D'pad Is disabled in emulator :(

请看这张图片 http://upload7.ir/images/03852186887702819767.png

我不想创建自定义键盘。只是我想在 AVD 中有虚拟键盘

请注意发送的图片和链接

4

3 回答 3

2

看看以下链接:

于 2013-10-12T06:13:27.857 回答
1

使用 avd 创建新设备时,选择创建新配置文件而不是导入现有配置文件,并在配置文件中启用 d-pad 输入。

AVD -> 创建虚拟设备 -> 新硬件配置文件 -> 输入 -> 导航样式选择 D-Pad。

于 2018-10-20T06:18:41.817 回答
0

我找到了编辑不同文件问题的解决方案。

Go to C:\Users\YourUserName\.android\avd\YourAVDName
Edit the hardware-gemu.ini file.
Change hw.dPad = no or hw.dPad = false like hw.dPad = yes and save the file.
After you restart the AVD, Dpad is enabled.
于 2017-08-22T11:26:38.727 回答