Update README.md

This commit is contained in:
scavin 2022-06-28 15:37:17 +08:00 committed by GitHub
parent 77c40331df
commit 85b0d123cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,10 @@ docker exec ws-scrcpy adb connect android.device.ip:5555
1. 安装 adb 工具套件([SDK Platform Tools](https://developer.android.com/studio/releases/platform-tools)
2. 打开开发者模式
3. 使用 USB 连接 Android 设备,并授权
4. 用终端输入 adb tcpip 5555
4. 终端输入 `adb tcpip 555`
返回 restarting in TCP mode port: 5555 就可以了
切换回USB模式adb usb
返回 `restarting in TCP mode port: 5555` 即可.
切换回USB模式`adb usb`
## 参考链接