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 |
Robert Ly | 6c81c30 | 2011-10-05 12:59:29 -0700 | [diff] [blame] | 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 | |
Robert Ly | dec9736 | 2011-09-22 10:33:28 -0700 | [diff] [blame] | 7 | <p>If you are new to the Android SDK, the <a |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 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 |
Robert Ly | 6c81c30 | 2011-10-05 12:59:29 -0700 | [diff] [blame] | 16 | Components</a>.</p> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 17 | |
Robert Ly | edc2aac | 2011-01-14 16:25:09 -0800 | [diff] [blame] | 18 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 19 | <h2 id="notes">Revisions</h2> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 20 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 21 | <p>The sections below provide notes about successive releases of |
| 22 | the SDK Tools, as denoted by revision number. To determine what revision of the SDK |
| 23 | Tools you are using, refer to the "Installed Packages" listing in the Android SDK |
| 24 | and AVD Manager. </p> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 25 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 26 | <script type="text/javascript"> |
| 27 | function 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 { |
| 45 | padding: .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 Dougherty | 0d1b081 | 2010-04-07 17:05:16 -0700 | [diff] [blame] | 54 | .toggleme a { |
| 55 | text-decoration:underline; |
| 56 | } |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 57 | .toggleable.closed .toggleme { |
| 58 | display:none; |
| 59 | } |
| 60 | #jd-content .toggle-img { |
| 61 | margin:0; |
| 62 | } |
| 63 | </style> |
Dirk Dougherty | 0d1b081 | 2010-04-07 17:05:16 -0700 | [diff] [blame] | 64 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 65 | <div class="toggleable opened"> |
| 66 | <a href="#" onclick="return toggleDiv(this)"> |
Robert Ly | 6c81c30 | 2011-10-05 12:59:29 -0700 | [diff] [blame] | 67 | <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" |
| 68 | width="9px" />SDK Tools, Revision 14</a> <em>(October 2011)</em> |
| 69 | <div class="toggleme"> |
| 70 | <dl> |
| 71 | <dt>Dependencies:</dt> |
| 72 | <dd> |
| 73 | <ul><li>Android SDK Platform-tools revision 8 or later.</li> |
| 74 | <li>If you are developing in Eclipse with ADT, note that the SDK Tools r14 is designed for use |
| 75 | with ADT 14.0.0 and later. If you haven't already, we highly recommend updating your <a |
| 76 | href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 14.0.0.</li> |
| 77 | <li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache |
| 78 | Ant</a> 1.8 or later.</li> |
| 79 | </ul> |
| 80 | |
| 81 | <dt>General notes:</dt> |
| 82 | <dd> |
| 83 | <ul> |
| 84 | <li>Changed <code>default.properties</code> to <code>project.properties</code> and |
| 85 | <code>build.properties</code> to <code>ant.properties</code>. Any existing |
| 86 | projects that you build with Ant must be updated with the <code>android update project</code> |
| 87 | command.</li> |
| 88 | <li>Changed Ant <code>build.xml</code> file to support improvements to the |
| 89 | build system and added and modified Ant commands to support these changes. For a list of Ant |
| 90 | commands, see the |
| 91 | <a href="{@docRoot}guide/developing/building/building-cmdline.html#AntReference">Ant Command |
| 92 | Reference</a>.</li> |
| 93 | |
| 94 | <li>Changed how library projects are built.</a></li> |
| 95 | <li>Improved incremental builds, so that resource compilation runs less frequently. Builds no |
| 96 | longer run when you edit strings or layouts (unless you add a new <code>id</code>) and no longer |
| 97 | run once for each library project.</li> |
| 98 | <li>Introduced a "PNG crunch cache" that only runs on modified PNG files, instead of |
| 99 | crunching all existing PNG files, all the time.</li> |
| 100 | <li>Revamped the SDK Manager UI (<a href="http://tools.android.com/recent/newsdkmanager">more |
| 101 | info</a>).</li> |
| 102 | </ul> |
| 103 | <p>For a complete overview of the build system changes and what you need to do to support them, |
| 104 | see the <a href="http://tools.android.com/recent/buildchangesinrevision14">Android Tools Project |
| 105 | site</a>.</p> |
| 106 | </dd> |
| 107 | </dl> |
| 108 | </div> |
| 109 | </div> |
| 110 | |
| 111 | <div class="toggleable closed"> |
| 112 | <a href="#" onclick="return toggleDiv(this)"> |
| 113 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" |
| 114 | width="9px" /> |
Robert Ly | dec9736 | 2011-09-22 10:33:28 -0700 | [diff] [blame] | 115 | SDK Tools, Revision 13</a> <em>(September 2011)</em> |
| 116 | <div class="toggleme"> |
| 117 | <dl> |
| 118 | <dt>Dependencies:</dt> |
| 119 | <dd> |
| 120 | <p>If you are developing in Eclipse with ADT, note that the SDK Tools r13 is designed for use with |
| 121 | ADT 12.0.0 and later. If you haven't already, we highly recommend updating your <a |
| 122 | href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 12.0.0.</p> |
| 123 | |
| 124 | <p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache |
| 125 | Ant</a> 1.8 or later.</p> |
| 126 | |
| 127 | <dt>General notes:</dt> |
| 128 | <dd> |
| 129 | <ul> |
| 130 | <li>Fix compilation issue in Ant (<code>dex</code> step) when paths have spaces.</li> |
| 131 | <li>Fix issue in emulator installation when paths have spaces.</li> |
| 132 | <li>Fix issue when AVD paths have spaces.</li> |
| 133 | <li>Fix rendering issue when using emulator scaling (<a href="http://code.google.com/p/android/issues/detail?id=18299">see more</a>).</li> |
| 134 | </ul> |
| 135 | </dd> |
| 136 | </dl> |
| 137 | </div> |
| 138 | </div> |
| 139 | |
| 140 | |
| 141 | <div class="toggleable closed"> |
| 142 | <a href="#" onclick="return toggleDiv(this)"> |
| 143 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
Robert Ly | 31ee77e | 2011-07-06 11:16:19 -0700 | [diff] [blame] | 144 | SDK Tools, Revision 12</a> <em>(July 2011)</em> |
Robert Ly | 205d1c3 | 2011-06-28 13:13:14 -0700 | [diff] [blame] | 145 | <div class="toggleme"> |
| 146 | <dl> |
| 147 | <dt>Dependencies:</dt> |
| 148 | <dd> |
| 149 | <p>If you are developing in Eclipse with ADT, note that the SDK Tools r12 is designed for use with |
| 150 | ADT 12.0.0 and later. If you haven't already, we highly recommend updating your <a |
| 151 | href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 12.0.0.</p> |
| 152 | |
| 153 | <p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache |
| 154 | Ant</a> 1.8 or later.</p> |
| 155 | |
| 156 | <dt>General notes:</dt> |
| 157 | <dd> |
| 158 | <ul> |
| 159 | <li>The AVD manager and emulator can now use system images |
| 160 | compiled for ARM v7 and x86 CPUs.</li> |
| 161 | </ul> |
| 162 | </dd> |
| 163 | </dl> |
| 164 | </div> |
| 165 | </div> |
| 166 | |
| 167 | <div class="toggleable closed"> |
| 168 | <a href="#" onclick="return toggleDiv(this)"> |
| 169 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
Dirk Dougherty | b7c7f15 | 2011-03-25 11:54:46 -0700 | [diff] [blame] | 170 | SDK Tools, Revision 11</a> <em>(May 2011)</em> |
Robert Ly | ccea5d2 | 2011-02-11 14:59:36 -0800 | [diff] [blame] | 171 | <div class="toggleme"> |
| 172 | <dl> |
| 173 | <dt>Dependencies:</dt> |
| 174 | <dd> |
Scott Main | 19f7201 | 2011-05-05 18:27:49 -0700 | [diff] [blame] | 175 | <p>If you are developing in Eclipse with ADT, note that the SDK Tools r11 is designed for use with |
| 176 | ADT 10.0.1 and later. If you haven't already, we highly recommend updating your <a |
| 177 | href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 10.0.1.</p> |
| 178 | |
| 179 | <p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache |
| 180 | Ant</a> 1.8 or later.</p> |
| 181 | |
| 182 | <dt>General notes:</dt> |
| 183 | <dd> |
| 184 | <ul> |
| 185 | <li>Miscellaneous emulator changes to support Android 3.1.</li> |
| 186 | </ul> |
| 187 | </dd> |
| 188 | </dl> |
| 189 | </div> |
| 190 | </div> |
| 191 | |
| 192 | |
| 193 | <div class="toggleable closed"> |
| 194 | <a href="#" onclick="return toggleDiv(this)"> |
| 195 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" |
| 196 | width="9px" /> |
| 197 | SDK Tools, Revision 10</a> <em>(February 2011)</em> |
| 198 | <div class="toggleme"> |
| 199 | <dl> |
| 200 | <dt>Dependencies:</dt> |
| 201 | <dd> |
Robert Ly | ccea5d2 | 2011-02-11 14:59:36 -0800 | [diff] [blame] | 202 | <p>If you are developing in Eclipse with ADT, note that the SDK Tools r10 is |
| 203 | designed for use with ADT 10.0.0 and later. After installing SDK Tools r10, we |
| 204 | highly recommend updating your ADT Plugin to 10.0.0.</p> |
| 205 | |
| 206 | <p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache |
| 207 | Ant</a> 1.8 or later.</p> |
| 208 | |
| 209 | <dt>General notes:</dt> |
| 210 | <dd> |
| 211 | <ul> |
Scott Main | 19f7201 | 2011-05-05 18:27:49 -0700 | [diff] [blame] | 212 | <li>The tools now automatically generate Java Programming Language source files (in the |
| 213 | <code>gen</code> directory) and |
Robert Ly | ccea5d2 | 2011-02-11 14:59:36 -0800 | [diff] [blame] | 214 | bytecode (in the <code>res/raw</code> directory) from your native <code>.rs</code> files</li> |
| 215 | </ul> |
| 216 | </dd> |
| 217 | </dl> |
| 218 | </div> |
| 219 | </div> |
| 220 | |
| 221 | |
| 222 | |
| 223 | <div class="toggleable closed"> |
| 224 | <a href="#" onclick="return toggleDiv(this)"> |
| 225 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
Robert Ly | edc2aac | 2011-01-14 16:25:09 -0800 | [diff] [blame] | 226 | SDK Tools, Revision 9</a> <em>(January 2011)</em> |
| 227 | <div class="toggleme"> |
| 228 | <dl> |
| 229 | <dt>Dependencies:</dt> |
| 230 | <dd> |
| 231 | <p>If you are developing in Eclipse with ADT, note that the SDK Tools r9 is |
| 232 | designed for use with ADT 9.0.0 and later. After installing SDK Tools r9, we |
| 233 | highly recommend updating your ADT Plugin to 9.0.0.</p> |
| 234 | |
| 235 | <p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache |
| 236 | Ant</a> 1.8 or later.</p> |
| 237 | |
| 238 | <dt>Upgrading to SDK Tools r9:</dt> |
| 239 | <dd> |
| 240 | <p>If you are upgrading to SDK Tools r9 from SDK Tools r7 or earlier, the default installed location |
| 241 | for the <code>adb</code> tool has changed from <code><<em>SDK</em>>/tools/adb</code> to |
| 242 | <code><<em>SDK</em>>/platform-tools/adb</code>. This means that you should |
| 243 | add the new location to your PATH and modify any custom build scripts to |
| 244 | reference the new location. Copying the <code>adb</code> executable from the new |
| 245 | location to the old is not recommended, since subsequent updates to the SDK |
| 246 | Tools will delete the file.</p> |
| 247 | </dd> |
| 248 | |
| 249 | <dt>General notes:</dt> |
| 250 | <dd> |
| 251 | <ul> |
| 252 | <li>The default ProGuard configuration, <code>proguard.cfg</code>, now ignores the following classes: |
| 253 | <ul> |
| 254 | <li>classes that extend {@link android.preference.Preference}</li> |
| 255 | <li>classes that extend {@link android.app.backup.BackupAgentHelper}</li> |
| 256 | </ul> |
| 257 | </li> |
| 258 | <li>Ant lib rules now allow you to override <code>java.encoding</code>, <code>java.source</code>, |
| 259 | and <code>java.target</code> properties.</li> |
| 260 | <li>The default encoding for the <code>javac</code> Ant task is now UTF-8.</li> |
| 261 | <li>The LogCat view in DDMS now properly displays UTF-8 characters.</li> |
| 262 | <li>The SDK Manager is more reliable on Windows. For details on the improvements, see the |
| 263 | <a href="http://tools.android.com/recent/sdkmanagerfixes">Android Tools Project Site</a>. </li> |
Scott Main | f9af301 | 2011-01-27 11:26:29 -0800 | [diff] [blame] | 264 | <li>Early look at the new snapshot feature: To improve startup time for the emulator, you can |
| 265 | enable snapshots for the system state. The emulator will then restore to the state when it last |
| 266 | closed almost instantly. <strong>Note:</strong> The snapshot feature is still under active |
| 267 | development and might not always perform as expected.</li> |
Robert Ly | edc2aac | 2011-01-14 16:25:09 -0800 | [diff] [blame] | 268 | <li>Fixed the missing JAR file error that prevented <code>draw9patch</code> from running.</li> |
| 269 | <li>Fixed the Windows launch scripts <code>hierarchyviewer</code> and <code>ddms</code> to support |
| 270 | the new location of <code>adb</code>.</li> |
Scott Main | 04f04b2 | 2011-01-21 19:11:23 -0800 | [diff] [blame] | 271 | <li>Known issues with emulator performance: Because the Android emulator must simulate the ARM |
| 272 | instruction set architecture on your computer, emulator performance is slow. We're working hard to |
| 273 | resolve the performance issues and it will improve in future releases.</li> |
Robert Ly | edc2aac | 2011-01-14 16:25:09 -0800 | [diff] [blame] | 274 | </ul> |
| 275 | </dd> |
| 276 | </dl> |
| 277 | </div> |
| 278 | </div> |
| 279 | |
| 280 | <div class="toggleable closed"> |
| 281 | <a href="#" onclick="return toggleDiv(this)"> |
| 282 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
Dirk Dougherty | 9f7580d | 2010-10-26 09:29:03 -0700 | [diff] [blame] | 283 | SDK Tools, Revision 8</a> <em>(December 2010)</em> |
| 284 | <div class="toggleme"> |
| 285 | |
| 286 | <dl> |
| 287 | <dt>Dependencies:</dt> |
| 288 | <dd> |
| 289 | <p>If you are developing in Eclipse with ADT, note that SDK Tools r8 is |
| 290 | designed for use with ADT 8.0.0 and later. After installing SDK Tools r8, we |
| 291 | highly recommend updating your ADT Plugin to 8.0.0.</p> |
| 292 | |
Scott Main | 92b0308 | 2010-12-14 17:55:27 -0800 | [diff] [blame] | 293 | <p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache |
| 294 | Ant</a> 1.8 or later.</p> |
| 295 | |
Dirk Dougherty | 9f7580d | 2010-10-26 09:29:03 -0700 | [diff] [blame] | 296 | <p>Also note that SDK Tools r8 requires a new SDK component called |
| 297 | <em>Platform-tools</em>. The new Platform-tools component lets all SDK platforms |
| 298 | (Android 2.1, Android 2.2, and so on) use the same (latest) version of build |
| 299 | tools such as <code>adb</code>, <code>aapt</code>, <code>aidl</code>, and |
| 300 | <code>dx</code>. To download the Platform-tools component, use the Android SDK |
| 301 | Manager, as described in <a href="adding-components.html">Adding SDK |
| 302 | Components</a></p> |
| 303 | |
| 304 | <dt>Upgrading from SDK Tools r7:</dt> |
| 305 | <dd> |
| 306 | <p>If you are upgrading to SDK Tools r8 from an earlier version, note that the |
| 307 | the default installed location for the <code>adb</code> tool has changed from |
| 308 | <code><<em>SDK</em>>/tools/adb</code> to |
| 309 | <code><<em>SDK</em>>/platform-tools/adb</code>. This means that you should |
| 310 | add the new location to your PATH and modify any custom build scripts to |
| 311 | reference the new location. Copying the <code>adb</code> executable from the new |
| 312 | location to the old is not recommended, since subsequent updates to the SDK |
| 313 | Tools will delete the file.</p> |
| 314 | </dd> |
| 315 | |
| 316 | <dt>General notes:</dt> |
| 317 | <dd> |
| 318 | <ul> |
| 319 | <li>All SDK platforms now support Library Projects.</li> |
| 320 | <li>Support for a true debug build. Developers no longer need to add the |
| 321 | <code>android:debuggable</code> attribute to the |
| 322 | <code><application></code> tag in the manifest — the build tools add |
| 323 | the attribute automatically. In Eclipse/ADT, all incremental builds are assumed |
| 324 | to be debug builds, so the tools insert <code>android:debuggable="true"</code>. |
| 325 | When exporting a signed release build, the tools do not add the attribute. In |
| 326 | Ant, a <code>ant debug</code> command automatically inserts the |
| 327 | <code>android:debuggable="true"</code> attribute, while <code>ant release</code> |
| 328 | does not. If <code>android:debuggable="true"</code> is manually set, then |
| 329 | <code>ant release</code> will actually do a debug build, rather than a release |
| 330 | build.</li> |
| 331 | <li>Automatic ProGuard support in release builds. Developers generate a ProGuard |
| 332 | configuration file using the <code>android</code> tool — the build tools |
| 333 | then automatically run ProGuard against the project sources during the build. |
| 334 | For more information, see the <a |
| 335 | href="{@docRoot}guide/developing/tools/proguard.html">ProGuard</a> |
| 336 | documentation. </li> |
| 337 | <li>New overridable Ant javac properties: <code>java.encoding</code>, |
| 338 | <code>java.source</code>, and <code>java.target</code> (default values are |
| 339 | "ascii", "1.5", and "1.5", respectively).</li> |
| 340 | <li>New UI for the HierarchyViewer tool.</li> |
| 341 | </ul> |
| 342 | </dd> |
| 343 | </dl> |
| 344 | </div> |
| 345 | </div> |
| 346 | |
| 347 | <div class="toggleable closed"> |
| 348 | <a href="#" onclick="return toggleDiv(this)"> |
| 349 | <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] | 350 | SDK Tools, Revision 7</a> <em>(September 2010)</em> |
| 351 | <div class="toggleme"> |
| 352 | |
| 353 | <dl> |
| 354 | <dt>Dependencies:</dt> |
| 355 | <dd> |
| 356 | <p>If you are developing in Eclipse with ADT, note that SDK Tools r7 is |
| 357 | designed for use with ADT 0.9.8 and later. After installing SDK Tools r7, we |
| 358 | highly recommend updating your ADT Plugin to 0.9.8.</p> |
| 359 | </dd> |
| 360 | |
| 361 | <dt>General notes:</dt> |
| 362 | <dd> |
| 363 | <ul> |
| 364 | <li>Added support for library projects that depend on other library projects.</li> |
| 365 | <li>Adds support for aidl files in library projects.</li> |
| 366 | <li>Adds support for extension targets in Ant build to perform tasks between the |
| 367 | normal tasks: <code>-pre-build</code>, <code>-pre-compile</code>, and |
| 368 | <code>-post-compile</code>.</li> |
| 369 | <li>Adds support for "headless" SDK update. See <code>android -h update sdk</code> |
| 370 | for more information.</li> |
| 371 | <li>Fixes location control in DDMS to work in any locale not using '.' as a |
| 372 | decimal point.</li> |
| 373 | </li> |
| 374 | </ul> |
| 375 | </dd> |
| 376 | </dl> |
| 377 | </div> |
| 378 | </div> |
| 379 | |
| 380 | <div class="toggleable closed"> |
| 381 | <a href="#" onclick="return toggleDiv(this)"> |
| 382 | <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] | 383 | SDK Tools, Revision 6</a> <em>(May 2010)</em> |
| 384 | <div class="toggleme"> |
| 385 | |
| 386 | <dl> |
| 387 | <dt>Dependencies:</dt> |
| 388 | <dd> |
| 389 | <p>If you are developing in Eclipse with ADT, note that SDK Tools r6 is |
| 390 | designed for use with ADT 0.9.7 and later. After installing SDK Tools r6, we |
| 391 | highly recommend updating your ADT Plugin to 0.9.7.</p> |
| 392 | </dd> |
| 393 | |
| 394 | <dt>Library projects:</dt> |
| 395 | <dd> |
| 396 | <p>The SDK Tools now support the use of <em>library projects</em> during |
| 397 | development, a capability that lets you store shared Android application |
| 398 | code and resources in a separate development project. You can then reference the |
| 399 | library project from other Android projects and, at build time, the tools |
| 400 | compile the shared code and resources as part of the dependent applications. |
| 401 | More information about this feature is available in the <a |
Robert Ly | c74a69a8 | 2011-01-04 22:48:02 -0800 | [diff] [blame] | 402 | href="{@docRoot}guide/developing/projects/index.html#LibraryProjects">Creating and Managing Projects</a> document.</p> |
| 403 | <p>If you are developing in Eclipse, <a href="eclipse-adt.html">ADT</a> |
Dirk Dougherty | 0d1b081 | 2010-04-07 17:05:16 -0700 | [diff] [blame] | 404 | provides the equivalent library project support.</p> |
| 405 | </dd> |
| 406 | </dl> |
| 407 | </div> |
| 408 | </div> |
| 409 | |
| 410 | <div class="toggleable closed"> |
| 411 | <a href="#" onclick="return toggleDiv(this)"> |
Dirk Dougherty | 74a74d3 | 2010-09-09 18:40:13 -0700 | [diff] [blame] | 412 | <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] | 413 | SDK Tools, Revision 5</a> <em>(March 2010)</em> |
| 414 | <div class="toggleme"> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 415 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 416 | <dl> |
| 417 | <dt>Dependencies:</dt> |
| 418 | <dd><ul> |
| 419 | <li>If you are developing in Eclipse with ADT, note that SDK Tools r5 is |
| 420 | designed for use with ADT 0.9.6 and later. After installing SDK Tools r5, we |
| 421 | highly recommend updating your ADT Plugin to 0.9.6.</li> |
| 422 | <li>For Mac OS platforms, OS X 10.4.x (Tiger) is no longer |
| 423 | officially supported. </li> |
| 424 | </ul> |
| 425 | </dd> |
| 426 | |
| 427 | <dt>SDK and AVD Manager:</dt> |
| 428 | <dd> |
| 429 | <ul> |
| 430 | <li>Fixes SSL download for the standalone version of the SDK Updater.</li> |
| 431 | <li>Fixes issue with 64-bit JVM on Windows.</li> |
| 432 | <li>Adds support for platform samples components.</li> |
| 433 | <li>Improves support for dependency between components.</li> |
| 434 | <li>AVDs now sorted by API level.</li> |
| 435 | <li>The AVD creation dialog now enforces a minimum SD card size of 9MB.</li> |
| 436 | <li>Prevents deletion of running AVDs.</li> |
| 437 | <li>Settings are now automatically saved, no need to click "Apply".</li> |
| 438 | </ul> |
| 439 | </dd> |
| 440 | |
| 441 | <dt>Emulator:</dt> |
| 442 | <dd> |
| 443 | <ul> |
| 444 | <li>Emulator now requires SD card to be 9MB or more.</li> |
| 445 | </ul> |
| 446 | </dd> |
| 447 | |
| 448 | <dt>Layoutopt:</dt> |
| 449 | <dd> |
| 450 | <ul> |
| 451 | <li>Fixes <code>layoutopt.bat</code> to execute correctly on Windows.</li> |
| 452 | </ul> |
| 453 | </dd> |
| 454 | </dl> |
| 455 | </div> |
| 456 | </div> |
| 457 | |
| 458 | <div class="toggleable closed"> |
| 459 | <a href="#" onclick="return toggleDiv(this)"> |
| 460 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
| 461 | SDK Tools, Revision 4</a> <em>(December 2009)</em> |
| 462 | <div class="toggleme"> |
| 463 | |
| 464 | <dl> |
| 465 | <dt>Dependencies:</dt> |
| 466 | <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] | 467 | compatible with earlier versions. If you are developing in Eclipse with ADT, you |
| 468 | <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] | 469 | install SDK Tools r4 in your SDK. </p></dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 470 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 471 | <dt>General notes:</dt> |
| 472 | <dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 473 | <ul> |
Robert Ly | dec9736 | 2011-09-22 10:33:28 -0700 | [diff] [blame] | 474 | <li>Launcher script now forces GDK_NATIVE_WINDOW=true (linux only), to fix a |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 475 | compatibility issue between GTK and SWT.</li> |
| 476 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 477 | </dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 478 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 479 | <dt>Android SDK and AVD Manager:</dt> |
| 480 | <dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 481 | <ul> |
| 482 | <li>AVD Launch dialog now shows scale value.</li> |
Robert Ly | dec9736 | 2011-09-22 10:33:28 -0700 | [diff] [blame] | 483 | <li>Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 484 | skin name specified.</li> |
| 485 | <li>Fixes XML validation issue in on older Java versions.</li> |
| 486 | <li>No longer forces the use of Java 1.5 on Mac OS X.</li> |
| 487 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 488 | </dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 489 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 490 | <dt>Emulator:</dt> |
| 491 | <dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 492 | <ul> |
| 493 | <li>No longer limits the size of the system partition.</li> |
| 494 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 495 | </dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 496 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 497 | <dt>Ant build tools:</dt> |
| 498 | <dd> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 499 | <ul> |
| 500 | <li>.apk packaging now properly ignores vi swap files as well as hidden files.</li> |
| 501 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 502 | </dd> |
| 503 | </dl> |
| 504 | </div> |
| 505 | </div> |
Dirk Dougherty | bca9f1b | 2009-11-18 23:06:16 -0800 | [diff] [blame] | 506 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 507 | <div class="toggleable closed"> |
| 508 | <a href="#" onclick="return toggleDiv(this)"> |
| 509 | <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> |
| 510 | SDK Tools, Revision 3</a> <em>(October 2009)</em> |
| 511 | <div class="toggleme"> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 512 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 513 | <dl> |
| 514 | <dt>Dependencies:</dt> |
| 515 | <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] | 516 | compatible with earlier versions. If you are developing in Eclipse with ADT, you |
| 517 | <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] | 518 | install SDK Tools r3 in your SDK.</p> |
| 519 | </dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 520 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 521 | <dt>Android tool:</dt> |
| 522 | <dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 523 | <ul> |
| 524 | <li>Adds new <code>android create test-project</code> and <code>android update |
| 525 | test-project</code> commands to allow for greater flexibility in the location of the |
| 526 | main and test projects.</li> |
| 527 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 528 | </dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 529 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 530 | <dt>DDMS:</dt> |
| 531 | <dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 532 | <ul> |
Scott Main | 19f7201 | 2011-05-05 18:27:49 -0700 | [diff] [blame] | 533 | <li>Adds a button to dump HPROF file for running applications (app must be able |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 534 | to write to the sdcard).</li> |
| 535 | <li>Button to start/stop profiling of a running application (app must be able to |
| 536 | write to the sdcard). Upon stop, Traceview will automatically be launched to |
| 537 | display the trace.</li> |
| 538 | <li>Fixed DDMS, Traceview, and the AVD Mananger/SDK Updater to run on Mac OS X |
| 539 | 10.6.</li> |
| 540 | <li>Fixed screenshot support for devices running 32-bit framebuffer.</li> |
| 541 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 542 | </dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 543 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 544 | <dt>Android SDK and AVD Manager:</dt> |
| 545 | <dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 546 | <ul> |
| 547 | <li>Provides a new UI that lets you set options for controlling |
Robert Ly | dec9736 | 2011-09-22 10:33:28 -0700 | [diff] [blame] | 548 | the emulator skin, screen size/density, and scale factor used when launching |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 549 | an AVD.</li> |
| 550 | <li>Provides improved AVD creation UI, which lets you customize the hardware |
| 551 | properties of your AVDs.</li> |
| 552 | <li>Now enforces dependencies between platforms and tools components, and |
| 553 | between SDK add-ons and platforms.</li> |
| 554 | </ul> |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 555 | </dd> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 556 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 557 | <dt>Layoutopt, a new tool for optimizing layouts:</dt> |
Dirk Dougherty | ee58d1b | 2009-10-16 15:25:15 -0700 | [diff] [blame] | 558 | |
Robert Ly | dec9736 | 2011-09-22 10:33:28 -0700 | [diff] [blame] | 559 | <dd><p>The SDK Tools r3 package includes <code>layoutopt</code>, a new command-line |
| 560 | tool that helps you optimize your layout hierarchies. When run against your |
| 561 | layout files, the tool analyzes their hierarchies and notifies you of |
| 562 | inefficiencies and other potential issues. The tool also provides simple |
| 563 | solutions for the issues it finds. For usage, see <a |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 564 | href="/guide/developing/tools/layoutopt.html">layoutopt</a>.</p> |
| 565 | </dd> |
| 566 | </dl> |
| 567 | </div> |
| 568 | </div> |