Advertisement

ADB shell输入命令及截屏命令的解释说明

阅读量:
复制代码
    C:\Users\e.wang>adb shell
    shell@m2c:/ $ input
    Usage: input [<source>] <command> [<arg>...]
    
    The sources are:
      mouse
      keyboard
      joystick
      touchnavigation
      touchpad
      trackball
      stylus
      dpad
      touchscreen
      gamepad
    
    The commands and default sources are:
      text <string> (Default: touchscreen)
      keyevent [--longpress] <key code number or name> ... (Default: keyboard)
      tap <x> <y> (Default: touchscreen)
      swipe <x1> <y1> <x2> <y2> [duration(ms)] (Default: touchscreen)
      press (Default: trackball)

全部评论 (0)

还没有任何评论哟~