Android adb 命令的基础知识

1. 使用 adb 命令,从手机的 sd 卡中拷贝文件到 pc 指定目录下

adb pull /sdcard/test d:/test

将 sdcard test 目录下的内容拷贝到 pc d 盘的 test 目录中。

posted @ 2016-08-17 13:12  LuQingshang  阅读(139)  评论(0编辑  收藏  举报