首先定位sdk目录下的platform-tools文件夹

我的目录是E:\Java\Android\platform-tools

ADB Android Device Monitor 导出文件错误

 

 

在文件夹内Shift+鼠标右键选择在此处打开命令窗口

ADB Android Device Monitor 导出文件错误

 

输入

ADB Android Device Monitor 导出文件错误

 

data下的文件夹就可以打开了

 ADB Android Device Monitor 导出文件错误

 

 选择导出data.txt:

ADB Android Device Monitor 导出文件错误

 

 出现错误:

ADB Android Device Monitor 导出文件错误

错误提示没有权限,但是我们已经给了777权限了啊,再说文件显示权限也是可读可写的。

ADB Android Device Monitor 导出文件错误

 

解决方案:

 先退出,再使用pull拉出来到sdk目录

ADB Android Device Monitor 导出文件错误

ADB Android Device Monitor 导出文件错误

 

如果不可以,可以先运行

adb root

adb remount

然后再用adb pull 

 

 

===================================================================

Ri了狗了又找到个超简单的可以通过Android Device Monitor 导出文件

ADB Android Device Monitor 导出文件错误

然后切换到Android Device Monitor 

ADB Android Device Monitor 导出文件错误

 

 需要点击左边刷新目录在选择卧槽,其实之前错误提示都说了选择失败,尼玛竟然是要刷新目录

[2017-08-01 12:36:58] Failed to pull selection
[2017-08-01 12:36:58] null

 

成功导出:

ADB Android Device Monitor 导出文件错误

 

相关文章: