- Mobile Test Automation with Appium
- Nishant Verma
- 72字
- 2021-07-02 20:34:39
Debug help
If the adb devices command throws the error adb server version (31) doesn't match this client (36), follow the given set of steps to fix the same:
- Navigate to Genymotion > Settings > ADB > Use custom Android SDK tools.
- Put the ANDROID SDK path in Android SDK:

- Once done, restart the Genymotion virtual device and type in the adb devices command.
This should help fix it.
推薦閱讀