how to push file from PC to sdcard in android mobile using abd push command? [duplicate]

狂风中的少年 提交于 2020-01-07 02:21:29

问题


Possible Duplicate:
How to push file from PC to andriod phone programatically?

I want to push file from PC to android mobile using abd push command i know for the emulator but how to fo that for phone?


回答1:


As according to me..through command line,First enter inside android-sdk/tools and then use the command as:

adb -s (your phone recognising number) shell [you can get your phone recognising number as adb devices(attach ur device as well)]then,

adb push (your filename) /sdcard/(filename)

Thanks..



来源:https://stackoverflow.com/questions/8061227/how-to-push-file-from-pc-to-sdcard-in-android-mobile-using-abd-push-command

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!