UI Automator Viewer操作
版本:24.4.1
使用UI Automator Viewer
报错如下:
Error obtaining Ul hierarchy
Reason:
Error while obtaining Ul hierarchy XML file:
com.android.ddmlib.SyncException: Remote object doesn't exist!
可以使用指令:
- 保存uix文件
adb shell uiautomator dump /sdcard/sc.uix
- pull到PC端
adb pull /sdcard/sc.uix C:\Users\xxx\Downloads\files\cs.uix
- 截图
adb shell screencap -p /sdcard/yuyue.png
- pull到PC端
adb pull /sdcard/yuyue.png C:\Users\changsheng_jiang\Downloads\files\yuyue.png
- 在tools\bin下打开终端,输入
uiautomatorviewer
点击open,出现一个小的界面
但是该界面不能拉伸,可以使用 Tab 键切换按钮,然后按Enter选中,分别上传刚才保存在PC的png(仅该后缀)以及uix文件,如下:
注:需开启USB调试模式
常用指令
-
重启服务
adb kill-server
adb start-server -
查看连接设备
adb devices