Ubuntu uiautomatorviewer 解析 UI 层次结构 XML 文件时出错
Ubuntu uiautomatorviewer Error while parsing UI hierarchy XML file
我正在为未来可能像我一样新手的搜索者提出这个问题。也因为我没有足够的声誉来对其他答案添加评论。
尝试以下操作后,仍然出现上述错误
方法:
- 打开 USB 调试
- 启用视图属性检查
- Select 调试应用程序选项并选择 com.github.uiautomator
Error in using UIAutomatorviewer for testing Android app in Appium
Error obtaining UI hierarchy Error while obtaining UI hierarchy XML file: com.android.ddmlib.SyncException: Remote object doesn't exist
问题是 whereis uiautomatorviewer 抛出了这个路径
/usr/bin/uiautomatorviewer
解决方案
真正做这项工作的是
/root/Android/Sdk/tools/bin/uiautomatorviewer
问题是 linux 命令
whereis uiautomatorviewer
抛出了这条路 /usr/bin/uiautomatorviewer
解决方案
真正完成工作的是/root/Android/Sdk/tools/bin/uiautomatorviewer
将此粘贴到您的终端。它将打开正确的 Autmator
Android/Sdk/tools/bin/uiautomatorviewer
按照图中提到的脚本进行操作
我正在为未来可能像我一样新手的搜索者提出这个问题。也因为我没有足够的声誉来对其他答案添加评论。
尝试以下操作后,仍然出现上述错误 方法:
- 打开 USB 调试
- 启用视图属性检查
- Select 调试应用程序选项并选择 com.github.uiautomator
Error in using UIAutomatorviewer for testing Android app in Appium
Error obtaining UI hierarchy Error while obtaining UI hierarchy XML file: com.android.ddmlib.SyncException: Remote object doesn't exist
问题是 whereis uiautomatorviewer 抛出了这个路径 /usr/bin/uiautomatorviewer
解决方案
真正做这项工作的是 /root/Android/Sdk/tools/bin/uiautomatorviewer
问题是 linux 命令
whereis uiautomatorviewer
抛出了这条路 /usr/bin/uiautomatorviewer
解决方案
真正完成工作的是/root/Android/Sdk/tools/bin/uiautomatorviewer
将此粘贴到您的终端。它将打开正确的 Autmator
Android/Sdk/tools/bin/uiautomatorviewer
按照图中提到的脚本进行操作