# UiAutomatorViewer **Repository Path**: welee921/ui-automator-viewer ## Basic Information - **Project Name**: UiAutomatorViewer - **Description**: UiAutomatorViewer - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-06 - **Last Updated**: 2024-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uiautomatorviewer Rebuild of UiAutomatorViewer app from the sources to make it compatible with modern JDK versions ## How to build Just run `gradlew shadowJar` in project directory - it will give you `build/libs/uiautomatorviewer-all.jar` ## How to replace default uiautomatorviewer with this one 1. Copy uiautomatorviewer-all.jar into `%ANDROID_HOME%/tools/lib` 2. Replace `%ANDROID_HOME%/tools/bin/uiautomatorviewer` with uiautomatorviewer from `etc/uiautomatorviewer` ## **NOTICE** This was tested only on macOS / Linux