adb shell


adb pull [-p] [-a] <remote> [<local>]

                               - copy file/dir from device

                                 ('-p' to display the transfer progress)

                                 ('-a' means copy timestamp and mode)


adb pull  -- 把手机设备里的文件或文件夹复制到电脑, 不必进入adb shell模式下, 直接在电脑命令行执行即可

例子: adb pull /sdcard/DCIM 




adb shell 

















猜你喜欢

转载自blog.csdn.net/xianqi_h/article/details/43307507
今日推荐