Cannot start client: Command adb ["shell", "dumpsys", "package", "com.genymobile.gnirehtet"] returned with value 1
Opened this issue · 1 comments
beebase commented
ericswpark commented
This is usually because you haven't granted ADB permissions on the device side. Try rebooting the device and reconnecting. Alternatively check adb devices
and make sure it's not showing up as unauthorized
.