python uiautomator obtaining UI hierarchy Remote object does
未知
2021-09-22 10:04:44
0

问题描述:

打开C:\Users\Administrator\AppData\Local\Android\android-sdk\tools 下面的uiautomatorviewer.bat使用第三个按钮点击出画面时报错:Error obtaining UI hierarchy Error while obtaining UI hierarchy XML file: com.android.ddmlib.SyncException: Remote object doesn’t exist

解决办法:

可以在windows中cmd使用命令
adb kill-server
adb start-server
重启 adb 服务可解决问题

可以在linux使用命令
sudo adb kill-server
sudo adb start-server
重启 adb 服务可解决问题

相关内容

掌握 PHP sg15:核...
本文介绍了PHP sg15的核心技术,包括面向对象编程、命名空间、...
2026-02-12 01:23:35
PHP sg15 实战教程...
PHP SG15实战教程:从基础到高级,学习PHP语言安全协议与技...
2026-02-11 01:23:35
探索 PHP sg15 在...
摘要: 本文探讨了PHP的sg15项目在Web开发中的应用,包括...
2026-02-11 01:23:34
PHP sg15 与数据库...
本文介绍了使用PHP与数据库交互的方法,特别是使用sg15框架或库...
2026-02-10 01:23:38
PHP sg15 框架集成...
本文详细介绍了如何将sg15框架集成到PHP项目中,包括准备工作、...
2026-02-10 01:23:36
PHP与YAML集成:实现...
本文介绍了PHP与YAML集成的实现方式,包括读取和写入YAML文...
2026-02-03 01:23:45

热门资讯

python pip安装req... python pip安装requests报错一片红解决方法
python uiautoma... 问题描述: 打开C:\Users\Administrator\AppData\Local\Andro...
解决You are using... You are using pip version 21.3.1, however version ...
查询pthon chromed... 查询pthon chromedrive是否匹配,确认当前的Google Chrome版本号与chro...
Python中安装库时报错:W... WARNING: Running pip as the 'root' user can result...
python cannot i... appium_python_client已经安装,selenium也安装了,报错:cannot im...