diff options
Diffstat (limited to 'docs/html/sdk/tools-notes.jd')
| -rw-r--r-- | docs/html/sdk/tools-notes.jd | 35 |
1 files changed, 35 insertions, 0 deletions
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; } </style> + <div class="toggleable opened"> <a href="#" onclick="return toggleDiv(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> +SDK Tools, Revision 6</a> <em>(May 2010)</em> + <div class="toggleme"> + +<dl> +<dt>Dependencies:</dt> +<dd> +<p>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.</p> +</dd> + +<dt>Library projects:</dt> +<dd> +<p>The SDK Tools now support the use of <em>library projects</em> 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 <a +href="{@docRoot}guide/developing/other-ide.html#libraryProject">Developing +in Other IDEs</a> document.</p> +<p>If you are developing in Eclipse, <a href="eclipse-adt.html">ADT 0.9.7</a> +provides the equivalent library project support.</p> +</dd> +</dl> + </div> +</div> + +<div class="toggleable closed"> + <a href="#" onclick="return toggleDiv(this)"> + <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> SDK Tools, Revision 5</a> <em>(March 2010)</em> <div class="toggleme"> |
