Rooting android emulator

扶醉桌前 提交于 2019-12-08 10:45:16

问题


The problem is that, when I write "su" in terminal emualator, I have "su:uid 10032 not allowed to su". So why I need to root the emulator?


回答1:


You should be root when you log into emulator:

$ adb shell
# ps
...
root     271   37    740   312   c003b100 afe0d14c S /system/bin/sh
...
#

What do you get on the sh ps line?



来源:https://stackoverflow.com/questions/5618837/rooting-android-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!