1、问题描述:

android 模拟器AVD方向键无法使用,如下图所示:

2、解决方法:

A、找到AVD的安装目录:

B、进入目录下找到 config.ini文件,修改下面属性:将hw.dPad=no 改为yes就OK拉

avd.ini.encoding=ISO-8859-1
hw.dPad=no(yes)
hw.lcd.density=160
sdcard.size=100M
hw.cpu.arch=x86
hw.device.hash=-1587417588
hw.camera.back=none

3、方向键能使用的效果图:





更多相关文章

  1. Eclipse 查看Android(安卓)程序在模拟器的CPU和内存情况
  2. ubuntu16.04 Android(安卓)Studio 模拟器无法启动
  3. Android(安卓)工程混淆后无法找到自定义控件类的解决方案
  4. 使用Adobe Flash Builder Burrito创建AIR For Google Android应
  5. Android原码下载问题:Using git with sock proxy behind firewal
  6. android RadioGroup实现单选以及默认选中
  7. android如何查找安装的apk app的包名和Activity
  8. Android(安卓)TextView 设置多种颜色
  9. 利用adb 在macOS上 为Nexus Android(安卓)手机线刷原生镜像固件

随机推荐

  1. Android(安卓)application对象的使用 全
  2. Android(安卓)Studio安装过程问题汇总
  3. android系统信息(内存,cpu,sd卡,电量,版本)的获
  4. Android(安卓)通知机制 Toast和Notificat
  5. Android登陆界面实现清除输入框内容和震
  6. Android(安卓)EditText限制输入文本只能
  7. android things中与标准android系统不同
  8. Android的蓝牙串口(Bluetooth SPP)使用
  9. android中BaseActivity的公共方法
  10. Android面试题总结(六)Android源码篇