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与SQLSRV数据库...
摘要:本文介绍了PHP与SQLSRV数据库迁移的步骤和注意事项,包...
2024-11-20 11:46:42
PHP与SQLSRV连接数...
PHP与SQLSRV连接SQL Server数据库教程,介绍安装配...
2024-11-20 11:23:44
PHP与SQLSRV连接M...
本文介绍了使用PHP和SQLSRV扩展连接MySQL数据库的实例,...
2024-11-20 11:00:46
PHP中SQLSRV处理大...
摘要:在PHP中使用SQLSRV处理大数据量时,可通过数据库端索引...
2024-11-20 10:46:41
PHP SQLSRV数据库...
本文介绍了使用PHP SQLSRV扩展进行数据库操作的示例,包括连...
2024-11-20 10:23:47
PHP与SQLSRV连接数...
摘要:本文介绍了PHP与SQLSRV连接数据库的性能优化策略,包括...
2024-11-20 10:00:52

热门资讯

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...