I am running an Android emulator on my Windows desktop, and I need to run add remount
.
I found this answer (and related ones) to this issue, but oddly it still doesn’t work. From the logging I’m getting from the command line, it seems like the system is writable though.
This is what I’m entering on the command line. Notice it says WARNING: System image is writable
, which I’m taking as a good sign.
However, then if in a different command line window I try to remount, this fails. (Also the and shell "mount -o rw,remount /system"
fails.)
What step am I missing?
Source: Windows Questions