blob: 3d3191b76d7a41a8b88568d0d47f3975eb186bb0 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001page.title=Hierarchy Viewer
Scott Main9cf2fa02011-02-15 18:26:07 -08002parent.title=Tools
3parent.link=index.html
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004@jd:body
5
Robert Lyec5ca942011-01-07 18:48:00 -08006<p>Hierarchy Viewer allows you to debug and optimize your user
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007interface. It provides a visual representation of the layout's View hierarchy
8(the Layout View) and a magnified inspector of the display (the Pixel Perfect View).
9</p>
10
Robert Lyec5ca942011-01-07 18:48:00 -080011<p>To start Hierarchy Viewer, enter the following command from the SDK <code>tools/</code> directory:</p>
12 <pre>hierarchyviewer</pre>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080013</ol>
14
Robert Lyec5ca942011-01-07 18:48:00 -080015<p>For more information on how to use Hierarchy Viewer, see
16<a href="{@docRoot}guide/developing/debugging/debugging-ui.html">Debugging and Profiling UIs</a>
17</p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080018