2017-01-11

Android, ADB push & pull file.

PUSH / PC to Android
Copy file from PC to Android through ADB shell.
    Syntax | PC C:\ADB\adb push  source_PC_filePath  destination_Android_ filePath
    example: adb push w200b\02-video\color2-green.mp4 data/worktmp

PULL / Android to PC
Copy file from Android to PC through ADB shell.
    Syntax | PC C:\ADB\adb pull source_Android_filePath destination_PC_filePath
    example: adb pull data/worktmp/SoundRecord.png w200b

沒有留言:

張貼留言