我需要测试一个采用多点触控输入的Android应用程序,例如捏合和旋转。如果可能的话,我想使用模拟器进行测试。有没有办法通过ADB或其他方式发送Linux输入事件,而无需修改Android源?
https://source.android.com/devices/tech/input/touch-devices.html
ABS_MT_POSITION_X,ABS_MT_POSITION_Y和ABS_MT_TRACKING_ID等事件。
答案 0 :(得分:1)
旧问题,但仍未解决。 确实有选择:
1。)通过telnet(https://developer.android.com/studio/run/emulator-console)发送命令
2。)例如,使用adb(输入抽头X Y)
make_response