Android模拟器不会让我装载并复制文件

时间:2017-02-18 13:18:36

标签: android android-emulator

我正在尝试按照教程:

http://borkweb.com/story/setting-etchosts-on-an-android-emulator-using-a-mac

但是当我输入时:

adb -s emulator-5554 remount

我得到的只是remount of /system failed: Read-only file system

那么我试试这个......

MAC-M-N20B:~ user$ adb shell
root@generic_x86:/ # su
root@generic_x86:/ # mount -o rw,remount,rw /system

然后我明白了......

mount: Read-only file system

我怎么能让系统文件夹可写?

0 个答案:

没有答案