Android GPU Inspector
About
Visit gpuinspector.dev for information about Android GPU Inspector.
The developer documentation contains some hints for AGI developers. See also the README files under some source directories.
Downloads
Download the latest version of AGI here.
Unstable developer releases are here.
Dependency for Linux builds in zip archives: they depend on java8 and libwebkit2gtk. These two are marked as dependencies in the deb package, if you install AGI via a zip archive, make sure to also install java8 and libwebkit2gtk.
Building
See Building Android GPU Inspector.
Running the client
After building AGI, you can run the client from <agi-root>/bazel-bin/pkg/agi
.
Command-Line Interface
AGI exposes most of its functionality via a CLI gapit. You can find auto-generated documentation here.