scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

adb server version (41) doesn't match this client

Open SaeedJazaeri opened this issue 3 years ago • 4 comments

  • [ ] I have read the FAQ.
  • [ ] I have searched in existing issues.

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?

SaeedJazaeri avatar Mar 21 '22 18:03 SaeedJazaeri

You must use only one version of adb.

https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#conflicts-between-adb-versions

rom1v avatar Mar 21 '22 18:03 rom1v

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

BilakshanP avatar Mar 26 '22 14:03 BilakshanP

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

maresandres avatar Aug 20 '22 15:08 maresandres

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.

atvnbi avatar Dec 08 '22 23:12 atvnbi