From 6453dfb79712c288bdf825a2a4c43e583e5c8aa4 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 23 Oct 2012 14:14:18 -0700 Subject: update Download and installation guides for ADT Bundle Change-Id: I59d3113d4caf937b13e10c50618a37ae86d4ae55 --- docs/html/tools/help/adt.jd | 44 ++++++++++++++++++++++++++++++++++++++++ docs/html/tools/sdk/ndk/index.jd | 4 ++-- docs/html/tools/tools_toc.cs | 18 ++++++++-------- 3 files changed, 55 insertions(+), 11 deletions(-) (limited to 'docs/html/tools') diff --git a/docs/html/tools/help/adt.jd b/docs/html/tools/help/adt.jd index cd5bc67..18e7443 100644 --- a/docs/html/tools/help/adt.jd +++ b/docs/html/tools/help/adt.jd @@ -23,6 +23,7 @@ page.title=Android Developer Tools
  • Layout Factoring Support
  • +
  • Updating the ADT Plugin @@ -525,3 +526,46 @@ of the more important refactoring features.

    as a string, place the text cursor in the string and press Ctrl-1 to see the refactoring context menu. + + + + + +

    Updating the ADT Plugin

    + +

    From time to time, a new revision of the ADT Plugin becomes available, with +new features and bug fixes. Generally, when a new revision of ADT is available, +you should update to it as soon as convenient.

    + +

    In some cases, a new revision of ADT will have a dependency on a specific +revision of the Android SDK Tools. If such dependencies exist, you will need to +update the SDK Tools package of the SDK after installing the new revision of +ADT. To update the SDK Tools package, use the Android SDK Manager, as +described in Exploring the SDK.

    + +

    To learn about new features of each ADT revision and also any dependencies on +the SDK Tools, see the listings in the Revisions +section. To determine the version currently installed, open the +Eclipse Installed Software window using Help +> Software Updates and refer to the version listed for +"Android Development Tools".

    + +

    Follow the steps below to check whether an update is available and, if so, +to install it.

    + +
      +
    1. Select Help > Check for Updates. +

      If there are no updates available, a dialog will say so and you're done.

    2. +
    3. If there are updates available, select Android DDMS, Android Development Tools, + and Android Hierarchy Viewer, then click Next.
    4. +
    5. In the Update Details dialog, click Next.
    6. +
    7. Read and accept the license agreement and then click Finish. + This will download and install the latest version of Android DDMS and + Android Development Tools.
    8. +
    9. Restart Eclipse.
    10. +
    + + +

    If you encounter problems during the update, remove the existing ADT plugin from Eclipse, then +perform a fresh installation, using the instructions for Installing the ADT +Plugin.

    diff --git a/docs/html/tools/sdk/ndk/index.jd b/docs/html/tools/sdk/ndk/index.jd index 9b30ff1..7c8ca71 100644 --- a/docs/html/tools/sdk/ndk/index.jd +++ b/docs/html/tools/sdk/ndk/index.jd @@ -44,8 +44,8 @@ page.title=Android NDK

    The NDK is a toolset that allows you to implement parts of your app using native-code languages such as C and C++. For certain types of apps, - this can be helpful so that you may reuse existing code libraries written in these - languages and possibly increased performance.

    + this can be helpful so you can reuse existing code libraries written in these + languages, but most apps do not need the Android NDK.

    Before downloading the NDK, you should understand that the NDK will not benefit most apps. As a developer, you need to balance its benefits diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index 6e58100..56bbd5a 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -10,22 +10,22 @@

  • -- cgit v1.1