|
|
发表于 2022-8-26 16:56:24
|
显示全部楼层
本帖最后由 mmc199 于 2022-8-29 16:32 编辑
我也是,容器启动了但是scrcpy.exe连不上(我会上网代理),我还以为是我系统不行
==================================================
C:\Users\maoma\Downloads\scrcpy1.24>scrcpy.exe -s 127.0.0.1:5555
scrcpy 1.24 <https://github.com/Genymobile/scrcpy>
C:\Users\maoma\Downloads\scrcpy1.24\scrcpy-server: 1 file pushed, 0 skipped. 32.8 MB/s (41159 bytes in 0.001s)
adb.exe: error: more than one device/emulator
ERROR: "adb reverse" returned with value 1
WARN: 'adb reverse' failed, fallback to 'adb forward'
[server] INFO: Device: Xiaomi redroid8_arm64 (Android 8.1.0)
INFO: Renderer: direct3d
INFO: Initial texture: 720x1280
C:\Users\maoma\Downloads\scrcpy1.24>scrcpy.exe -s 127.0.0.1:5555
scrcpy 1.24 <https://github.com/Genymobile/scrcpy>
C:\Users\maoma\Downloads\scrcpy1.24\scrcpy-server: 1 file pushed, 0 skipped. 32.6 MB/s (41159 bytes in 0.001s)
adb.exe: error: more than one device/emulator
ERROR: "adb reverse" returned with value 1
WARN: 'adb reverse' failed, fallback to 'adb forward'
[server] INFO: Device: Xiaomi redroid8_arm64 (Android 8.1.0)
INFO: Renderer: direct3d
INFO: Initial texture: 720x1280
WARN: Killing the server...
scrcpy.exe如果报以上错误,排查一下权限问题 执行下面命令后 重新启动模拟器docker
sudo chmod 666 /dev/binder /dev/ashmem /dev/hwbinder /dev/vndbinder
|
|