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.
Read more about ADB..
Related Posts
adb usbadb usb restarting ADB in USB mode. adb usb Read more about ADB..
adb devicesadb devices Prints a list of all attached emulator/device adb devices In response, return serial…
adb uninstalladb uninstall Removes a android package from the emulator/device. adb uninstall [options] <PACKAGE> adb uninstall…
Tags:
ADB commands,
adb commands list,
adb pull