Android adb 命令的基础知识
1. 使用 adb 命令,从手机的 sd 卡中拷贝文件到 pc 指定目录下
adb pull /sdcard/test d:/test
将 sdcard test 目录下的内容拷贝到 pc d 盘的 test 目录中。
编程之美。
1. 使用 adb 命令,从手机的 sd 卡中拷贝文件到 pc 指定目录下
adb pull /sdcard/test d:/test
将 sdcard test 目录下的内容拷贝到 pc d 盘的 test 目录中。