adb传输文件报错couldn‘t create file:Read-only file system

Posted 小zhong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了adb传输文件报错couldn‘t create file:Read-only file system相关的知识,希望对你有一定的参考价值。

使用adb push命令传输文件,报错couldn’t create file:Read-only file system

解决方法:

输入adb disable-verity

adb reboot

adb root

adb remount

再次输入adb push就能正常传输文件了

以上是关于adb传输文件报错couldn‘t create file:Read-only file system的主要内容,如果未能解决你的问题,请参考以下文章