1. android模拟机上不能加文件提示read only file system
先:adb shell
后:mount -o remount ,rw /
就行不需要附加多余的东西 就上面两行,解决的是我遇到的问题!
参考:http://bbs.csdn.net/topics/390076506
1. android模拟机上不能加文件提示read only file system
先:adb shell
后:mount -o remount ,rw /
就行不需要附加多余的东西 就上面两行,解决的是我遇到的问题!
参考:http://bbs.csdn.net/topics/390076506