开发者

adb shell command

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


Are you trying to do

adb push d:\folder\myimage.jpg /sdcard/myimage.jpg

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜