Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何使用 adb pull 从 Android 复制选定的文件
我正在使用这样的 adb pull 命令:
adb pull /sdcard/*.trace C:/
但我告诉我远程对象'/sdcard/*.trace'没有退出我检查跟踪文件是否在sdcard中。现在如何从sdcard中提取这些文件。你能帮我解决一下吗?
我不认为 adb pull 处理多个文件的通配符。我遇到了同样的问题,并通过将文件移动到文件夹然后拉文件夹来做到这一点。
我发现一个链接做同样的事情。尝试按照以下步骤操作。
如何使用 adb pull 从 Android 复制选定的文件