Karn / uiautomatorviewer-gradle

Fork of uiautomatorviewer with updated libraries, some fixes and that is also ported to Gradle builder. Works for me, even with the latest Java. Hopefully, it will work for you too.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

Running on Windows, Linux

You can run the app as is on these OSes, just make sure Android Debug Bridge is available.

Running on Mac

Launch the app passing -XstartOnFirstThread JVM argument, otherwise it will immediately crash. For example:

./gradlew installDist
JAVA_OPTS=-XstartOnFirstThread ./build/install/uiautomatorviewer-gradle/bin/uiautomatorviewer-gradle

(Unfortunately, this option is not supported on Linux, so it cannot be added to the shell wrapper script)

Also make sure Android Debug Bridge is available.

About

Fork of uiautomatorviewer with updated libraries, some fixes and that is also ported to Gradle builder. Works for me, even with the latest Java. Hopefully, it will work for you too.


Languages

Language:Java 99.0%Language:Shell 1.0%