Android UI String Dump

murakami

Известный
Автор темы
131
13
i tried to dump the ui of the current phone screen using adb.
adb shell uiautomator dump / adb pull /sdcard/window_dump.xml

above method works fine. just It takes about 2 seconds to dump. I am wondering if there are other ways to minimize dump time.

https://github.com/xiaocong/android-uiautomator-server#build I've heard that if you build an rpc server using the above address, you can dump it almost immediately.

But I can't deal with Python, and I don't understand the method above. Can someone explain me how easily?

I am willing to pay. Please contact me if you are interested.