Skip to content

Commit 0804b6d

Browse files
committed
docs: specify that adt v20 or higher is required for class
Change-Id: I11b9bdf59d10fad2dc49ccda47078e273fe064f7
1 parent 156671e commit 0804b6d

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

docs/html/tools/help/bmgr.jd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ parent.link=index.html
77

88
<div id="qv-wrapper">
99
<div id="qv">
10-
<h2>bmgr quickview</h2>
11-
<p><code>bmgr</code> lets you control the backup/restore system on an Android device.
12-
1310
<h2>In this document</h2>
1411
<ol>
1512
<li><a href="#backup">Forcing a Backup Operation</a></li>

docs/html/training/basics/firstapp/creating-project.jd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ shows how to create a new project either using Eclipse (with the ADT plugin) or
4141
SDK tools from a command line.</p>
4242

4343
<p class="note"><strong>Note:</strong> You should already have the Android SDK installed, and if
44-
you're using Eclipse, you should also have the <a
45-
href="{@docRoot}tools/sdk/eclipse-adt.html">ADT plugin</a> installed. If you don't have
46-
these, follow the guide to <a href="{@docRoot}sdk/installing/index.html">Installing the Android SDK</a>
47-
before you start this lesson.</p>
44+
you're using Eclipse, you should also have the <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT
45+
plugin</a> installed (version 20.0.0 or higher). If you don't have these, follow the guide to <a
46+
href="{@docRoot}sdk/installing/index.html">Installing the Android SDK</a> before you start this
47+
lesson.</p>
4848

4949

5050
<h2 id="Eclipse">Create a Project with Eclipse</h2>

docs/html/training/basics/firstapp/index.jd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ next.link=creating-project.html
1414
<h2>Dependencies and prerequisites</h2>
1515

1616
<ul>
17-
<li>Android 1.6 or higher</li>
1817
<li><a href="http://developer.android.com/sdk/index.html">Android SDK</a></li>
18+
<li><a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> 20.0.0 or higher
19+
(if you're using Eclipse)</li>
1920
</ul>
2021

2122
</div>

0 commit comments

Comments
 (0)