docs: revise adding components with info about platform-tools

Change-Id: I3b4afca09fc81d41f3017fd78e64f44b11f9ec12
This commit is contained in:
Scott Main
2010-11-10 11:59:33 -08:00
parent fac4a689f8
commit dfb122180c

View File

@@ -150,14 +150,19 @@ the "Downloadable SDK Components" section at left.</p>
<p>For example, there may be a dependency between the ADT Plugin for Eclipse and <p>For example, there may be a dependency between the ADT Plugin for Eclipse and
the SDK Tools component. When you install the SDK Tools the SDK Tools component. When you install the SDK Tools
component, you would then need to upgrade to the required version of ADT (if you component, you should also upgrade to the required version of ADT (if you
are developing in Eclipse). In this case, you would find dependencies listed in are developing in Eclipse). In this case, the major version number for your ADT plugin should
"Revisions" section of the <a href="{@docRoot}sdk/eclipse-adt.html#notes">ADT always match the revision number of your SDK Tools (for example, ADT 8.x requires SDK Tools r8).
Plugin Notes</a> and <a href="{@docRoot}sdk/tools-notes.html#notes">SDK Tools </p>
Notes</a> documents. </p>
<p>Additionally, the development tools will notify you with debug warnings <p>Also make sure that, each time you install a new version of the Android platform, you have
if there is dependency that you need to address. </p> the latest version of the SDK Platform-tools component. The SDK Platform-tools contain
tools that are backward compatible with all versions of the Android platform and are
often updated to support new features in the latest version of the Android platform.</p>
<p>The development tools will notify you with debug warnings if there is dependency that you need to
address. The SDK and AVD Manager also enforces dependencies by requiring that you download any
components that are needed by those you have selected.</p>
<h2 id="AddingSites">Adding New Sites</h2> <h2 id="AddingSites">Adding New Sites</h2>