adb shell命令

时间:2011-07-16 06:29:17

标签: android adb

我希望push image通过sdcard adb shell command留在我的d:\文件夹中  我想在模拟器中看到它而不是在设备上。 你能帮我这个吗? 谢谢 NIK

1 个答案:

答案 0 :(得分:4)

你想做什么

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

根据您的Android版本,它也可能是/mnt/sdcard/myimage.jpg

如果您想将其放在其他图片所在的位置,可以将其推送到mnt/sdcard/DCIM/Camera/myimage.jpg