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调试按钮重新启动就好了
【解决了!】
重点
一次不行,试多几次,这个工具不是太稳定哦
查看全文
相关阅读:
==和equals
Fastjson toJSONString 碰到的一个问题
Java之旅之第一个Java项目[Sping+ Spring MVC + MyBatis] 项目框架
Java之旅之第一个Java项目[Sping+ Spring MVC + MyBatis] 项目配置
Java之旅之第一个Java项目[Sping+ Spring MVC + MyBatis] org.springframework.web相关源码
Java之旅之第一个Java项目[Sping+ Spring MVC + MyBatis] 项目背景
centos6 yum源不可用问题解决
ORACLE修改最大连接数
Docker学习笔记(二):Docker镜像
Mysql5.7慢日志时间与系统时间相差8小时问题的解决
原文地址:https://www.cnblogs.com/poloyy/p/12917685.html
最新文章
Elasticsearch数据类型
倒排索引基础知识
理解B+树算法和Innodb索引
B~树
PHP-redis英文文档
PHP-redis中文文档
[Leetcode] Product of Array Except Self, Solution
[Leetcode] Different Ways to Add Parentheses, Solution
[Leetcode] Valid Anagram, Solution
[Leetcode] Binary Tree Paths, Solution
热门文章
[Leetcode] Single Number III, Solution
[Leetcode] Ugly Number II, Solution
[Leetcode] Ugly Number, Solution
[Leetcode] Move Zeroes, Solution
[Leetcode] Peeking Iterator, Solution
[Leetcode] Find the Duplicate Number, Solution
window.location.href 失效问题!!!
jsp中的相对路径和绝对路径
浅谈ajax中的json
堆和栈
Copyright © 2011-2022 走看看