Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Android 4.1.1 设备上使用终端模拟器。
当我运行时cat > sample,它说:Can't create sample: Read-only file system.
cat > sample
Can't create sample: Read-only file system.
我不想根我的设备。
任何解决方法?
事实上,您的系统分区(挂载为 /)是只读的。您可以将其重新安装为读写。但是,当您重新启动模拟器时,您修改到系统分区的所有文件都不会保留。您可以在此处参考更多信息。
正确的方法是将文件部署在 /data/ 或 /sdcard/。