Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

ADB version issues on linux #8

Open
hker9527 opened this issue Nov 18, 2017 · 0 comments
Open

ADB version issues on linux #8

hker9527 opened this issue Nov 18, 2017 · 0 comments

Comments

@hker9527
Copy link

I think that in the install.sh file, it uses adb provided in the path, which may cause some version-related errors like this:

bckps7336@bckps7336-B85M-DS3H:~/GenyFlash$ ./install.sh        
Installing improved scripts...
adb server version (39) doesn't match this client (36); killing...
error: could not install *smartsocket* listener: Address already in use
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon
adb server version (39) doesn't match this client (36); killing...
* daemon started successfully *
adb server version (39) doesn't match this client (36); killing...
error: could not install *smartsocket* listener: Address already in use
ADB server didn't ACK
* failed to start daemon *
adb: error: connect failed: cannot connect to daemon
adb server version (39) doesn't match this client (36); killing...
* daemon started successfully *
error: no emulators found
adb server version (39) doesn't match this client (36); killing...
* daemon started successfully *
adb: error: connect failed: no emulators found
...

A way to change this behavior is to change adb in install.sh to an absolute path of /opt/genymobile/genymotion/tools/adb, which ensures the corresponding adb version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant