-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adb server versión doest not match client #17
Comments
Hmm.. Try reinstalling ADB and check if it works. |
Used the uninstall script and used the install script. No luck. More about the device. Car multimedia video interface. Uses Allwinner quad-core T7 (arm) |
Found out that the device has and in /sbin/adb-ec . /sbin/adb-ec version |
So I think there can be two possible causes of the problem. The first one - your ADB daemon version is not compatible with ADB server version. Second possible cause - you have some problems with PATH environment variable. Type in |
Likely the device has outdated client, you would need to install am older adb server if there is no update for client |
When running
adb devices
I received the error:adb server version (31) doesn't match this client (39); killing.. error: could not install *smartsocket* listener: Address already in use adb server didn't ACK
Already tried:
adb kill-server
andadb start-server
, restarted the device. Did not work.The text was updated successfully, but these errors were encountered: