美文网首页
adb shell dumpsys window w |find

adb shell dumpsys window w |find

作者: 有云的地方有蓝天 | 来源:发表于2019-03-08 10:49 被阅读0次

1、在使用 “adb shell dumpsys window w |findstr \/ |findstr name=” 这个指令查找APP包名时,cmd出现'findstr' 不是内部或外部命令

解决方案:

1、PATH环境变量的问题,在path中追加:(%SystemRoot%/system32;%SystemRoot%;)

2、此时重新打开cmd运行这个指令,就正常查找到APP包名

相关文章

网友评论

      本文标题:adb shell dumpsys window w |find

      本文链接:https://www.haomeiwen.com/subject/xjlpeqtx.html