zoukankan
html css js c++ java
Appium问题解决方案(4)- Error while obtaining UI hierarchy XML file: com.android.ddmlib.SyncException
背景
操作步骤
运行
uiautomatorviewer.bat
点击左上角的
Device ScreensShot
报错
截图
解决方法
网上还是有很多方法的,可能造成的原因不同,我是第六种方法解决的
在cmd命令窗口中输入 adb root 即可
重启手机无效
重新把手机拔了再插
重启appuim
重启uiautomatorviewer.bat
打开手机开发者权限,将USB调试按钮重新启动就好了
【解决了!】
重点
一次不行,试多几次,这个工具不是太稳定哦
查看全文
相关阅读:
nuget包管理器控制台下的powershell脚本介绍
MSSQL数据库链接字符串Asynchronous Processing=true不是异步查询吗,怎么是缓存
.net mvc web api 返回 json 内容,过滤值为null的属性
序列化与反序列化成XML
ASP.NET WebForm中用async/await实现异步
webapi集成owin使用Oauth认证时能获取accee_token仍无法登录的解决办法
C#异常类相关总结
从多个XML文档中读取数据用于显示webapi帮助文档
VS代码段扩展Snippet Designer is a Visual Studio plug in which allows you to create and search for snippets inside the IDE
【工具】CodeSmith Generator 7.0.2激活步骤
原文地址:https://www.cnblogs.com/poloyy/p/12917685.html
最新文章
Docker系列之(三):Docker微容器Alpine Linux
在 docker中 运行 mono /jexus server 并部署asp.net mvc站点
Docker学习笔记 — 配置国内免费registry mirror
https://www.daocloud.io/
安装docker管理工具rancher
winform只能有一个实例运行且打开已运行窗口
生成12位十六进制密码
试图加载格式不正确的程序
Ubuntu用作Server时出现乱码的解决方法
ssh远程连接ubuntu
热门文章
ubuntu网络设置
http://www.daocloud.io/
事务环境下的CombGuid
Productivity Power Tools 是微软官方推出的 Visual Studio 扩展
Exception Handling in ASP.NET Web API webapi异常处理
webapi输入验证过滤器ValidationActionFilter
Code First Migrations: Making __MigrationHistory not a system table
C# 6.0可能的新特性
C#根据时间产生有序的GUID编码
VS插件开发,启用实验室环境
Copyright © 2011-2022 走看看