QtScrcpy icon indicating copy to clipboard operation
QtScrcpy copied to clipboard

在Ubuntu中 adb not found

Open creater-zq opened this issue 2 years ago • 5 comments

  • 系统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可以使用。 image 最右边为scrcpy的连接。

creater-zq avatar Feb 25 '22 13:02 creater-zq

ubuntu中投屏延迟怎么样啊

m986883511 avatar Mar 01 '22 23:03 m986883511

ubuntu中投屏延迟怎么样啊

QTscrcpy在我的ubuntu20.04上面搞不了。我用scrcpy感觉没啥延迟。

creater-zq avatar Mar 02 '22 03:03 creater-zq

你这个问题,你可能要先检查项目自带的adb有没有,有的话chmod +x 项目自带的adb

m986883511 avatar Mar 10 '22 05:03 m986883511

https://github.com/barry-ran/QtScrcpy/blob/9d620f99418ef76cf2291db9fee1cb3df13e08f6/config/config.ini#L16-L17

Ayx03 avatar Jun 30 '22 20:06 Ayx03

QtScrcpy默认是使用自带的Adb,文件不存在的话就会这样提示

Ujhhgtg avatar Aug 08 '22 05:08 Ujhhgtg