summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk/tools-notes.jd
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2009-10-28 23:54:35 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-28 23:54:35 -0700
commitb7e7b710654b0a99fb8c41a7c47fe6b0f48f6db9 (patch)
treeb220997afa658f225834172920ad3b482cb4cb15 /docs/html/sdk/tools-notes.jd
parent4144f04b19fc2ebba9b5d232203a7641d8c8aec9 (diff)
parenta292fefeb77ed8e33afd7451090c3e21761fd266 (diff)
downloadframeworks_base-b7e7b710654b0a99fb8c41a7c47fe6b0f48f6db9.zip
frameworks_base-b7e7b710654b0a99fb8c41a7c47fe6b0f48f6db9.tar.gz
frameworks_base-b7e7b710654b0a99fb8c41a7c47fe6b0f48f6db9.tar.bz2
am a292fefe: am 4c071f0d: am 59625fa8: am 946f9d1e: Merge change I020b31e1 into eclair-sdk
Merge commit 'a292fefeb77ed8e33afd7451090c3e21761fd266' * commit 'a292fefeb77ed8e33afd7451090c3e21761fd266': doc change: add SDK sizes, checksums, small changes for online SDK doc set, add layoutopt doc.
Diffstat (limited to 'docs/html/sdk/tools-notes.jd')
-rw-r--r--docs/html/sdk/tools-notes.jd20
1 files changed, 14 insertions, 6 deletions
diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd
index abb9c96..b8337b0 100644
--- a/docs/html/sdk/tools-notes.jd
+++ b/docs/html/sdk/tools-notes.jd
@@ -5,16 +5,17 @@ page.title=SDK Tools Notes
includes the complete set of development and debugging tools for the Android
SDK.</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
+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>
+
+
<h2 id="3">SDK Tools, Revision 3</h2>
<p>SDK Tools 3 provides several new features for developers and includes
@@ -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>