blob: b8326284bee9ff21c35eae221d91bc0a9d453374 [file] [log] [blame]
Dirk Dougherty7b229ef2010-03-26 17:32:26 -07001page.title=SDK Tools
Dirk Doughertyee58d1b2009-10-16 15:25:15 -07002@jd:body
3
Dirk Dougherty7b229ef2010-03-26 17:32:26 -07004<p>SDK Tools is a downloadable component for the Android SDK. It includes the
5complete set of development and debugging tools for the Android SDK. </p>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -07006
Dirk Dougherty7b229ef2010-03-26 17:32:26 -07007<p>If you are new to the Android SDK, the <a
8href="{@docRoot}sdk/index.html">SDK starter package</a> installs the
9latest revision of the SDK Tools in the <code>&lt;sdk&gt;/tools</code> directory.</p>
Dirk Doughertybf15ce62009-10-23 19:17:12 -070010
Dirk Dougherty5c2a5022009-12-17 16:59:46 -080011<p>If you are already using the SDK and you want to update to the latest version
12of the SDK Tools, use the <em>Android SDK and AVD Manager</em> to get the
13update, rather than downloading a new SDK starter package. For more information
14about how to update, see <a
15href="{@docRoot}sdk/adding-components.html#UpdatingComponents">Updating SDK
16Components</a>. </p>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -070017
Robert Lyedc2aac2011-01-14 16:25:09 -080018
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070019<h2 id="notes">Revisions</h2>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -080020
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070021<p>The sections below provide notes about successive releases of
22the SDK Tools, as denoted by revision number. To determine what revision of the SDK
23Tools you are using, refer to the "Installed Packages" listing in the Android SDK
24and AVD Manager. </p>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -080025
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070026<script type="text/javascript">
27function toggleDiv(link) {
28 var toggleable = $(link).parent();
29 if (toggleable.hasClass("closed")) {
30 //$(".toggleme", toggleable).slideDown("fast");
31 toggleable.removeClass("closed");
32 toggleable.addClass("open");
33 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png"));
34 } else {
35 //$(".toggleme", toggleable).slideUp("fast");
36 toggleable.removeClass("open");
37 toggleable.addClass("closed");
38 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png"));
39 }
40 return false;
41}
42</script>
43<style>
44.toggleable {
45padding: .25em 1em;
46}
47.toggleme {
48 padding: 1em 1em 0 2em;
49 line-height:1em;
50}
51.toggleable a {
52 text-decoration:none;
53}
Dirk Dougherty0d1b0812010-04-07 17:05:16 -070054.toggleme a {
55 text-decoration:underline;
56}
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070057.toggleable.closed .toggleme {
58 display:none;
59}
60#jd-content .toggle-img {
61 margin:0;
62}
63</style>
Dirk Dougherty0d1b0812010-04-07 17:05:16 -070064
Dirk Dougherty7b229ef2010-03-26 17:32:26 -070065<div class="toggleable opened">
66 <a href="#" onclick="return toggleDiv(this)">
67 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
Robert Lyedc2aac2011-01-14 16:25:09 -080068SDK Tools, Revision 9</a> <em>(January 2011)</em>
69 <div class="toggleme">
70 <dl>
71<dt>Dependencies:</dt>
72<dd>
73<p>If you are developing in Eclipse with ADT, note that the SDK Tools r9 is
74designed for use with ADT 9.0.0 and later. After installing SDK Tools r9, we
75highly recommend updating your ADT Plugin to 9.0.0.</p>
76
77<p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
78Ant</a> 1.8 or later.</p>
79
80<dt>Upgrading to SDK Tools r9:</dt>
81<dd>
82<p>If you are upgrading to SDK Tools r9 from SDK Tools r7 or earlier, the default installed location
83for the <code>adb</code> tool has changed from <code>&lt;<em>SDK</em>&gt;/tools/adb</code> to
84<code>&lt;<em>SDK</em>&gt;/platform-tools/adb</code>. This means that you should
85add the new location to your PATH and modify any custom build scripts to
86reference the new location. Copying the <code>adb</code> executable from the new
87location to the old is not recommended, since subsequent updates to the SDK
88Tools will delete the file.</p>
89</dd>
90
91<dt>General notes:</dt>
92<dd>
93 <ul>
94 <li>The default ProGuard configuration, <code>proguard.cfg</code>, now ignores the following classes:
95 <ul>
96 <li>classes that extend {@link android.preference.Preference}</li>
97 <li>classes that extend {@link android.app.backup.BackupAgentHelper}</li>
98 </ul>
99 </li>
100 <li>Ant lib rules now allow you to override <code>java.encoding</code>, <code>java.source</code>,
101 and <code>java.target</code> properties.</li>
102 <li>The default encoding for the <code>javac</code> Ant task is now UTF-8.</li>
103 <li>The LogCat view in DDMS now properly displays UTF-8 characters.</li>
104 <li>The SDK Manager is more reliable on Windows. For details on the improvements, see the
105 <a href="http://tools.android.com/recent/sdkmanagerfixes">Android Tools Project Site</a>. </li>
106 <li>If you enabled snapshots for an AVD, they are automatically captured. The emulator also now restores to the state when
107 it last closed almost instantly.</li>
108 <li>Fixed the missing JAR file error that prevented <code>draw9patch</code> from running.</li>
109 <li>Fixed the Windows launch scripts <code>hierarchyviewer</code> and <code>ddms</code> to support
110 the new location of <code>adb</code>.</li>
111 </ul>
112</dd>
113</dl>
114</div>
115</div>
116
117<div class="toggleable closed">
118 <a href="#" onclick="return toggleDiv(this)">
119 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
Dirk Dougherty9f7580d2010-10-26 09:29:03 -0700120SDK Tools, Revision 8</a> <em>(December 2010)</em>
121 <div class="toggleme">
122
123<dl>
124<dt>Dependencies:</dt>
125<dd>
126<p>If you are developing in Eclipse with ADT, note that SDK Tools r8 is
127designed for use with ADT 8.0.0 and later. After installing SDK Tools r8, we
128highly recommend updating your ADT Plugin to 8.0.0.</p>
129
Scott Main92b03082010-12-14 17:55:27 -0800130<p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
131Ant</a> 1.8 or later.</p>
132
Dirk Dougherty9f7580d2010-10-26 09:29:03 -0700133<p>Also note that SDK Tools r8 requires a new SDK component called
134<em>Platform-tools</em>. The new Platform-tools component lets all SDK platforms
135(Android 2.1, Android 2.2, and so on) use the same (latest) version of build
136tools such as <code>adb</code>, <code>aapt</code>, <code>aidl</code>, and
137<code>dx</code>. To download the Platform-tools component, use the Android SDK
138Manager, as described in <a href="adding-components.html">Adding SDK
139Components</a></p>
140
141<dt>Upgrading from SDK Tools r7:</dt>
142<dd>
143<p>If you are upgrading to SDK Tools r8 from an earlier version, note that the
144the default installed location for the <code>adb</code> tool has changed from
145<code>&lt;<em>SDK</em>&gt;/tools/adb</code> to
146<code>&lt;<em>SDK</em>&gt;/platform-tools/adb</code>. This means that you should
147add the new location to your PATH and modify any custom build scripts to
148reference the new location. Copying the <code>adb</code> executable from the new
149location to the old is not recommended, since subsequent updates to the SDK
150Tools will delete the file.</p>
151</dd>
152
153<dt>General notes:</dt>
154<dd>
155<ul>
156<li>All SDK platforms now support Library Projects.</li>
157<li>Support for a true debug build. Developers no longer need to add the
158<code>android:debuggable</code> attribute to the
159<code>&lt;application&gt;</code> tag in the manifest &mdash; the build tools add
160the attribute automatically. In Eclipse/ADT, all incremental builds are assumed
161to be debug builds, so the tools insert <code>android:debuggable="true"</code>.
162When exporting a signed release build, the tools do not add the attribute. In
163Ant, a <code>ant debug</code> command automatically inserts the
164<code>android:debuggable="true"</code> attribute, while <code>ant release</code>
165does not. If <code>android:debuggable="true"</code> is manually set, then
166<code>ant release</code> will actually do a debug build, rather than a release
167build.</li>
168<li>Automatic ProGuard support in release builds. Developers generate a ProGuard
169configuration file using the <code>android</code> tool &mdash; the build tools
170then automatically run ProGuard against the project sources during the build.
171For more information, see the <a
172href="{@docRoot}guide/developing/tools/proguard.html">ProGuard</a>
173documentation. </li>
174<li>New overridable Ant javac properties: <code>java.encoding</code>,
175<code>java.source</code>, and <code>java.target</code> (default values are
176"ascii", "1.5", and "1.5", respectively).</li>
177<li>New UI for the HierarchyViewer tool.</li>
178</ul>
179</dd>
180</dl>
181 </div>
182</div>
183
184<div class="toggleable closed">
185 <a href="#" onclick="return toggleDiv(this)">
186 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
Dirk Dougherty022171b2010-07-30 19:24:17 -0700187SDK Tools, Revision 7</a> <em>(September 2010)</em>
188 <div class="toggleme">
189
190<dl>
191<dt>Dependencies:</dt>
192<dd>
193<p>If you are developing in Eclipse with ADT, note that SDK Tools r7 is
194designed for use with ADT 0.9.8 and later. After installing SDK Tools r7, we
195highly recommend updating your ADT Plugin to 0.9.8.</p>
196</dd>
197
198<dt>General notes:</dt>
199<dd>
200<ul>
201<li>Added support for library projects that depend on other library projects.</li>
202<li>Adds support for aidl files in library projects.</li>
203<li>Adds support for extension targets in Ant build to perform tasks between the
204normal tasks: <code>-pre-build</code>, <code>-pre-compile</code>, and
205<code>-post-compile</code>.</li>
206<li>Adds support for "headless" SDK update. See <code>android -h update sdk</code>
207for more information.</li>
208<li>Fixes location control in DDMS to work in any locale not using '.' as a
209decimal point.</li>
210</li>
211</ul>
212</dd>
213</dl>
214 </div>
215</div>
216
217<div class="toggleable closed">
218 <a href="#" onclick="return toggleDiv(this)">
219 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
Dirk Dougherty0d1b0812010-04-07 17:05:16 -0700220SDK Tools, Revision 6</a> <em>(May 2010)</em>
221 <div class="toggleme">
222
223<dl>
224<dt>Dependencies:</dt>
225<dd>
226<p>If you are developing in Eclipse with ADT, note that SDK Tools r6 is
227designed for use with ADT 0.9.7 and later. After installing SDK Tools r6, we
228highly recommend updating your ADT Plugin to 0.9.7.</p>
229</dd>
230
231<dt>Library projects:</dt>
232<dd>
233<p>The SDK Tools now support the use of <em>library projects</em> during
234development, a capability that lets you store shared Android application
235code and resources in a separate development project. You can then reference the
236library project from other Android projects and, at build time, the tools
237compile the shared code and resources as part of the dependent applications.
238More information about this feature is available in the <a
Robert Lyc74a69a82011-01-04 22:48:02 -0800239href="{@docRoot}guide/developing/projects/index.html#LibraryProjects">Creating and Managing Projects</a> document.</p>
240<p>If you are developing in Eclipse, <a href="eclipse-adt.html">ADT</a>
Dirk Dougherty0d1b0812010-04-07 17:05:16 -0700241provides the equivalent library project support.</p>
242</dd>
243</dl>
244 </div>
245</div>
246
247<div class="toggleable closed">
248 <a href="#" onclick="return toggleDiv(this)">
Dirk Dougherty74a74d32010-09-09 18:40:13 -0700249 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700250SDK Tools, Revision 5</a> <em>(March 2010)</em>
251 <div class="toggleme">
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800252
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700253<dl>
254<dt>Dependencies:</dt>
255<dd><ul>
256<li>If you are developing in Eclipse with ADT, note that SDK Tools r5 is
257designed for use with ADT 0.9.6 and later. After installing SDK Tools r5, we
258highly recommend updating your ADT Plugin to 0.9.6.</li>
259<li>For Mac OS platforms, OS X 10.4.x (Tiger) is no longer
260officially supported. </li>
261</ul>
262</dd>
263
264<dt>SDK and AVD Manager:</dt>
265<dd>
266<ul>
267<li>Fixes SSL download for the standalone version of the SDK Updater.</li>
268<li>Fixes issue with 64-bit JVM on Windows.</li>
269<li>Adds support for platform samples components.</li>
270<li>Improves support for dependency between components.</li>
271<li>AVDs now sorted by API level.</li>
272<li>The AVD creation dialog now enforces a minimum SD card size of 9MB.</li>
273<li>Prevents deletion of running AVDs.</li>
274<li>Settings are now automatically saved, no need to click "Apply".</li>
275</ul>
276</dd>
277
278<dt>Emulator:</dt>
279<dd>
280<ul>
281<li>Emulator now requires SD card to be 9MB or more.</li>
282</ul>
283</dd>
284
285<dt>Layoutopt:</dt>
286<dd>
287<ul>
288<li>Fixes <code>layoutopt.bat</code> to execute correctly on Windows.</li>
289</ul>
290</dd>
291</dl>
292 </div>
293</div>
294
295<div class="toggleable closed">
296 <a href="#" onclick="return toggleDiv(this)">
297 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
298SDK Tools, Revision 4</a> <em>(December 2009)</em>
299 <div class="toggleme">
300
301<dl>
302<dt>Dependencies:</dt>
303<dd><p>SDK Tools r4 is compatible with ADT 0.9.5 and later, but not
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800304compatible with earlier versions. If you are developing in Eclipse with ADT, you
305<strong>must</strong> update your ADT plugin to version 0.9.5 or higher if you
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700306install SDK Tools r4 in your SDK. </p></dd>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800307
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700308<dt>General notes:</dt>
309<dd>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800310<ul>
311<li>Launcher script now forces GDK_NATIVE_WINDOW=true (linux only), to fix a
312compatibility issue between GTK and SWT.</li>
313</ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700314</dd>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800315
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700316<dt>Android SDK and AVD Manager:</dt>
317<dd>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800318<ul>
319<li>AVD Launch dialog now shows scale value.</li>
320<li>Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no
321skin name specified.</li>
322<li>Fixes XML validation issue in on older Java versions.</li>
323<li>No longer forces the use of Java 1.5 on Mac OS X.</li>
324</ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700325</dd>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800326
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700327<dt>Emulator:</dt>
328<dd>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800329<ul>
330<li>No longer limits the size of the system partition.</li>
331</ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700332</dd>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800333
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700334<dt>Ant build tools:</dt>
335<dd>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800336<ul>
337<li>.apk packaging now properly ignores vi swap files as well as hidden files.</li>
338</ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700339</dd>
340</dl>
341 </div>
342</div>
Dirk Doughertybca9f1b2009-11-18 23:06:16 -0800343
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700344<div class="toggleable closed">
345 <a href="#" onclick="return toggleDiv(this)">
346 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
347SDK Tools, Revision 3</a> <em>(October 2009)</em>
348 <div class="toggleme">
Dirk Doughertyee58d1b2009-10-16 15:25:15 -0700349
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700350<dl>
351<dt>Dependencies:</dt>
352<dd><p>SDK Tools r3 is compatible with ADT 0.9.4 and later, but not
Dirk Doughertyee58d1b2009-10-16 15:25:15 -0700353compatible with earlier versions. If you are developing in Eclipse with ADT, you
354<strong>must</strong> update your ADT plugin to version 0.9.4 or higher if you
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700355install SDK Tools r3 in your SDK.</p>
356</dd>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -0700357
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700358<dt>Android tool:</dt>
359<dd>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -0700360<ul>
361<li>Adds new <code>android create test-project</code> and <code>android update
362test-project</code> commands to allow for greater flexibility in the location of the
363main and test projects.</li>
364</ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700365</dd>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -0700366
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700367<dt>DDMS:</dt>
368<dd>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -0700369<ul>
370<li>Adds a button to dump HPROF file for running appplications (app must be able
371to write to the sdcard).</li>
372<li>Button to start/stop profiling of a running application (app must be able to
373write to the sdcard). Upon stop, Traceview will automatically be launched to
374display the trace.</li>
375<li>Fixed DDMS, Traceview, and the AVD Mananger/SDK Updater to run on Mac OS X
37610.6.</li>
377<li>Fixed screenshot support for devices running 32-bit framebuffer.</li>
378</ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700379</dd>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -0700380
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700381<dt>Android SDK and AVD Manager:</dt>
382<dd>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -0700383<ul>
384<li>Provides a new UI that lets you set options for controlling
385the emulator skin, screen size/density, and scale factor used when launching
386an AVD.</li>
387<li>Provides improved AVD creation UI, which lets you customize the hardware
388properties of your AVDs.</li>
389<li>Now enforces dependencies between platforms and tools components, and
390between SDK add-ons and platforms.</li>
391</ul>
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700392</dd>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -0700393
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700394<dt>Layoutopt, a new tool for optimizing layouts:</dt>
Dirk Doughertyee58d1b2009-10-16 15:25:15 -0700395
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700396<dd><p>The SDK Tools r3 package includes <code>layoutopt</code>, a new command-line
Dirk Doughertybf15ce62009-10-23 19:17:12 -0700397tool that helps you optimize your layout hierarchies. When run against your
398layout files, the tool analyzes their hierarchies and notifies you of
399inefficiencies and other potential issues. The tool also provides simple
400solutions for the issues it finds. For usage, see <a
Dirk Dougherty7b229ef2010-03-26 17:32:26 -0700401href="/guide/developing/tools/layoutopt.html">layoutopt</a>.</p>
402</dd>
403</dl>
404 </div>
405</div>