From 13244e52eb6d111a3b223f93381e403903099800 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 19 Jan 2010 11:12:07 -0800 Subject: docs: some spelling typos --- docs/html/sdk/eclipse-adt.jd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/html') diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index f861afd..1d99c91 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -25,7 +25,7 @@ sdk.preview=0 Development Tools (ADT), that is designed to give you a powerful, integrated environment in which to build Android applications.

-

ADT extends the capabilites of Eclipse to let you quickly set up new Android +

ADT extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add components based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned) APKs in order to distribute your application.

@@ -77,7 +77,7 @@ download the ADT plugin and install it in your respective Eclipse environment.
  • Click Add Site...
  • In the Add Site dialog that appears, enter this URL in the "Location" field:
    https://dl-ssl.google.com/android/eclipse/
    -

    Note: If you have trouble aqcuiring the plugin, try using "http" in the Location URL, +

    Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).

    Click OK.

  • Back in the Available Software view, you should see the plugin listed by the URL, @@ -94,13 +94,13 @@ download the ADT plugin and install it in your respective Eclipse environment.
    1. Start Eclipse, then select Help > Install - New Softare.
    2. + New Software.
    3. In the Available Software dialog, click Add....
    4. In the Add Site dialog that appears, enter a name for the remote site (for example, "Android Plugin") in the "Name" field.

      In the "Location" field, enter this URL:

      https://dl-ssl.google.com/android/eclipse/
      -

      Note: If you have trouble aqcuiring the plugin, you can try +

      Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons).

      Click OK.

      -- cgit v1.1