root@May:~/桌面/magus7-gjl/Eclair/out/target/product/generic/system# adb push libsimplejni.so /system/lib
failed to copy 'libsimplejni.so' to '/system/lib/libsimplejni.so': Read-only file system
root@May:~/桌面/magus7-gjl/Eclair/out/target/product/generic/system# adb remount
remount succeeded
root@May:~/桌面/magus7-gjl/Eclair/out/target/product/generic/system# adb push libsimplejni.so /system/lib
97 KB/s (5204 bytes in 0.052s)
root@May:~/桌面/magus7-gjl/Eclair/out/target/product/generic/system# adb shell

本文记录了在Android系统中遇到的推送库文件无法写入只读文件系统的错误,并展示了通过重新挂载系统为可读写模式成功解决该问题的过程。

被折叠的 条评论
为什么被折叠?



