diff options
Diffstat (limited to 'docs/html/sdk/tools-notes.jd')
-rw-r--r-- | docs/html/sdk/tools-notes.jd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd index d188bc5..97ca8ab 100644 --- a/docs/html/sdk/tools-notes.jd +++ b/docs/html/sdk/tools-notes.jd @@ -241,9 +241,8 @@ 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> +href="{@docRoot}guide/developing/projects/index.html#LibraryProjects">Creating and Managing Projects</a> document.</p> +<p>If you are developing in Eclipse, <a href="eclipse-adt.html">ADT</a> provides the equivalent library project support.</p> </dd> </dl> |