我想设置你自己的虚拟键盘,我已经尝试了所有的解决方案,请帮助我。特别是,我读到了这个答案
D‘’pad在仿真器中被禁用
:(
请看这张图片
http://upload7.ir/images/03852186887702819767.png
我不想创建自定义键盘。我只是想在AVD中有虚拟键盘
请注意发送的图片和链接
发布于 2013-10-12 14:13:28
请看以下链接:
android模拟器键盘不显示
avd硬件按钮未启用
发布于 2018-10-20 14:18:42
使用avd创建新设备时,选择创建新配置文件而不是导入现有配置文件,并在配置文件中启用d-pad输入。
AVD -> create virtual device -> new hardware profile -> input ->导航样式选择D-Pad。
发布于 2017-08-22 19:26:39
我找到了编辑不同文件的问题的解决方案。
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.https://stackoverflow.com/questions/19331067
复制相似问题