QtScrcpy
QtScrcpy copied to clipboard
在Ubuntu中 adb not found
-
系统
Ubuntu 20.04
-
cmake版本:
cmake version 3.22.2
-
用QT运行出界面后,出现:
update devices...
"This software is completely open source and free. Use it at your own risk. You can download it at the following address:"
"QtScrcpy <https://github.com/barry-ran/QtScrcpy>"
adb not found
- 刷新设备出现:
update devices...
adb not found
- 不过我在命令行
adb devices
List of devices attached
3f62adb3 device
- 用
QtScrcpy
连接不上,但是我用scrcpy
可以使用。最右边为scrcpy的连接。
ubuntu中投屏延迟怎么样啊
ubuntu中投屏延迟怎么样啊
QTscrcpy
在我的ubuntu20.04
上面搞不了。我用scrcpy
感觉没啥延迟。
你这个问题,你可能要先检查项目自带的adb有没有,有的话chmod +x 项目自带的adb
https://github.com/barry-ran/QtScrcpy/blob/9d620f99418ef76cf2291db9fee1cb3df13e08f6/config/config.ini#L16-L17
QtScrcpy默认是使用自带的Adb,文件不存在的话就会这样提示