摘要:
向sdcard中添加文件为什么总是提示Failed to push the item(s)Failed to push XXXXX.txt on emulator- : Read-only file system解决:在启动模拟器的时候带着的参数中,模拟器镜像路径需是绝对路径:-sdcard E:\android\android-sdk-windows\tools\sdcard.img 注意这个绝对路径里面不能带空格(如 Program Files)注意:(卷标、标签)必须是sdcard。如 mksdcard -l sdcard 128M e:\haogood.image(而不能是mksdc. 阅读全文