i am using android on ubuntu 12.04, i tried to push an image of about 100kb in the sdcard through file Explorer provided by eclipse[android]. The file explorer shows the sdcard and when i try to push the image it show an error
Failed to push the item(s). null
I looked for the similar problem's solution and found to do:
adb push [filename] /sdcard/[filename]
i did this in terminal but it returns "No command 'adb' found" and it refers other commands. Could any buddy help to solve it???
If you are trying to use internal SD card, make sure you do: /sdcard/
rather than /sdcard