This is how you push files to the SD card. First, copy the file that you want to click into the tools directory [android-sdk-windows] / tools /. Open a command prompt, and if you donβt have a tool catalog in your path, you will need cd [drive]: \ android-sdk-windows \ tools. Then just enter this:
adb push [filename] /sdcard/[filename]
If you want to put the file in the sdcard subdirectory, you have to create it ... you can do it in the adb shell or on a device with a file manager.
androidworkz
source share