标签: android terminal sh
我在Android 4.1.1设备上使用终端模拟器。
当我运行cat > sample时,它会说:Can't create sample: Read-only file system.
cat > sample
Can't create sample: Read-only file system.
我不想根植我的设备。
有任何变通方法吗?
答案 0 :(得分:0)
实际上,您的系统分区(挂载为/)是只读的。你可以把它重新安排为读写。但是,重新启动模拟器时,修改到系统分区的所有文件都将无法生存。您可以参考更多信息here。
正确的方法是将文件部署在/ data /或/ sdcard /。