From 9f7580d8d176e6078d55dab17eec14ff4fceea98 Mon Sep 17 00:00:00 2001
From: Dirk Dougherty
-ADT 8.0 (November 2010)
+ADT 8.0.0 (December 2010)
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, Revision 8 (December 2010)
+ 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
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.
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.android tool — the build tools
+then automatically run ProGuard against the project sources during the build.
+For more information, see the ProGuard
+documentation. java.encoding,
+java.source, and java.target (default values are
+"ascii", "1.5", and "1.5", respectively).
SDK Tools, Revision 7 (September 2010)