Hey guys, I just ran into a problem using an Android 7.0 Nexus 9 with Appium. When trying to launch tests on the device, I get an error from appium:
selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: Command ‘/Users//Library/Android/sdk/platform-tools/adb -P 5037 -s <device_id> shell stop’ exited with code 1{“stdout”:"",“stderr”:“stop: must be root\n”,“code”:1}
Manually running adb shell stop also throws that error.
Do we have to root Android 7.0 devices to be able to run UI tests on them?
Greetings