@zouzhenglu
2016-06-17T09:44:32.000000Z
字数 318
阅读 73
android
adb
pull
push
进入adb shell,用cp命令将文件复制到指定目录,退出adb shell
eg:cp qjj.db /storage/sdcard0/qjj/qjj.db
adb pull /storage/sdcard0/qjj/qjj.db F:/
adb pull [-p] [-a] []
- copy file/dir from device
('-p' to display the transfer progress)
('-a' means copy timestamp and mode)