获取设备上的某个目录下的所有文件
有两种方法:
1.通过Eclipse中的集成插件DDMS中的File Explorer(Pull a file from device),但是有时候明明连成,但是就是无法将文件pull下来.
虽然也运行了 adb root
发生这种错误时,采用方法2;
2.通过adb 命名
$ adb pull /data/data/com.google.plays/cache
你有一个苹果,我有一个苹果,我们交换一下,一人还是一个苹果;你有一个思想,我有一个思想,我们交换一下,一人就有两个思想。 ——肖伯纳
有两种方法:
1.通过Eclipse中的集成插件DDMS中的File Explorer(Pull a file from device),但是有时候明明连成,但是就是无法将文件pull下来.
虽然也运行了 adb root
发生这种错误时,采用方法2;
2.通过adb 命名
$ adb pull /data/data/com.google.plays/cache