diff options
Diffstat (limited to 'docs/html/tools/sdk/tools-notes.jd')
-rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index 6b3a0a9..80edb4f 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -1,19 +1,15 @@ -page.title=SDK Tools +page.title=SDK Tools Release Notes excludeFromSuggestions=true @jd:body <p>SDK Tools is a downloadable component for the Android SDK. It includes the -complete set of development and debugging tools for the Android SDK.</p> - -<p>If you are new to the Android SDK, the <a -href="{@docRoot}sdk/index.html">SDK starter package</a> installs the -latest revision of the SDK Tools in the <code><sdk>/tools</code> directory.</p> +complete set of development and debugging tools for the Android SDK. It is included +with <a href="{@docRoot}tools/studio/index.html">Android Studio</a>.</p> <p>If you are already using the SDK and you want to update to the latest version -of the SDK Tools, use the <em>Android SDK Manager</em> to get the -update, rather than downloading a new SDK starter package. For more information -about how to update, see <a -href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a>.</p> +of the SDK Tools, use the <a +href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a> to get the +update.</p> <h2 id="notes">Revisions</h2> |