diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs
index 92b912d3fdc7e..8a57312a4690d 100644
--- a/docs/html/sdk/sdk_toc.cs
+++ b/docs/html/sdk/sdk_toc.cs
@@ -142,7 +142,8 @@ class="new">new!
- - SDK Tools, r12
+ - SDK Tools, r13 new!
- Google USB Driver, r4
- Compatibility Package,
r3
diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd
index 8c4d0378e79c3..2179cec6036d3 100644
--- a/docs/html/sdk/tools-notes.jd
+++ b/docs/html/sdk/tools-notes.jd
@@ -4,7 +4,7 @@ page.title=SDK Tools
SDK Tools is a downloadable component for the Android SDK. It includes the
complete set of development and debugging tools for the Android SDK.
-If you are new to the Android SDK, the If you are new to the Android SDK, the SDK starter package installs the
latest revision of the SDK Tools in the <sdk>/tools directory.
@@ -66,6 +66,35 @@ padding: .25em 1em;
+SDK Tools, Revision 13 (September 2011)
+
+
+- Dependencies:
+-
+
If you are developing in Eclipse with ADT, note that the SDK Tools r13 is designed for use with
+ADT 12.0.0 and later. If you haven't already, we highly recommend updating your ADT Plugin to 12.0.0.
+
+If you are developing outside Eclipse, you must have Apache
+Ant 1.8 or later.
+
+ - General notes:
+-
+
+ - Fix compilation issue in Ant (
dex step) when paths have spaces.
+ - Fix issue in emulator installation when paths have spaces.
+ - Fix issue when AVD paths have spaces.
+ - Fix rendering issue when using emulator scaling (see more).
+
+
+
+
+
+
+
+
+
+
SDK Tools, Revision 12 (July 2011)
@@ -396,7 +425,7 @@ install SDK Tools r4 in your SDK.
- General notes:
-
-- Launcher script now forces GDK_NATIVE_WINDOW=true (linux only), to fix a
+
- Launcher script now forces GDK_NATIVE_WINDOW=true (linux only), to fix a
compatibility issue between GTK and SWT.
@@ -405,7 +434,7 @@ compatibility issue between GTK and SWT.
-
- AVD Launch dialog now shows scale value.
-- Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no
+
- Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no
skin name specified.
- Fixes XML validation issue in on older Java versions.
- No longer forces the use of Java 1.5 on Mac OS X.
@@ -470,7 +499,7 @@ display the trace.
-
- Provides a new UI that lets you set options for controlling
-the emulator skin, screen size/density, and scale factor used when launching
+the emulator skin, screen size/density, and scale factor used when launching
an AVD.
- Provides improved AVD creation UI, which lets you customize the hardware
properties of your AVDs.
@@ -481,11 +510,11 @@ between SDK add-ons and platforms.
- Layoutopt, a new tool for optimizing layouts:
-The SDK Tools r3 package includes layoutopt, a new command-line
-tool that helps you optimize your layout hierarchies. When run against your
-layout files, the tool analyzes their hierarchies and notifies you of
-inefficiencies and other potential issues. The tool also provides simple
-solutions for the issues it finds. For usage, see The SDK Tools r3 package includes layoutopt, a new command-line
+tool that helps you optimize your layout hierarchies. When run against your
+layout files, the tool analyzes their hierarchies and notifies you of
+inefficiencies and other potential issues. The tool also provides simple
+solutions for the issues it finds. For usage, see layoutopt.