执行adb roo提示tadbd cannot run as root in production builds问题

在进行安卓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指令了。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章