- May 18, 2019
- admin
- 0
adb pull
Download a specified file from an emulator/device to your computer.
adb pull <remote> [local]
adb pull /sdcard/demo.mp4
download /sdcard/demo.mp4 to <android-sdk-path>/platform-tools directory.
adb pull /sdcard/demo.mp4 e:\
download /sdcard/demo.mp4 to drive E.
Tags: ADB commands, adb commands list, adb pull