google / android-emulator-m1-preview

Apache License 2.0
1.83k stars 161 forks source link

How do I root the emulator? #68

Open CzechHech opened 2 years ago

CzechHech commented 2 years ago

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.

acane77 commented 2 years ago

Just use ADB

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

uid=0 denotes to a root user in emulator