From 549726afcfc1d7e8b42df43ec3e837b8220599f9 Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Mon, 8 Dec 2014 12:56:26 -0800 Subject: clarify release notes pages with more specific titles and new links to related docs. Change-Id: I2532b0eb0fec0999c59b62e5a709a74ba7a1185f --- docs/html/tools/revisions/build-tools.jd | 3 ++- docs/html/tools/revisions/platforms.jd | 27 ++++++++++++++++++++------- docs/html/tools/revisions/studio.jd | 4 ++-- docs/html/tools/sdk/eclipse-adt.jd | 22 ++++++++-------------- docs/html/tools/sdk/tools-notes.jd | 16 ++++++---------- docs/html/tools/tools_toc.cs | 4 ++-- 6 files changed, 40 insertions(+), 36 deletions(-) diff --git a/docs/html/tools/revisions/build-tools.jd b/docs/html/tools/revisions/build-tools.jd index 4afdf132f09f..593770ac1ded 100644 --- a/docs/html/tools/revisions/build-tools.jd +++ b/docs/html/tools/revisions/build-tools.jd @@ -1,4 +1,5 @@ -page.title=Build Tools +page.title=SDK Build Tools Release Notes + @jd:body
diff --git a/docs/html/tools/revisions/platforms.jd b/docs/html/tools/revisions/platforms.jd index ef8575af38eb..75b3cef65feb 100644 --- a/docs/html/tools/revisions/platforms.jd +++ b/docs/html/tools/revisions/platforms.jd @@ -1,4 +1,5 @@ -page.title=Platforms +page.title=SDK Platforms Release Notes + @jd:body
@@ -20,10 +21,16 @@ Highlights and APIs -

This document provides information about Android platform releases. In order to compile your -application against a particular platform release, you must download and install the SDK Platform -for that release. If you want to test your application on an emulator, you must also download at -least one system image for that platform release.

+

This document provides release information about the SDK Platform packages required +for app development. If you want details about the features and APIs added in each Android +version, instead read the highlights in the About +section.

+ +

In order to compile your application against a particular version of Android, you must use the +SDK Manager to download and install the SDK +Platform for that release. If you want to test your application on an emulator, you must also +download at least one System Image for that Android version.

+

Each platform release includes system images that support a specific processor architecture, such as ARM EABI, Intel x86 or MIPS. Platform releases also include a system image that contains @@ -44,7 +51,7 @@ platform system images under each platform version header, for example:

Important: To download the most recent Android system components from the Android SDK Manager, you must first update the SDK Tools to the most recent release and restart the SDK Manager. If you do not, the latest Android system -components will not be available for download.

+packages may not be available for download.

Android 5.0

@@ -58,6 +65,8 @@ class="toggle-content-img" alt="" />Revision 1 (October 2014)

Initial release for Android 5.0 (API level 21).

+

Also see the + Android 5.0 APIs overview.

Dependencies:

  • Android SDK Platform-tools r21 or higher is required.
  • @@ -82,7 +91,7 @@ class="toggle-content-img" alt="" />Revision 1 (October 2014)

    - Revision 2 (October 2014)

    @@ -135,6 +144,8 @@ class="toggle-content-img" alt="" />Revision 2 (December 2013)

    Maintenance release. The system version is 4.4.2.

    +

    Also see the + Android 4.4 APIs overview.

    Dependencies:
    Android SDK Platform-tools r19 or higher is required.
    @@ -153,6 +164,8 @@ class="toggle-content-img" alt="" />Revision 1 (October 2013)

    Initial release. The system version is 4.4.

    +

    Also see the + Android 4.4 APIs overview.

    Dependencies:
    Android SDK Platform-tools r19 or higher is required.
    diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd index 523929df1baa..422beaaa7099 100644 --- a/docs/html/tools/revisions/studio.jd +++ b/docs/html/tools/revisions/studio.jd @@ -1,4 +1,4 @@ -page.title=Android Studio Revisions +page.title=Android Studio Release Notes @jd:body @@ -26,7 +26,7 @@ everything you need to begin developing Android apps:

  • A version of the Android system image for the emulator
-

For an introduction to Android Studio, make sure to read the +

For an introduction to Android Studio, read the Android Studio guide.

Periodic updates are pushed to Android Studio without requiring you to update from here. To diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index deafed552062..ae44e758672a 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -1,4 +1,4 @@ -page.title=ADT Plugin +page.title=ADT Plugin Release Notes @jd:body @@ -15,29 +15,23 @@ Plugin

Android Development Tools (ADT) is a plugin for the Eclipse IDE -that is designed to give you a powerful, integrated environment in which -to build Android applications.

- -

ADT extends the capabilities of Eclipse to let you quickly set up new Android +that extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add packages based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned) {@code .apk} files in order to distribute your application.

-

Developing in Eclipse with ADT is highly recommended and is the fastest way -to get started. With the guided project setup it provides, as well as tools -integration, custom XML editors, and debug output pane, ADT gives you an -incredible boost in developing Android applications.

+

Caution: +The ADT plugin for Eclipse is no longer in active development. If you're currently using it, +you should migrate +to Android Studio as soon as possible. For more details about Android Studio, see the +Android Studio guide.

-

This document provides step-by-step instructions on how to download the ADT -plugin and install it into your Eclipse development environment. Note that +

Note that before you can install or use ADT, you must have compatible versions of both the Eclipse IDE and the Android SDK installed. For details, make sure to read Installing the Eclipse Plugin.

-

If you are already using ADT, this document also provides instructions on -how to update ADT to the latest version or how to uninstall it, if necessary. -

For information about the features provided by the ADT plugin, such as code editor features, SDK tool integration, and the graphical layout editor (for drag-and-drop layout diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index 6b3a0a9bea47..80edb4fa4147 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

SDK Tools is a downloadable component for the Android SDK. It includes the -complete set of development and debugging tools for the Android SDK.

- -

If you are new to the Android SDK, the SDK starter package installs the -latest revision of the SDK Tools in the <sdk>/tools directory.

+complete set of development and debugging tools for the Android SDK. It is included +with Android Studio.

If you are already using the SDK and you want to update to the latest version -of the SDK Tools, use the Android SDK Manager to get the -update, rather than downloading a new SDK starter package. For more information -about how to update, see SDK Manager.

+of the SDK Tools, use the SDK Manager to get the +update.

Revisions

diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index 9e791615ca0b..cb6a1dee49f9 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -255,10 +255,10 @@ class="en">Support Library
SDK Tools
  • - Build Tools + SDK Build Tools
  • - Platforms
  • + SDK Platforms
  • ADT Plugin
  • -- cgit v1.2.3-59-g8ed1b