免费开源的投屏软件
scrcpy 是一个开源免费投屏软件,安卓投屏神器。
使用前提
- 安卓
- 手机开启了开发者调试
使用方法
安装或下载 scrcpy
- linux
apt install scrcpy
- macOS
brew install scrcpy
- windows
- 下载 https://github.com/Genymobile/scrcpy/releases/download/v1.24/scrcpy-win64-v1.24.zip
choco install scrcpy choco install adb
scoop install scrcpy scoop install adb
shell
# !!! 手机开启了开发者调试(设置 版本号 连按7次)
# windows 下载为例
# 解压下载的文件 cd 解压目录
# 手机有线连接
./adb tcpip 5555
# 无线连接 ip 为手机ip 手机和电脑需要在同一局域网
# 手机ip 可通过查看无线详情
./adb connect ip:5555
# 连接成功后 直接打开 scrcpy.exe 即可
最后
- 关于更多的使用方法可查看 scrcpy github 页面
- 地址:https://github.com/Genymobile/scrcpy