手机连接电脑使用adb命令,主要是有2种方式,其中最常见的就是第一种,用usb连线使用 1:adb usb - restarts the adbd daemon listening on USB adb usb就是通过USB数据线连接Android设备 2:adb tcpip -restarts the adbd daemon listening on TCP on the specified port adb tcpip则是通过TCPIP的方式连接Android设备(显然这种是无线连接,po
一.查看帮助命令,参数 --help D:\>adb shell screenrecord --help Usage: screenrecord [options] <filename> Android screenrecord v1.2. Records the device's display to a .mp4 file. Options: --size WIDTHxHEIGHT Set the video size, e.g. "1280x720".