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