C:\Users\hp>adb shell dumpsys窗口|find“mCurrentFocus”“find”不能被识别为内部或外部命令、可操作程序或批处理文件。C:\Users\hp>adb shell dumpsys窗口|find“mCurrentFocus”“find”不能被识别为内部或外部命令、可操作程序或批处理文件。
4nkexdtk1#
在windows中find不存在,你需要把findstr或者你可以做adb shell在这之后使用grep像这样。adb shell dumpsys窗口显示|findstr“mCurrentFocus”adb shell dumpsys窗口显示|grep“mCurrentFocus”
1条答案
按热度按时间4nkexdtk1#
在windows中find不存在,你需要把findstr或者你可以做adb shell在这之后使用grep像这样。adb shell dumpsys窗口显示|findstr“mCurrentFocus”
adb shell dumpsys窗口显示|grep“mCurrentFocus”