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 | |
| 8 | <p>To install SDK Tools in your SDK environment (and replace the |
| 9 | existing tools), use the Android SDK and AVD Manager. For more information, see |
| 10 | <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>. </p> |
| 11 | |
| 12 | <p>This document provides version-specific information about SDK Tools |
| 13 | releases. To keep up to date on new releases, make sure that you view this page |
| 14 | at <a |
| 15 | href="http://developer.android.com/sdk/tools-notes.html">http://developer. |
| 16 | android.com/sdk/tools-notes.html</a>.</p> |
| 17 | |
| 18 | <h2 id="3">SDK Tools, Revision 3</h2> |
| 19 | |
| 20 | <p>SDK Tools 3 provides several new features for developers and includes |
| 21 | fixes for several tools issues, as described below. </p> |
| 22 | |
| 23 | <h3>Dependencies</h3> |
| 24 | |
| 25 | <p>SDK Tools 3 is compatible with ADT 0.9.4 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.4 or higher if you |
| 28 | install SDK Tools 3 in your SDK. </p> |
| 29 | |
| 30 | <h3>Android tool</h3> |
| 31 | <ul> |
| 32 | <li>Adds new <code>android create test-project</code> and <code>android update |
| 33 | test-project</code> commands to allow for greater flexibility in the location of the |
| 34 | main and test projects.</li> |
| 35 | </ul> |
| 36 | |
| 37 | <h3>DDMS</h3> |
| 38 | <ul> |
| 39 | <li>Adds a button to dump HPROF file for running appplications (app must be able |
| 40 | to write to the sdcard).</li> |
| 41 | <li>Button to start/stop profiling of a running application (app must be able to |
| 42 | write to the sdcard). Upon stop, Traceview will automatically be launched to |
| 43 | display the trace.</li> |
| 44 | <li>Fixed DDMS, Traceview, and the AVD Mananger/SDK Updater to run on Mac OS X |
| 45 | 10.6.</li> |
| 46 | <li>Fixed screenshot support for devices running 32-bit framebuffer.</li> |
| 47 | </ul> |
| 48 | |
| 49 | <h3>Android SDK and AVD Manager</h3> |
| 50 | <ul> |
| 51 | <li>Provides a new UI that lets you set options for controlling |
| 52 | the emulator skin, screen size/density, and scale factor used when launching |
| 53 | an AVD.</li> |
| 54 | <li>Provides improved AVD creation UI, which lets you customize the hardware |
| 55 | properties of your AVDs.</li> |
| 56 | <li>Now enforces dependencies between platforms and tools components, and |
| 57 | between SDK add-ons and platforms.</li> |
| 58 | </ul> |
| 59 | |
| 60 | |
| 61 | |
| 62 | |