From 0804b6dbf557df6d69f96c18ebd638ee74c7c050 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 24 Jul 2012 15:51:27 -0700 Subject: [PATCH] docs: specify that adt v20 or higher is required for class Change-Id: I11b9bdf59d10fad2dc49ccda47078e273fe064f7 --- docs/html/tools/help/bmgr.jd | 3 --- docs/html/training/basics/firstapp/creating-project.jd | 8 ++++---- docs/html/training/basics/firstapp/index.jd | 3 ++- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/html/tools/help/bmgr.jd b/docs/html/tools/help/bmgr.jd index 2248fa6712e30..8823f338a5430 100644 --- a/docs/html/tools/help/bmgr.jd +++ b/docs/html/tools/help/bmgr.jd @@ -7,9 +7,6 @@ parent.link=index.html
-

bmgr quickview

-

bmgr lets you control the backup/restore system on an Android device. -

In this document

  1. Forcing a Backup Operation
  2. diff --git a/docs/html/training/basics/firstapp/creating-project.jd b/docs/html/training/basics/firstapp/creating-project.jd index 97f2a5d14c16e..2ea8b2f841467 100644 --- a/docs/html/training/basics/firstapp/creating-project.jd +++ b/docs/html/training/basics/firstapp/creating-project.jd @@ -41,10 +41,10 @@ shows how to create a new project either using Eclipse (with the ADT plugin) or SDK tools from a command line.

    Note: You should already have the Android SDK installed, and if -you're using Eclipse, you should also have the ADT plugin installed. If you don't have -these, follow the guide to Installing the Android SDK -before you start this lesson.

    +you're using Eclipse, you should also have the ADT +plugin installed (version 20.0.0 or higher). If you don't have these, follow the guide to Installing the Android SDK before you start this +lesson.

    Create a Project with Eclipse

    diff --git a/docs/html/training/basics/firstapp/index.jd b/docs/html/training/basics/firstapp/index.jd index e2b9cff03f31f..4c1a0dc353566 100644 --- a/docs/html/training/basics/firstapp/index.jd +++ b/docs/html/training/basics/firstapp/index.jd @@ -14,8 +14,9 @@ next.link=creating-project.html

    Dependencies and prerequisites