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

ADB version issues on linux #8

@hker9527

Description

@hker9527

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions