I am trying to connect to an android vm running through genymotion. However, I keep getting the following error message when I try to connect via adb:
adb server version (41) doesn't match this client (39); killing...
I have seen many others have this issue, and I have tried everything and for some reason I still can't get it to work. I have genymotion using the android SDK instead of genymotion's default.
I think the error might lie somehwere with me have trying to get genymotion working correctly under some other installation steps, as when I execute adb --version
I get the following:
Android Debug Bridge version 1.0.39
Version 1:8.1.0+r23-5~18.04
Has anyone else ran into this problem? If it makes a difference, I am currently using Ubuntu 18.04, and my emulator is not connected to wifi. Thanks for all of those who reply in advance.