From c0c0c4209eaa194bb9d6fae2bf68bb81d34bcad2 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 5 Nov 2010 15:23:36 -0700 Subject: docs: add release notes for ADT v8 Change-Id: I04ed6780b57e9a75cce32055057e7bd6dff52f2d --- docs/html/sdk/eclipse-adt.jd | 44 +++++++++++++++++++++++++++++++++++++++++++- docs/html/sdk/sdk_toc.cs | 5 +++-- 2 files changed, 46 insertions(+), 3 deletions(-) diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index 632fa4bcc561..350f2b012f3d 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -103,12 +103,54 @@ padding: .25em 1em;
-ADT 0.9.9 (September 2010) +ADT 8.0 (November 2010)
+
+ +
Dependencies:
+ +

ADT 8.0 is designed for use with SDK Tools r8. If you haven't +already installed SDK Tools r8 into your SDK, use the Android SDK and AVD Manager to do +so.

+
General notes:
+
+
    +
  • New version number scheme that follows the SDK Tools revision number. The major version +number for your ADT plugin should now always match the revision number of your SDK Tools. For +example, ADT 8.x is for SDK Tools r8.
  • +
  • Support for true debug build. You no longer need to change the value of the + debuggable attribute in the Android Manifest. +

    Incremental builds automatically insert debuggable="true", but if you perform + "export signed/unsigned application package", ADT does not insert it. + If you manually set debuggable="true" in the manifest file, then release builds will + actually create a debug build (it does not remove it if you placed it there).

  • +
  • Automatic Proguard support in +release builds. For it to work, you need to have a proguard.config + property in the default.properties file that points to a proguard config file.
  • +
  • Completely rewritten Visual Layout Editor. (This is still a work in progress.) Now includes: +
      +
    • Full drag and drop from palette to layout for all Layout classes.
    • +
    • Move widgets inside a Layout view, from one Layout view to another and from one layout file to another.
    • +
    • Contextual menu with enum/flag type properties.
    • +
    • New zoom controls.
    • +
  • +
  • New HierarchyViewer plug-in integrated in Eclipse.
  • +
  • Android launch configurations don't recompile the whole workspace on launch anymore.
  • +
  • android.jar source and javadoc location can now be configured.
+
+
+
+ + +
+ + +ADT 0.9.9 (September 2010) +
diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs index ecc69c2c294b..7ccb7a0011d3 100644 --- a/docs/html/sdk/sdk_toc.cs +++ b/docs/html/sdk/sdk_toc.cs @@ -93,7 +93,7 @@