Android开发常见问题

1. android模拟机上不能加文件提示read only file system

先:adb shell 
后:mount -o remount ,rw /
就行不需要附加多余的东西 就上面两行,解决的是我遇到的问题!

参考:http://bbs.csdn.net/topics/390076506

原文地址:https://www.cnblogs.com/guolei/p/4735824.html