将文件从模拟器驱动器复制到 SD 卡
我了解了如何在模拟器中安装 SD 卡,但我不确定如何在用户数据映像和 SD 卡映像之间来回移动文件。有人可以告诉我该怎么做吗?
I see how to mount an SD card in the emulator, but I'm not sure how you move files back and forth between the userdata image and the SD card image. Can someone tell me how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想到的第一个想法是首先将数据从 userdata 映像文件传输到本地文件系统,然后从本地传输回 SD 卡映像。
希望我正确地解释了你的问题。
The first thought that comes to my mind is to first transfer the data from the userdata image file to local filesystem and then transfer back from local to sdcard image.
hope I interpreted your question correctly.