diff options
author | Scott Main <smain@google.com> | 2012-01-31 08:40:59 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-31 08:40:59 -0800 |
commit | b1bb66592d50b589e3c69115d29c53614a48ad20 (patch) | |
tree | 5766ba912181feb75dc9ff2a919c2667c74e9966 | |
parent | 0056c739c5674f7f18d0c8dd2b13b42db97cec5a (diff) | |
parent | 665a6693f72460a0d04a5ab70c10dee5493b9df2 (diff) | |
download | frameworks_base-b1bb66592d50b589e3c69115d29c53614a48ad20.zip frameworks_base-b1bb66592d50b589e3c69115d29c53614a48ad20.tar.gz frameworks_base-b1bb66592d50b589e3c69115d29c53614a48ad20.tar.bz2 |
am 665a6693: am b86cba15: docs: fix typo in eclipse doc external issue 21475
* commit '665a6693f72460a0d04a5ab70c10dee5493b9df2':
docs: fix typo in eclipse doc external issue 21475
-rw-r--r-- | docs/html/sdk/eclipse-adt.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index f15da78..30825ee 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -42,7 +42,7 @@ export signed (or unsigned) {@code .apk} files in order to distribute your appli <p>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 ouput pane, ADT gives you an +integration, custom XML editors, and debug output pane, ADT gives you an incredible boost in developing Android applications. </p> <p>This document provides step-by-step instructions on how to download the ADT @@ -1104,7 +1104,7 @@ ADT installation as described in the steps below. </p> <h3 id="downloading">Downloading the ADT Plugin</h3> <p>Use the Update Manager feature of your Eclipse installation to install the latest -revision of ADT on your development computer.<> +revision of ADT on your development computer.</p> <p>Assuming that you have a compatible version of the Eclipse IDE installed, as described in <a href="#preparing">Preparing for Installation</a>, above, follow |