android-emulator-m1-preview icon indicating copy to clipboard operation
android-emulator-m1-preview copied to clipboard

How do I root the emulator?

Open CzechHech opened this issue 3 years ago • 1 comments

Hi, I've fixed all the other issues like immense lag and no google play, but there is one more problem left. How do I root the device? There is no way that I can root it, no matter what I do.

CzechHech avatar Sep 17 '21 11:09 CzechHech

Just use ADB

$ adb root
restarting adbd as root
$ adb shell id -u
0

uid=0 denotes to a root user in emulator

acane77 avatar Dec 05 '21 05:12 acane77