From 6453dfb79712c288bdf825a2a4c43e583e5c8aa4 Mon Sep 17 00:00:00 2001
From: Scott Main
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.
+ +If there are no updates available, a dialog will say so and you're done.
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 NDKThe 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