I am trying to get root access to the Android Emulator which comes with the Android SDK running Android 7.0. I tried these instructions: Obtain root access via su on the Android emulator
But I get:
E:\Develop\AndroidSDK\platform-tools>adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock03 /system
mount: '/system' not in /proc/mounts
I also followed the instructions at the end of this thread: How to get root access on Android emulator?
But I get:
E:\Develop\AndroidSDK\platform-tools>adb root
E:\Develop\AndroidSDK\platform-tools>adb remount
Not running as root. Try "adb root" first
obviously "adb root" does not give me root access.
Help is very much appreciated!
Thank you!