adb push read-only file system 解决方法

2026-02-14 09:10:08

1、在dos命令行输入的时候出现这种情况:

D:\adt-bundle-windows-x86-20131030\sdk\platform-tools>adb push 1.txt \sdcard\2.t

xt

failed to copy '1.txt' to '\sdcard\2.txt': Read-only file system

adb push read-only file system 解决方法

2、这是因为你在输入的时候发生了错误 。 应该把 \  写成   /

adb push read-only file system 解决方法

3、现在就成功了, 查看一下:

adb push read-only file system 解决方法

猜你喜欢