adb server version (41) doesn't match this client
Environment
- OS: Windows 10
- scrcpy version: latest version
- installation method: [e.g. manual build, apt, snap, brew, Windows release...]
- device model: GOOGLE NETBOX
- Android version: 11
Describe the bug hello, i want to share my NETBOX screen on my laptop using scrcpy. i downloaded it and run scrcpy.exe. I am facing this problem: `adb server version (41) doesn't match this client (40); killing...
- daemon started successfully adb: error: failed to get feature set: no devices/emulators found ERROR: "adb push" returned with value 1 Press any key to continue...` at the first, before I run scrcpy, i connect to my device with adb connect command, but after that i run scrspy i get the above error and device is also disconnected. what can i do?
You must use only one version of adb.
https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#conflicts-between-adb-versions
You must use only one version of adb.
https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#conflicts-between-adb-versions
this... doesn't work with tcp i guess.... I will further test and will inform and update
Solution is: Probe en Linux Fedora 36 KDE: Command in terminal:
scrcpy.adb tcpip 5555
scrcpy.adb connect your-ip:5555
finally:
scrcpy
ok, the devices android is connect
Solution is: Probe en Linux Fedora 36 KDE: Command in terminal:
scrcpy.adb tcpip 5555
scrcpy.adb connect your-ip:5555
finally:
scrcpy
ok, the devices android is connect
Thanks. This worked for me in ubuntu.