blob: abb9c965cb0483991404f9885e7146db5d1adc73 [file] [log] [blame]
Dirk Doughertyee58d1b2009-10-16 15:25:15 -07001page.title=SDK Tools Notes
2@jd:body
3
4<p>SDK Tools is a downloadable component for the Android SDK. It
5includes the complete set of development and debugging tools for the Android
6SDK.</p>
7
8<p>To install SDK Tools in your SDK environment (and replace the
9existing 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
13releases. To keep up to date on new releases, make sure that you view this page
14at <a
15href="http://developer.android.com/sdk/tools-notes.html">http://developer.
16android.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
21fixes 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
26compatible 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
28install 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
33test-project</code> commands to allow for greater flexibility in the location of the
34main 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
40to write to the sdcard).</li>
41<li>Button to start/stop profiling of a running application (app must be able to
42write to the sdcard). Upon stop, Traceview will automatically be launched to
43display the trace.</li>
44<li>Fixed DDMS, Traceview, and the AVD Mananger/SDK Updater to run on Mac OS X
4510.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
52the emulator skin, screen size/density, and scale factor used when launching
53an AVD.</li>
54<li>Provides improved AVD creation UI, which lets you customize the hardware
55properties of your AVDs.</li>
56<li>Now enforces dependencies between platforms and tools components, and
57between SDK add-ons and platforms.</li>
58</ul>
59
60
61
62