From 9f7580d8d176e6078d55dab17eec14ff4fceea98 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 26 Oct 2010 09:29:03 -0700 Subject: doc change: Docs for SDK Tools r8, ADT 8 Change-Id: I4af977d17d1a505dde2fbc9102abad4e2a0e52b1 --- docs/html/sdk/adt_download.jd | 7 +++++ docs/html/sdk/eclipse-adt.jd | 4 +-- docs/html/sdk/sdk_toc.cs | 2 +- docs/html/sdk/tools-notes.jd | 64 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/html/sdk/adt_download.jd b/docs/html/sdk/adt_download.jd index 3da576a..33e480a 100644 --- a/docs/html/sdk/adt_download.jd +++ b/docs/html/sdk/adt_download.jd @@ -22,6 +22,13 @@ ADT Installation.

Notes + 8.0.0 + ADT-8.0.0.zip + bytes + + Requires SDK Tools, Revision 8 November 2010 + + 0.9.9 ADT-0.9.9.zip 8301681 bytes diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index c3afebd..8f6f518 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -99,14 +99,14 @@ padding: .25em 1em;
-ADT 8.0 (November 2010) +ADT 8.0.0 (December 2010)
Dependencies:
-

ADT 8.0 is designed for use with SDK Tools r8. If you haven't +

ADT 8.0.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.

diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs index 7ccb7a0..057d9e0 100644 --- a/docs/html/sdk/sdk_toc.cs +++ b/docs/html/sdk/sdk_toc.cs @@ -75,7 +75,7 @@
    -
  • SDK Tools, r7
  • +
  • SDK Tools, r8 new!
  • USB Driver for Windows, r3
  • diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd index 0f075e5..9316fae 100644 --- a/docs/html/sdk/tools-notes.jd +++ b/docs/html/sdk/tools-notes.jd @@ -64,6 +64,70 @@ padding: .25em 1em;
    +SDK Tools, Revision 8 (December 2010) +
    + +
    +
    Dependencies:
    +
    +

    If you are developing in Eclipse with ADT, note that SDK Tools r8 is +designed for use with ADT 8.0.0 and later. After installing SDK Tools r8, we +highly recommend updating your ADT Plugin to 8.0.0.

    + +

    Also note that SDK Tools r8 requires a new SDK component called +Platform-tools. The new Platform-tools component lets all SDK platforms +(Android 2.1, Android 2.2, and so on) use the same (latest) version of build +tools such as adb, aapt, aidl, and +dx. To download the Platform-tools component, use the Android SDK +Manager, as described in Adding SDK +Components

    + +
    Upgrading from SDK Tools r7:
    +
    +

    If you are upgrading to SDK Tools r8 from an earlier version, note that the +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.

    +
    + +
    General notes:
    +
    +
      +
    • All SDK platforms now support Library Projects.
    • +
    • Support for a true debug build. Developers no longer need to add the +android:debuggable attribute to the +<application> tag in the manifest — the build tools add +the attribute automatically. In Eclipse/ADT, all incremental builds are assumed +to be debug builds, so the tools insert android:debuggable="true". +When exporting a signed release build, the tools do not add the attribute. In +Ant, a ant debug command automatically inserts the +android:debuggable="true" attribute, while ant release +does not. If android:debuggable="true" is manually set, then +ant release will actually do a debug build, rather than a release +build.
    • +
    • Automatic ProGuard support in release builds. Developers generate a ProGuard +configuration file using the android tool — the build tools +then automatically run ProGuard against the project sources during the build. +For more information, see the ProGuard +documentation.
    • +
    • New overridable Ant javac properties: java.encoding, +java.source, and java.target (default values are +"ascii", "1.5", and "1.5", respectively).
    • +
    • New UI for the HierarchyViewer tool.
    • +
    +
    +
    +
    +
    + +
    + + SDK Tools, Revision 7 (September 2010)
    -- cgit v1.1