Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 1 | page.title=SDK Tools |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 2 | @jd:body |
| 3 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 4 | <p>SDK Tools is a downloadable component for the Android SDK. It includes the |
| 5 | complete set of development and debugging tools for the Android SDK. </p> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 6 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 7 | <p>If you are new to the Android SDK, the <a |
| 8 | href="{@docRoot}sdk/index.html">SDK starter package</a> installs the |
| 9 | latest revision of the SDK Tools in the <code><sdk>/tools</code> directory.</p> |
Dirk Dougherty | bf15ce6 | 2009-10-23 19:17:12 -0700 | [diff] [blame] | 10 | |
Dirk Dougherty | 5c2a502 | 2009-12-17 16:59:46 -0800 | [diff] [blame] | 11 | <p>If you are already using the SDK and you want to update to the latest version |
| 12 | of the SDK Tools, use the <em>Android SDK and AVD Manager</em> to get the |
| 13 | update, rather than downloading a new SDK starter package. For more information |
| 14 | about how to update, see <a |
| 15 | href="{@docRoot}sdk/adding-components.html#UpdatingComponents">Updating SDK |
| 16 | Components</a>. </p> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 17 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 18 | <h2 id="notes">Revisions</h2> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 19 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 20 | <p>The sections below provide notes about successive releases of |
| 21 | the SDK Tools, as denoted by revision number. To determine what revision of the SDK |
| 22 | Tools you are using, refer to the "Installed Packages" listing in the Android SDK |
| 23 | and AVD Manager. </p> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 24 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 25 | <script type="text/javascript"> |
| 26 | function toggleDiv(link) { |
| 27 | var toggleable = $(link).parent(); |
| 28 | if (toggleable.hasClass("closed")) { |
| 29 | //$(".toggleme", toggleable).slideDown("fast"); |
| 30 | toggleable.removeClass("closed"); |
| 31 | toggleable.addClass("open"); |
| 32 | $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); |
| 33 | } else { |
| 34 | //$(".toggleme", toggleable).slideUp("fast"); |
| 35 | toggleable.removeClass("open"); |
| 36 | toggleable.addClass("closed"); |
| 37 | $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png")); |
| 38 | } |
| 39 | return false; |
| 40 | } |
| 41 | </script> |
| 42 | <style> |
| 43 | .toggleable { |
| 44 | padding: .25em 1em; |
| 45 | } |
| 46 | .toggleme { |
| 47 | padding: 1em 1em 0 2em; |
| 48 | line-height:1em; |
| 49 | } |
| 50 | .toggleable a { |
| 51 | text-decoration:none; |
| 52 | } |
Dirk Dougherty | 0d1b081 | 2010-04-07 17:05:16 -0700 | [diff] [blame] | 53 | .toggleme a { |
| 54 | text-decoration:underline; |
| 55 | } |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 56 | .toggleable.closed .toggleme { |
| 57 | display:none; |
| 58 | } |
| 59 | #jd-content .toggle-img { |
| 60 | margin:0; |
| 61 | } |
| 62 | </style> |
Dirk Dougherty | 0d1b081 | 2010-04-07 17:05:16 -0700 | [diff] [blame] | 63 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 64 | <div class="toggleable opened"> |
| 65 | <a href="#" onclick="return toggleDiv(this)"> |
| 66 | <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> |
Dirk Dougherty | 9f7580d | 2010-10-26 09:29:03 -0700 | [diff] [blame] | 67 | SDK Tools, Revision 8</a> <em>(December 2010)</em> |
| 68 | <div class="toggleme"> |
| 69 | |
| 70 | <dl> |
| 71 | <dt>Dependencies:</dt> |
| 72 | <dd> |
| 73 | <p>If you are developing in Eclipse with ADT, note that SDK Tools r8 is |
| 74 | designed for use with ADT 8.0.0 and later. After installing SDK Tools r8, we |
| 75 | highly recommend updating your ADT Plugin to 8.0.0.</p> |
| 76 | |
Scott Main | 92b0308 | 2010-12-14 17:55:27 -0800 | [diff] [blame^] | 77 | <p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache |
| 78 | Ant</a> 1.8 or later.</p> |
| 79 | |
Dirk Dougherty | 9f7580d | 2010-10-26 09:29:03 -0700 | [diff] [blame] | 80 | <p>Also note that SDK Tools r8 requires a new SDK component called |
| 81 | <em>Platform-tools</em>. The new Platform-tools component lets all SDK platforms |
| 82 | (Android 2.1, Android 2.2, and so on) use the same (latest) version of build |
| 83 | tools such as <code>adb</code>, <code>aapt</code>, <code>aidl</code>, and |
| 84 | <code>dx</code>. To download the Platform-tools component, use the Android SDK |
| 85 | Manager, as described in <a href="adding-components.html">Adding SDK |
| 86 | Components</a></p> |
| 87 | |
| 88 | <dt>Upgrading from SDK Tools r7:</dt> |
| 89 | <dd> |
| 90 | <p>If you are upgrading to SDK Tools r8 from an earlier version, note that the |
| 91 | the default installed location for the <code>adb</code> tool has changed from |
| 92 | <code><<em>SDK</em>>/tools/adb</code> to |
| 93 | <code><<em>SDK</em>>/platform-tools/adb</code>. This means that you should |
| 94 | add the new location to your PATH and modify any custom build scripts to |
| 95 | reference the new location. Copying the <code>adb</code> executable from the new |
| 96 | location to the old is not recommended, since subsequent updates to the SDK |
| 97 | Tools will delete the file.</p> |
| 98 | </dd> |
| 99 | |
| 100 | <dt>General notes:</dt> |
| 101 | <dd> |
| 102 | <ul> |
| 103 | <li>All SDK platforms now support Library Projects.</li> |
| 104 | <li>Support for a true debug build. Developers no longer need to add the |
| 105 | <code>android:debuggable</code> attribute to the |
| 106 | <code><application></code> tag in the manifest — the build tools add |
| 107 | the attribute automatically. In Eclipse/ADT, all incremental builds are assumed |
| 108 | to be debug builds, so the tools insert <code>android:debuggable="true"</code>. |
| 109 | When exporting a signed release build, the tools do not add the attribute. In |
| 110 | Ant, a <code>ant debug</code> command automatically inserts the |
| 111 | <code>android:debuggable="true"</code> attribute, while <code>ant release</code> |
| 112 | does not. If <code>android:debuggable="true"</code> is manually set, then |
| 113 | <code>ant release</code> will actually do a debug build, rather than a release |
| 114 | build.</li> |
| 115 | <li>Automatic ProGuard support in release builds. Developers generate a ProGuard |
| 116 | configuration file using the <code>android</code> tool — the build tools |
| 117 | then automatically run ProGuard against the project sources during the build. |
| 118 | For more information, see the <a |
| 119 | href="{@docRoot}guide/developing/tools/proguard.html">ProGuard</a> |
| 120 | documentation. </li> |
| 121 | <li>New overridable Ant javac properties: <code>java.encoding</code>, |
| 122 | <code>java.source</code>, and <code>java.target</code> (default values are |
| 123 | "ascii", "1.5", and "1.5", respectively).</li> |
| 124 | <li>New UI for the HierarchyViewer tool.</li> |
| 125 | </ul> |
| 126 | </dd> |
| 127 | </dl> |
| 128 | </div> |
| 129 | </div> |
| 130 | |
| 131 | <div class="toggleable closed"> |
| 132 | <a href="#" onclick="return toggleDiv(this)"> |
| 133 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
Dirk Dougherty | 022171b | 2010-07-30 19:24:17 -0700 | [diff] [blame] | 134 | SDK Tools, Revision 7</a> <em>(September 2010)</em> |
| 135 | <div class="toggleme"> |
| 136 | |
| 137 | <dl> |
| 138 | <dt>Dependencies:</dt> |
| 139 | <dd> |
| 140 | <p>If you are developing in Eclipse with ADT, note that SDK Tools r7 is |
| 141 | designed for use with ADT 0.9.8 and later. After installing SDK Tools r7, we |
| 142 | highly recommend updating your ADT Plugin to 0.9.8.</p> |
| 143 | </dd> |
| 144 | |
| 145 | <dt>General notes:</dt> |
| 146 | <dd> |
| 147 | <ul> |
| 148 | <li>Added support for library projects that depend on other library projects.</li> |
| 149 | <li>Adds support for aidl files in library projects.</li> |
| 150 | <li>Adds support for extension targets in Ant build to perform tasks between the |
| 151 | normal tasks: <code>-pre-build</code>, <code>-pre-compile</code>, and |
| 152 | <code>-post-compile</code>.</li> |
| 153 | <li>Adds support for "headless" SDK update. See <code>android -h update sdk</code> |
| 154 | for more information.</li> |
| 155 | <li>Fixes location control in DDMS to work in any locale not using '.' as a |
| 156 | decimal point.</li> |
| 157 | </li> |
| 158 | </ul> |
| 159 | </dd> |
| 160 | </dl> |
| 161 | </div> |
| 162 | </div> |
| 163 | |
| 164 | <div class="toggleable closed"> |
| 165 | <a href="#" onclick="return toggleDiv(this)"> |
| 166 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
Dirk Dougherty | 0d1b081 | 2010-04-07 17:05:16 -0700 | [diff] [blame] | 167 | SDK Tools, Revision 6</a> <em>(May 2010)</em> |
| 168 | <div class="toggleme"> |
| 169 | |
| 170 | <dl> |
| 171 | <dt>Dependencies:</dt> |
| 172 | <dd> |
| 173 | <p>If you are developing in Eclipse with ADT, note that SDK Tools r6 is |
| 174 | designed for use with ADT 0.9.7 and later. After installing SDK Tools r6, we |
| 175 | highly recommend updating your ADT Plugin to 0.9.7.</p> |
| 176 | </dd> |
| 177 | |
| 178 | <dt>Library projects:</dt> |
| 179 | <dd> |
| 180 | <p>The SDK Tools now support the use of <em>library projects</em> during |
| 181 | development, a capability that lets you store shared Android application |
| 182 | code and resources in a separate development project. You can then reference the |
| 183 | library project from other Android projects and, at build time, the tools |
| 184 | compile the shared code and resources as part of the dependent applications. |
| 185 | More information about this feature is available in the <a |
| 186 | href="{@docRoot}guide/developing/other-ide.html#libraryProject">Developing |
| 187 | in Other IDEs</a> document.</p> |
| 188 | <p>If you are developing in Eclipse, <a href="eclipse-adt.html">ADT 0.9.7</a> |
| 189 | provides the equivalent library project support.</p> |
| 190 | </dd> |
| 191 | </dl> |
| 192 | </div> |
| 193 | </div> |
| 194 | |
| 195 | <div class="toggleable closed"> |
| 196 | <a href="#" onclick="return toggleDiv(this)"> |
Dirk Dougherty | 74a74d3 | 2010-09-09 18:40:13 -0700 | [diff] [blame] | 197 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 198 | SDK Tools, Revision 5</a> <em>(March 2010)</em> |
| 199 | <div class="toggleme"> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 200 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 201 | <dl> |
| 202 | <dt>Dependencies:</dt> |
| 203 | <dd><ul> |
| 204 | <li>If you are developing in Eclipse with ADT, note that SDK Tools r5 is |
| 205 | designed for use with ADT 0.9.6 and later. After installing SDK Tools r5, we |
| 206 | highly recommend updating your ADT Plugin to 0.9.6.</li> |
| 207 | <li>For Mac OS platforms, OS X 10.4.x (Tiger) is no longer |
| 208 | officially supported. </li> |
| 209 | </ul> |
| 210 | </dd> |
| 211 | |
| 212 | <dt>SDK and AVD Manager:</dt> |
| 213 | <dd> |
| 214 | <ul> |
| 215 | <li>Fixes SSL download for the standalone version of the SDK Updater.</li> |
| 216 | <li>Fixes issue with 64-bit JVM on Windows.</li> |
| 217 | <li>Adds support for platform samples components.</li> |
| 218 | <li>Improves support for dependency between components.</li> |
| 219 | <li>AVDs now sorted by API level.</li> |
| 220 | <li>The AVD creation dialog now enforces a minimum SD card size of 9MB.</li> |
| 221 | <li>Prevents deletion of running AVDs.</li> |
| 222 | <li>Settings are now automatically saved, no need to click "Apply".</li> |
| 223 | </ul> |
| 224 | </dd> |
| 225 | |
| 226 | <dt>Emulator:</dt> |
| 227 | <dd> |
| 228 | <ul> |
| 229 | <li>Emulator now requires SD card to be 9MB or more.</li> |
| 230 | </ul> |
| 231 | </dd> |
| 232 | |
| 233 | <dt>Layoutopt:</dt> |
| 234 | <dd> |
| 235 | <ul> |
| 236 | <li>Fixes <code>layoutopt.bat</code> to execute correctly on Windows.</li> |
| 237 | </ul> |
| 238 | </dd> |
| 239 | </dl> |
| 240 | </div> |
| 241 | </div> |
| 242 | |
| 243 | <div class="toggleable closed"> |
| 244 | <a href="#" onclick="return toggleDiv(this)"> |
| 245 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
| 246 | SDK Tools, Revision 4</a> <em>(December 2009)</em> |
| 247 | <div class="toggleme"> |
| 248 | |
| 249 | <dl> |
| 250 | <dt>Dependencies:</dt> |
| 251 | <dd><p>SDK Tools r4 is compatible with ADT 0.9.5 and later, but not |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 252 | compatible with earlier versions. If you are developing in Eclipse with ADT, you |
| 253 | <strong>must</strong> update your ADT plugin to version 0.9.5 or higher if you |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 254 | install SDK Tools r4 in your SDK. </p></dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 255 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 256 | <dt>General notes:</dt> |
| 257 | <dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 258 | <ul> |
| 259 | <li>Launcher script now forces GDK_NATIVE_WINDOW=true (linux only), to fix a |
| 260 | compatibility issue between GTK and SWT.</li> |
| 261 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 262 | </dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 263 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 264 | <dt>Android SDK and AVD Manager:</dt> |
| 265 | <dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 266 | <ul> |
| 267 | <li>AVD Launch dialog now shows scale value.</li> |
| 268 | <li>Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no |
| 269 | skin name specified.</li> |
| 270 | <li>Fixes XML validation issue in on older Java versions.</li> |
| 271 | <li>No longer forces the use of Java 1.5 on Mac OS X.</li> |
| 272 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 273 | </dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 274 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 275 | <dt>Emulator:</dt> |
| 276 | <dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 277 | <ul> |
| 278 | <li>No longer limits the size of the system partition.</li> |
| 279 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 280 | </dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 281 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 282 | <dt>Ant build tools:</dt> |
| 283 | <dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 284 | <ul> |
| 285 | <li>.apk packaging now properly ignores vi swap files as well as hidden files.</li> |
| 286 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 287 | </dd> |
| 288 | </dl> |
| 289 | </div> |
| 290 | </div> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 291 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 292 | <div class="toggleable closed"> |
| 293 | <a href="#" onclick="return toggleDiv(this)"> |
| 294 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
| 295 | SDK Tools, Revision 3</a> <em>(October 2009)</em> |
| 296 | <div class="toggleme"> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 297 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 298 | <dl> |
| 299 | <dt>Dependencies:</dt> |
| 300 | <dd><p>SDK Tools r3 is compatible with ADT 0.9.4 and later, but not |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 301 | compatible with earlier versions. If you are developing in Eclipse with ADT, you |
| 302 | <strong>must</strong> update your ADT plugin to version 0.9.4 or higher if you |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 303 | install SDK Tools r3 in your SDK.</p> |
| 304 | </dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 305 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 306 | <dt>Android tool:</dt> |
| 307 | <dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 308 | <ul> |
| 309 | <li>Adds new <code>android create test-project</code> and <code>android update |
| 310 | test-project</code> commands to allow for greater flexibility in the location of the |
| 311 | main and test projects.</li> |
| 312 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 313 | </dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 314 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 315 | <dt>DDMS:</dt> |
| 316 | <dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 317 | <ul> |
| 318 | <li>Adds a button to dump HPROF file for running appplications (app must be able |
| 319 | to write to the sdcard).</li> |
| 320 | <li>Button to start/stop profiling of a running application (app must be able to |
| 321 | write to the sdcard). Upon stop, Traceview will automatically be launched to |
| 322 | display the trace.</li> |
| 323 | <li>Fixed DDMS, Traceview, and the AVD Mananger/SDK Updater to run on Mac OS X |
| 324 | 10.6.</li> |
| 325 | <li>Fixed screenshot support for devices running 32-bit framebuffer.</li> |
| 326 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 327 | </dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 328 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 329 | <dt>Android SDK and AVD Manager:</dt> |
| 330 | <dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 331 | <ul> |
| 332 | <li>Provides a new UI that lets you set options for controlling |
| 333 | the emulator skin, screen size/density, and scale factor used when launching |
| 334 | an AVD.</li> |
| 335 | <li>Provides improved AVD creation UI, which lets you customize the hardware |
| 336 | properties of your AVDs.</li> |
| 337 | <li>Now enforces dependencies between platforms and tools components, and |
| 338 | between SDK add-ons and platforms.</li> |
| 339 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 340 | </dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 341 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 342 | <dt>Layoutopt, a new tool for optimizing layouts:</dt> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 343 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 344 | <dd><p>The SDK Tools r3 package includes <code>layoutopt</code>, a new command-line |
Dirk Dougherty | bf15ce6 | 2009-10-23 19:17:12 -0700 | [diff] [blame] | 345 | tool that helps you optimize your layout hierarchies. When run against your |
| 346 | layout files, the tool analyzes their hierarchies and notifies you of |
| 347 | inefficiencies and other potential issues. The tool also provides simple |
| 348 | solutions for the issues it finds. For usage, see <a |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 349 | href="/guide/developing/tools/layoutopt.html">layoutopt</a>.</p> |
| 350 | </dd> |
| 351 | </dl> |
| 352 | </div> |
| 353 | </div> |