android adb shell getevent得到的按键信息能不能再push到模拟器上再执行这个按键操作呢?
即在cmd命令窗口中:
C:\>adb shell getevent
add device 1: /dev/input/event0
name: "qwerty2"
could not get driver version for /dev/input/mouse0, Not a typewriter
could not get driver version for /dev/input/mice, Not a typewriter
/dev/input/event0: 0001 0066 00000001
/dev/input/event0: 0001 0066 00000000
上述得到的按键信息(红色字体)能不能导出到别的文件?还有能不能用adb push命令在发送到模拟器上再执行这个按键操作呢?
请问你的问题解决了吗??可以告诉我吗?