开发者

adb shell command

开发者 https://www.devze.com 2023-03-20 13:43 出处:网络
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.

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

精彩评论

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