【Mac+Android+uiautomatorviewer】之報錯:Unexpected error while obtaining UI hierarchy java.lang.reflect.I

 

安卓8.0之後uiautomatorviewer會報錯,解決辦法以下:html

參考:《android 8.0 之後 uiautomator 沒法直接使用的問題android

 

步驟一:

先執行命令:(注意:想要定位一個頁面,每次都要執行以下命令)shell

adb shell uiautomator dump /sdcard/screen.uix
adb pull /sdcard/screen.uix /Users/zhangc/Desktop/拾起賣相關資料/測試文檔/C2BApp/Android/圖片

註明:新手機地址改爲:/data/local/tmp/**.uix

本地電腦會生成一個文件:必定要每次都得生成一次post

 

 

再執行命令,截圖:測試

cd /本地截圖路徑
adb shell screencap -p /sdcard/新文件夾/test.png
adb pull /sdcard/新文件夾/test.png 

 步驟二:

 

 

相關文章
相關標籤/搜索