https://github.com/google/web-hv
A web based tool for inspecting UI of an in-development android app
https://github.com/google/web-hv
android development-tools
Last synced: 1 day ago
JSON representation
A web based tool for inspecting UI of an in-development android app
- Host: GitHub
- URL: https://github.com/google/web-hv
- Owner: google
- License: apache-2.0
- Created: 2019-01-02T03:54:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T18:24:07.000Z (6 months ago)
- Last Synced: 2026-06-20T14:32:52.666Z (16 days ago)
- Topics: android, development-tools
- Language: JavaScript
- Homepage: https://google.github.io/web-hv/
- Size: 508 KB
- Stars: 48
- Watchers: 2
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Hierarchy Viewer
A web based tool for inspecting UI of an in-development android app. [Launch App](https://google.github.io/web-hv)
## Development
To run the project locally, checkout the code and start a [local web server](https://gist.github.com/willurd/5720255) in the root directory. This tool only uses HTML5/javascript APIs and doesn't have any server side component.
See CONTRIBUTING.md on how to submit patches.
## Dependencies
- [JQuery](https://github.com/jquery/jquery)
- [JavaScript-autoComplete](https://github.com/Pixabay/JavaScript-autoComplete)
- [JSZip](http://stuartk.com/jszip)
- [pako](https://github.com/nodeca/pako)
- [jsbn](http://www-cs-students.stanford.edu/~tjw/jsbn/)
## Features
- Inspect ui of running apps (debug apps)
- Run commands on view nodes and change properties at runtime
- Save hierarcy to disk for offline viewing and sharing
This is not an officially supported Google product