I can't run Genymotion on my PC. I've already changed the path of the ADB location to my local ADB.
In Android Studio all SDK packages are up to date and I've got the path to the local SDK from Android Studio so it is using the same.
If I am trying to show all devices I get the error:
My environment:
This happens when the adb
binary used by Genymotion is incompatible with the one from Android Studio.
The setting you set should avoid the problem, but you must "reset" your setup to make sure all the softs use the exact same adb binary. I suggest you to close all the Genymotion devices, then close Android Studio and restart all.
Also, check that the adb
you are using on your terminal is the one from the Android SDK.