Update README.md

This commit is contained in:
yionr 2023-08-28 15:46:03 +08:00 committed by GitHub
parent 95fd4df8a3
commit 1143408058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ 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 555`
4. 终端输入 `adb tcpip 5555`
返回 `restarting in TCP mode port: 5555` 即可.
切换回USB模式`adb usb`