doc change: add SDK sizes, checksums, small changes for online SDK doc set, add layoutopt doc.

Bug:2160782
Change-Id: I020b31e10f2733223aa37d03687cf8a63843afa7
This commit is contained in:
Dirk Dougherty
2009-10-23 19:17:12 -07:00
parent a250f0c808
commit bf15ce6de4
13 changed files with 315 additions and 124 deletions

View File

@ -5,15 +5,16 @@ page.title=SDK Tools Notes
includes the complete set of development and debugging tools for the Android
SDK.</p>
<p>This document provides version-specific information about SDK Tools
releases. To keep up-to-date on new releases, make sure that you view this page
at <a
href="http://developer.android.com/sdk/tools-notes.html">http://developer.
android.com/sdk/tools-notes.html</a>.</p>
<p>To install SDK Tools in your SDK environment (and replace the
existing tools), use the Android SDK and AVD Manager. For more information, see
<a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>. </p>
<p>This document provides version-specific information about SDK Tools
releases. To keep up to date on new releases, make sure that you view this page
at <a
href="http://developer.android.com/sdk/tools-notes.html">http://developer.
android.com/sdk/tools-notes.html</a>.</p>
<h2 id="3">SDK Tools, Revision 3</h2>
@ -57,6 +58,13 @@ properties of your AVDs.</li>
between SDK add-ons and platforms.</li>
</ul>
<h3>Layoutopt, a new tool for optimizing layouts</h3>
<p>The SDK Tools 3 package includes <code>layoutopt</code>, a new command-line
tool that helps you optimize your layout hierarchies. When run against your
layout files, the tool analyzes their hierarchies and notifies you of
inefficiencies and other potential issues. The tool also provides simple
solutions for the issues it finds. For usage, see <a
href="{@docRoot}guide/developing/tools/layoutopt.html">layoutopt</a>.
</p>