diff options
| author | Scott Main <smain@google.com> | 2012-07-24 15:51:27 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-07-24 15:51:27 -0700 |
| commit | 0804b6dbf557df6d69f96c18ebd638ee74c7c050 (patch) | |
| tree | 752a76eaaab458860b3ac7e6788fb6b0b6ffcb6d /docs/html/training/basics/firstapp | |
| parent | 156671ef9a6581b6790bb17bfda8a9efcf9f0693 (diff) | |
| download | frameworks_base-0804b6dbf557df6d69f96c18ebd638ee74c7c050.zip frameworks_base-0804b6dbf557df6d69f96c18ebd638ee74c7c050.tar.gz frameworks_base-0804b6dbf557df6d69f96c18ebd638ee74c7c050.tar.bz2 | |
docs: specify that adt v20 or higher is required for class
Change-Id: I11b9bdf59d10fad2dc49ccda47078e273fe064f7
Diffstat (limited to 'docs/html/training/basics/firstapp')
| -rw-r--r-- | docs/html/training/basics/firstapp/creating-project.jd | 8 | ||||
| -rw-r--r-- | docs/html/training/basics/firstapp/index.jd | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/html/training/basics/firstapp/creating-project.jd b/docs/html/training/basics/firstapp/creating-project.jd index 97f2a5d..2ea8b2f 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.</p> <p class="note"><strong>Note:</strong> You should already have the Android SDK installed, and if -you're using Eclipse, you should also have the <a -href="{@docRoot}tools/sdk/eclipse-adt.html">ADT plugin</a> installed. If you don't have -these, follow the guide to <a href="{@docRoot}sdk/installing/index.html">Installing the Android SDK</a> -before you start this lesson.</p> +you're using Eclipse, you should also have the <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT +plugin</a> installed (version 20.0.0 or higher). If you don't have these, follow the guide to <a +href="{@docRoot}sdk/installing/index.html">Installing the Android SDK</a> before you start this +lesson.</p> <h2 id="Eclipse">Create a Project with Eclipse</h2> diff --git a/docs/html/training/basics/firstapp/index.jd b/docs/html/training/basics/firstapp/index.jd index e2b9cff..4c1a0dc 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 <h2>Dependencies and prerequisites</h2> <ul> - <li>Android 1.6 or higher</li> <li><a href="http://developer.android.com/sdk/index.html">Android SDK</a></li> + <li><a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> 20.0.0 or higher + (if you're using Eclipse)</li> </ul> </div> |
