将文件从 adb 复制到 window
有没有办法将文件从 adb shell 复制到 Windows 中的另一个位置?
Is there any way to copy files from the adb shell to another place in Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个糟糕的问题,因为您只需阅读 adb 手册页<就可以回答这个问题/a>.您正在寻找
adb pull
This is a bad question as you could have this answered by simply reading the adb manual page. You are looking for
adb pull
进入您的
DDMS
透视图和文件资源管理器
中,找到该文件,单击拉出文件
图标并将其保存在您想要的位置...Go in your
DDMS
Perspective and inFile Explorer
, located the file, clickPull out file
icon and save it where you want...