hierarchyviewer

Tool to debug and optimize Android user interface

Install

All systems
curl cmd.cat/hierarchyviewer.sh
Debian Debian
apt-get install androidsdk-hierarchyviewer
Ubuntu
apt-get install hierarchyviewer
Windows (WSL2)
sudo apt-get update sudo apt-get install hierarchyviewer
Raspbian
apt-get install hierarchyviewer

androidsdk-hierarchyviewer

Tool to debug and optimize Android user interface

Hierarchy Viewer allows you to debug and optimize your user interface. It provides a visual representation of the layout's View hierarchy (the Layout View) and a magnified inspector of the display (the Pixel Perfect View). This package is required only when you want to run DDMS as a stand-alone application. For usage from within Eclipse IDE, install eclipse-adt.

hierarchyviewer

View the UI hierarchy of an Android application

The Hierarchy Viewer allows you to debug and optimize your user interface. It provides a visual representation of the layout's View hierarchy (the Layout View) and a magnified inspector of the display (the Pixel Perfect View). See also: <https://developer.android.com/studio/profile/hierarchy-viewer.html> This package provides the standalone launcher of Hierarchy Viewer. However it is deprecated, please use Android Device Monitor instead.