From 205d1c34e3289b05700e6caab718de169ad82b90 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Tue, 28 Jun 2011 13:13:14 -0700 Subject: cherrypicking tools and adt r12 relnotes from hc-mr1 Change-Id: I0ea492417581c062f6433e23345fe3fe398709c0 Change-Id: If1091fd0a7934440e73731825d24ab8c519656ab --- docs/html/sdk/eclipse-adt.jd | 58 ++++++++++++++++++++++++++++++++++++++++++-- docs/html/sdk/sdk_toc.cs | 4 +-- docs/html/sdk/tools-notes.jd | 27 +++++++++++++++++++++ 3 files changed, 85 insertions(+), 4 deletions(-) diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index 935bf63e0890..07edee68f0fb 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -95,13 +95,64 @@ padding: .25em 1em; -
+ADT 12.0.0 (June 2011) +
+
+ +
Dependencies:
+ +
ADT 12.0.0 is designed for use with SDK Tools r12. If you haven't +already installed SDK Tools r12 into your SDK, use +the Android SDK and AVD Manager to do so.
+ +
Visual Layout Editor:
+
+
    +
  • New RelativeLayout drop support with guideline suggestions for + attachments and cycle prevention + (more info).
  • +
  • Resize support in most layouts along with + guideline snapping to the sizes dictated by wrap_content and match_parent. + In LinearLayout, sizes are mapped to weights instead of pixel widths. + (more info).
  • +
  • Previews of drawables and colors in the resource chooser dialogs + (more info).
  • +
  • Improved error messages and links for rendering errors including + detection of misspelled class names + (more info).
  • +
+
+ +
Build system
+
+
    +
  • A new option lets you disable the packaging step in the automatic + builders. This improves performance when saving files by not + performing a full build, which can take a long time for large projects. + If the option is enabled, the APK is packaged when the + application is deployed to a device or emulator or when the + release APK is exported (more info).
  • +
+
+ +
Bug fixes
+
Many bug fixes are part of this release +(more info).
+ +
+
+ + +
+ + ADT 11.0.0 (June 2011) -
+
@@ -229,6 +280,9 @@ href="http://tools.android.com/recent">Android Tools Project Site.

+ + +
new!