Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 1 | page.title=SDK Tools Notes |
| 2 | @jd:body |
| 3 | |
| 4 | <p>SDK Tools is a downloadable component for the Android SDK. It |
| 5 | includes the complete set of development and debugging tools for the Android |
| 6 | SDK.</p> |
| 7 | |
Dirk Dougherty | bf15ce6 | 2009-10-23 19:17:12 -0700 | [diff] [blame] | 8 | <p>This document provides version-specific information about SDK Tools |
| 9 | releases. To keep up-to-date on new releases, make sure that you view this page |
| 10 | at <a |
| 11 | href="http://developer.android.com/sdk/tools-notes.html">http://developer. |
| 12 | android.com/sdk/tools-notes.html</a>.</p> |
| 13 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 14 | <p>To install SDK Tools in your SDK environment (and replace the |
| 15 | existing tools), use the Android SDK and AVD Manager. For more information, see |
| 16 | <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>. </p> |
| 17 | |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 18 | <h2 id="4">SDK Tools, Revision 4</h2> |
| 19 | |
| 20 | <p>December 2009. SDK Tools r4 provides several new features for developers and includes |
| 21 | fixes for several issues, as described below. </p> |
| 22 | |
| 23 | <h3>Dependencies</h3> |
| 24 | |
| 25 | <p>SDK Tools r4 is compatible with ADT 0.9.5 and later, but not |
| 26 | compatible with earlier versions. If you are developing in Eclipse with ADT, you |
| 27 | <strong>must</strong> update your ADT plugin to version 0.9.5 or higher if you |
| 28 | install SDK Tools r4 in your SDK. </p> |
| 29 | |
| 30 | <h3>General notes</h3> |
| 31 | <ul> |
| 32 | <li>Launcher script now forces GDK_NATIVE_WINDOW=true (linux only), to fix a |
| 33 | compatibility issue between GTK and SWT.</li> |
| 34 | </ul> |
| 35 | |
| 36 | <h3>Android SDK and AVD Manager</h3> |
| 37 | <ul> |
| 38 | <li>AVD Launch dialog now shows scale value.</li> |
| 39 | <li>Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no |
| 40 | skin name specified.</li> |
| 41 | <li>Fixes XML validation issue in on older Java versions.</li> |
| 42 | <li>No longer forces the use of Java 1.5 on Mac OS X.</li> |
| 43 | </ul> |
| 44 | |
| 45 | <h3>Emulator</h3> |
| 46 | <ul> |
| 47 | <li>No longer limits the size of the system partition.</li> |
| 48 | </ul> |
| 49 | |
| 50 | <h3>Ant build tools</h3> |
| 51 | <ul> |
| 52 | <li>.apk packaging now properly ignores vi swap files as well as hidden files.</li> |
| 53 | </ul> |
| 54 | |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 55 | |
| 56 | <h2 id="3">SDK Tools, Revision 3</h2> |
| 57 | |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 58 | <p>October 2009. SDK Tools r3 provides several new features for developers and includes |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 59 | fixes for several tools issues, as described below. </p> |
| 60 | |
| 61 | <h3>Dependencies</h3> |
| 62 | |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 63 | <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] | 64 | compatible with earlier versions. If you are developing in Eclipse with ADT, you |
| 65 | <strong>must</strong> update your ADT plugin to version 0.9.4 or higher if you |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 66 | install SDK Tools r3 in your SDK. </p> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 67 | |
| 68 | <h3>Android tool</h3> |
| 69 | <ul> |
| 70 | <li>Adds new <code>android create test-project</code> and <code>android update |
| 71 | test-project</code> commands to allow for greater flexibility in the location of the |
| 72 | main and test projects.</li> |
| 73 | </ul> |
| 74 | |
| 75 | <h3>DDMS</h3> |
| 76 | <ul> |
| 77 | <li>Adds a button to dump HPROF file for running appplications (app must be able |
| 78 | to write to the sdcard).</li> |
| 79 | <li>Button to start/stop profiling of a running application (app must be able to |
| 80 | write to the sdcard). Upon stop, Traceview will automatically be launched to |
| 81 | display the trace.</li> |
| 82 | <li>Fixed DDMS, Traceview, and the AVD Mananger/SDK Updater to run on Mac OS X |
| 83 | 10.6.</li> |
| 84 | <li>Fixed screenshot support for devices running 32-bit framebuffer.</li> |
| 85 | </ul> |
| 86 | |
| 87 | <h3>Android SDK and AVD Manager</h3> |
| 88 | <ul> |
| 89 | <li>Provides a new UI that lets you set options for controlling |
| 90 | the emulator skin, screen size/density, and scale factor used when launching |
| 91 | an AVD.</li> |
| 92 | <li>Provides improved AVD creation UI, which lets you customize the hardware |
| 93 | properties of your AVDs.</li> |
| 94 | <li>Now enforces dependencies between platforms and tools components, and |
| 95 | between SDK add-ons and platforms.</li> |
| 96 | </ul> |
| 97 | |
Dirk Dougherty | bf15ce6 | 2009-10-23 19:17:12 -0700 | [diff] [blame] | 98 | <h3>Layoutopt, a new tool for optimizing layouts</h3> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 99 | |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 100 | <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] | 101 | tool that helps you optimize your layout hierarchies. When run against your |
| 102 | layout files, the tool analyzes their hierarchies and notifies you of |
| 103 | inefficiencies and other potential issues. The tool also provides simple |
| 104 | solutions for the issues it finds. For usage, see <a |
| 105 | href="{@docRoot}guide/developing/tools/layoutopt.html">layoutopt</a>. |
| 106 | </p> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 107 | |