我正在尝试按照教程:
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
我怎么能让系统文件夹可写?