设备要求
Android 5.0以上

macos

1
brew install scrcpy

打开usb调试

1
2
3
4
5
6
7
8
9
10
11
12
13
14
启动scrcpy
scrcpy
获取序列号
adb devices
指定设备
scrcpy -s a1171b8 你的设备ID
设置端口
scrcpy -p 27184
查看帮助
scrcpy --help
设置码率(默认8M)
scrcpy -b 8M
限制投屏尺寸
scrcpy -m 1024

wifi没测试成功

1
2
3
4
5
192.168.50.228
adb devices
adb tcpip 5555
adb -s VBJ0218814008992 tcpip 6666
adb connect 192.168.1.xx:5555

关闭手机屏幕

1
2
scrcpy --turn-screen-off
scrcpy -S

查看ip

1
adb shell netcfg

scrcpy
scrcpy - Android无需ROOT的跨平台投屏工具
Github开源Android投屏软件——Scrcpy
Scrcpy 教程—教你打通手机和电脑