android 模拟SD卡 adb拷文件时Failed to push xx on emulator-5554: Read-only file system

android 模拟SD卡 adb拷文件时Failed to push QuangZhoumaps.sqlitedb on emulator-5554: Read-only file system这个要怎么办 哪位朋友帮忙下 我的QQ:290043275
2026年09月18日 21:05
有1个网友回答
网友(1):

解决了
是不是斜杠问题,linux下都是用“/”

adb push 电脑路径 模拟器路径

在电脑路径中必须用“\”
而模拟器中必须是“/”
并且模拟器的跟路径是是只读的