diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd
index d0fa7277224b9..a83ca8e2fb305 100644
--- a/docs/html/sdk/eclipse-adt.jd
+++ b/docs/html/sdk/eclipse-adt.jd
@@ -100,6 +100,115 @@ padding: .25em 1em;
+ADT 9.0.0 (January 2011)
+
R.id.main) to the corresponding XML declaration, or from XML attributes (such as
+ @string) to the corresponding resource definition, or from manifest XML
+ registrations to activities and services.<include>
+ and <merge>
+ tags (Details).match_parent when added to a vertical {@link android.widget.LinearLayout}
+ or a default image is added to an {@link android.widget.ImageButton}.<include> tag, double-clicking on the
+
+ <include> element edits the referenced layout in the context of the
+ current layout. Additionally, when editing a layout that is included by other layouts,
+ you can quickly change between context layouts, by right clicking in the editor and choosing
+ Show included in.... This feature is only available in Honeycomb.debuggable=true was not set in the Android manifest.
ADT 8.0.1 (December 2010)
Also see the recent release notes for 8.0.0, below.
-
Android NDK, Revision 5b (January 2011)
+
+ This release of the NDK does not include any new features compared to r5. The r5b release addresses the + following problems in the r5 release: +
+ndk-build issues are fixed:
+ cygpath -m
+ from GNU Make for every source or object file, which caused problems
+ with very large source trees. In case this doesn't work properly, define NDK_USE_CYGPATH=1 in your
+ environment to use cygpath -m again.NDK_MODULE_PATH environment variable from working properly when
+ it contained multiple directories separated with a colon. prebuilt-common.sh script contains fixes to check the compiler for 64-bit
+ generated machine code, instead of relying on the host tag, which
+ allows the 32-bit toolchain to rebuild properly on Snow Leopard. The toolchain rebuild scripts now also support
+ using a 32-bit host toolchain.INET_ADDRSTRLEN was added to <netinet/in.h>.IN6_IS_ADDR_MC_NODELOCAL and IN6_IS_ADDR_MC_GLOBAL were added to <netinet/in6.h>.<asm/byteorder.h> to allow compilation with -std=c99.
Android NDK, Revision 5 (December 2010)
CHANGES.HTML document included in the downloaded NDK package.
The sections below provide notes about successive releases of @@ -64,6 +65,58 @@ padding: .25em 1em;
+SDK Tools, Revision 9 (January 2011)
+ If you are developing in Eclipse with ADT, note that the SDK Tools r9 is +designed for use with ADT 9.0.0 and later. After installing SDK Tools r9, we +highly recommend updating your ADT Plugin to 9.0.0.
+ +If you are developing outside Eclipse, you must have Apache +Ant 1.8 or later.
+ +If you are upgrading to SDK Tools r9 from SDK Tools r7 or earlier, the default installed location
+for the adb tool has changed from <SDK>/tools/adb to
+<SDK>/platform-tools/adb. This means that you should
+add the new location to your PATH and modify any custom build scripts to
+reference the new location. Copying the adb executable from the new
+location to the old is not recommended, since subsequent updates to the SDK
+Tools will delete the file.
proguard.cfg, now ignores the following classes:
+ java.encoding, java.source,
+ and java.target properties.javac Ant task is now UTF-8.draw9patch from running.hierarchyviewer and ddms to support
+ the new location of adb.
SDK Tools, Revision 8 (December 2010)