Home | History | Annotate | Download | only in debugging

Lines Matching full:lint

32         <li><a href="#lint">Using lint to optimize your UI</a></li>
58 <code>lint</code> tools.
67 <p>Android <code>lint</code> is a static code scanning tool that helps you optimize the layouts and layout
496 <h2 id="lint">Using lint to Optimize Your UI</h2>
497 <p>The Android {@code lint} tool lets you analyze the XML files that define your application's UI to find inefficiencies in the view hierarchy.</p>
498 <p class="note"><strong>Note: </strong>The Android <code>layoutopt</code> tool has been replaced by the {@code lint} tool beginning in ADT and SDK Tools revision 16. The {@code lint} tool reports UI layout performance issues in a similar way as <code>layoutopt</code>, and detects additional problems.</p>
499 <p>For more information about using {@code lint}, see <a href="{@docRoot}tools/debugging/improving-w-lint.html">Improving Your Code with lint</a> and the <a href="{@docRoot}tools/help/lint.html">lint reference documentation</a>.</p>