2009-03-03 19:31:44 -08:00
|
|
|
page.title=Hierarchy Viewer
|
2011-02-15 18:26:07 -08:00
|
|
|
parent.title=Tools
|
|
|
|
parent.link=index.html
|
2009-03-03 19:31:44 -08:00
|
|
|
@jd:body
|
|
|
|
|
2011-01-07 18:48:00 -08:00
|
|
|
<p>Hierarchy Viewer allows you to debug and optimize your user
|
2009-03-03 19:31:44 -08:00
|
|
|
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>
|
|
|
|
|
2011-01-07 18:48:00 -08:00
|
|
|
<p>To start Hierarchy Viewer, enter the following command from the SDK <code>tools/</code> directory:</p>
|
|
|
|
<pre>hierarchyviewer</pre>
|
2009-03-03 19:31:44 -08:00
|
|
|
</ol>
|
|
|
|
|
2011-01-07 18:48:00 -08:00
|
|
|
<p>For more information on how to use Hierarchy Viewer, see
|
2012-06-21 17:14:39 -07:00
|
|
|
<a href="{@docRoot}tools/debugging/debugging-ui.html">Debugging and Profiling UIs</a>
|
2011-01-07 18:48:00 -08:00
|
|
|
</p>
|
2009-03-03 19:31:44 -08:00
|
|
|
|