adb pull 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 Read more »