https://github.com/badoo/uiautomatorviewer
Rebuild of UiAutomatorViewer app from the sources to make it compatible with modern JDK versions
https://github.com/badoo/uiautomatorviewer
Last synced: 12 months ago
JSON representation
Rebuild of UiAutomatorViewer app from the sources to make it compatible with modern JDK versions
- Host: GitHub
- URL: https://github.com/badoo/uiautomatorviewer
- Owner: badoo
- License: apache-2.0
- Created: 2021-12-13T11:12:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T17:09:02.000Z (over 4 years ago)
- Last Synced: 2025-04-30T18:38:02.756Z (about 1 year ago)
- Language: Java
- Size: 109 KB
- Stars: 14
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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