You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
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.