remount of /system failed: Read-only file system
remount failed
第一步
将模拟器默认的共享系统盘改为独立系统盘
第二步
adb root
adb remount
adb shell
mount -o rw,remount -t auto /system
chmod 777 /system
remount of /system failed: Read-only file system
remount failed
第一步
将模拟器默认的共享系统盘改为独立系统盘
第二步
adb root
adb remount
adb shell
mount -o rw,remount -t auto /system
chmod 777 /system