6b1b71c963
b/19955159 Change-Id: I77da54048765eeb768ec59a0ce0cbe40d0ba9715 (cherry picked from commit f9f81b49d04ba5beb5a360265e808a7d6e9ed269)
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
page.title=Hierarchy Viewer
|
|
parent.title=Tools
|
|
parent.link=index.html
|
|
@jd:body
|
|
|
|
<p>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). </p>
|
|
|
|
<p>To start the Hierarchy Viewer, do one of the following: </p>
|
|
|
|
<ul>
|
|
<li> From Android Studio, choose <strong>Tools > Android Device Monitor</strong> or click the
|
|
Android Device Monitor icon
|
|
<img src="{@docRoot}images/tools/hierarchicalviewer-icon.png" alt=""/>. Click the Open Perspectives
|
|
icon <img src="{@docRoot}images/tools/studio-DDMS-open-perspective-icon.png" alt=""/> and select
|
|
<strong>Hierarchy View</strong>. </li>
|
|
<li>From the SDK <code>tools/</code> directory, enter:
|
|
<pre>monitor</pre> </li>
|
|
</ul>
|
|
|
|
<p>For more information on how to use the Hierarchy Viewer, see
|
|
<a href="{@docRoot}tools/debugging/debugging-ui.html">Optimizing Your UI</a>.
|
|
</p>
|
|
|
|
<p class="note"><strong>Note:</strong> The command line version of Hierarchy Viewer has been
|
|
deprecated. </p>
|
|
|
|
|