adb原生方式
1. 打开手机开发者模式
2. 开启网络调试
3. 电脑安装abd并进行配对
mac安装:brew cask install android-platform-tools
手机上点击:使用配对码配对设置,显示配对地址和配置码
电脑上操作:adb pair 192.168.100.xxx:37037
4. 连接设备
adb connect 192.168.100.xxx:37923
adb devices
5. 投屏&控制
安装软件:https://github.com/Genymobile/scrcpy/releases
mac安装:brew install scrcpy
windows解压安装+配置环境变量
该软件内置了adb命令
# usb方式
scrcpy
# wifi连接方式
scrcpy -s 192.168.100.xxx:37923
第三方软件
QtScrcpy
https://github.com/barry-ran/QtScrcpy/blob/dev/README_zh.md
https://gitee.com/Barryda/QtScrcpy/releases