在进行安卓APP测试中,最后进行压力测试时,直接执行adb root 提示
adbd cannot run as root in production builds
猜测为手机端未进行ROOT处理,下载kingroot:https://kingroot.net/zh-thank-you-for-downloading-kingroot-for-android/ 进行root处理
首先进行ROOT不能ROOT手机只能刷机
如果还是遇到这个报错,进入adb shell
adb shell
su
就能执行monkey指令了。