summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/developing/tools/hierarchy-viewer.jd
blob: ce660fc00fa8cfc898d9920c9a8d9b82b81336d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
page.title=Hierarchy Viewer
@jd:body

<p>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). 
</p>

<p>To start Hierarchy Viewer, enter the following command from the SDK <code>tools/</code> directory:</p>
  <pre>hierarchyviewer</pre>
</ol>

<p>For more information on how to use Hierarchy Viewer, see 
<a href="{@docRoot}guide/developing/debugging/debugging-ui.html">Debugging and Profiling UIs</a>
</p>