android adb命令,向开发手机添加文件


adb文档

把本地文件发送到调试手机

C:\Users\ajanuw>adb push C:\Users\ajanuw\Music\j.mp3 /storage/emulated/0/Download
C:\Users\ajanuw\Music\j.mp3: 1 file pushed. 45.1 MB/s (10241127 bytes in 0.216s)

拉取到本地

C:\Users\ajanuw>adb pull /storage/emulated/0/Download C:\Users\ajanuw\Desktop
/storage/emulated/0/Download/: 1 file pulled. 66.6 MB/s (10241127 bytes in 0.147s)


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM