How to use adb pull command? [duplicate] How to use adb pull command? [duplicate] android android

How to use adb pull command? [duplicate]


I don't think adb pull handles wildcards for multiple files. I ran into the same problem and did this by moving the files to a folder and then pulling the folder.

I found a link doing the same thing. Try following these steps.

How to copy selected files from Android with adb pull