开发者

Copy data from an SD card to a raw file

开发者 https://www.devze.com 2023-03-07 07:44 出处:网络
How might I copy data from an SD card to a开发者_开发百科 raw file?UseADB tool to pull data from the device/emulator. See the PUSH and PULL operations.

How might I copy data from an SD card to a开发者_开发百科 raw file?


Use ADB tool to pull data from the device/emulator. See the PUSH and PULL operations.

Example:

adb pull /sdcard/test.txt test.txt  

Pull pulls a file from your Android device to your desktop computer.

0

精彩评论

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