I want to push image to sdcard via adb shell command which are stay in my d:\folder
i want to see it in emulator not on device.
can you help me on this
Thanks
Nik
I want to push image to sdcard via adb shell command which are stay
Share
Are you trying to do
Depending on your Android version, it could also be
/mnt/sdcard/myimage.jpg.If you want to put it where you other images are, you could push it to
mnt/sdcard/DCIM/Camera/myimage.jpg.