From 0d1b0814be24f501395bf175fba8691117f782d5 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Wed, 7 Apr 2010 17:05:16 -0700 Subject: Doc change: updates for new tools, platform, adt versions. Misc other fixes updates in doc files. Change-Id: I7abf541316f2796079cf646a3294db535fcaaa8a --- docs/html/sdk/tools-notes.jd | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'docs/html/sdk/tools-notes.jd') diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd index c60782f..c9be6ff 100644 --- a/docs/html/sdk/tools-notes.jd +++ b/docs/html/sdk/tools-notes.jd @@ -50,6 +50,9 @@ padding: .25em 1em; .toggleable a { text-decoration:none; } +.toggleme a { + text-decoration:underline; +} .toggleable.closed .toggleme { display:none; } @@ -57,9 +60,41 @@ padding: .25em 1em; margin:0; } +
+SDK Tools, Revision 6 (May 2010) +
+ +
+
Dependencies:
+
+

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

+
+ +
Library projects:
+
+

The SDK Tools now support the use of library projects during +development, a capability that lets you store shared Android application +code and resources in a separate development project. You can then reference the +library project from other Android projects and, at build time, the tools +compile the shared code and resources as part of the dependent applications. +More information about this feature is available in the Developing +in Other IDEs document.

+

If you are developing in Eclipse, ADT 0.9.7 +provides the equivalent library project support.

+
+
+
+
+ +
+ + SDK Tools, Revision 5 (March 2010)
-- cgit v1.1