diff options
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/1.5_r3/upgrading.jd | 6 | ||||
-rw-r--r-- | docs/html/sdk/RELEASENOTES.jd | 8 | ||||
-rw-r--r-- | docs/html/sdk/ndk/1.5_r1/index.jd | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/docs/html/sdk/1.5_r3/upgrading.jd b/docs/html/sdk/1.5_r3/upgrading.jd index f853d25..18c1314 100644 --- a/docs/html/sdk/1.5_r3/upgrading.jd +++ b/docs/html/sdk/1.5_r3/upgrading.jd @@ -174,7 +174,7 @@ uninstall procedure and continue to <a href="#installAdt">Install the 0.9 ADT pl <ol> <li>Select <strong>Help</strong> > <strong>Software Updates</strong>.</li> <li>Select the <strong>Available Software</strong> tab.</li> - <li>Expand the entry for the Andriod plugin (may be listed as the location URL) + <li>Expand the entry for the Android plugin (may be listed as the location URL) and select "Developer Tools" by checking the box next to it, then click <strong>Install</strong>.</li> <li>On the next window, "Android DDMS" and "Android Development Tools" @@ -272,7 +272,7 @@ first target ("1"), which uses the Android 1.1 platform library.</p> your AIDL Java files will be generated in here. You <strong>must</strong> remove the old <code>R.java</code> and old auto-generated AIDL java files from the <code>src/</code> folder. (This -does not apply to your own hand-crafted parcelabe AIDL java files.)</p> +does not apply to your own hand-crafted parcelable AIDL java files.)</p> <p class="note"><strong>Note:</strong> The "activitycreator" tool has been replaced by the new "android" tool. For information on creating new projects with the android tool, @@ -368,7 +368,7 @@ if it performs any of the following:</p> listens for special keypress events that only occur on a keypad, then your application should degrade gracefully when there is no keyboard available. </li> - <li>Performs its own layout orientation changes based on the acceletometer (or via other + <li>Performs its own layout orientation changes based on the accelerometer (or via other sensors). Some devices running Android 1.5 will automatically rotate the orientation (and all devices have the option to turn on auto-rotation), so if your application also attempts to rotate the orientation, it can result in strange behavior. In addition, if your diff --git a/docs/html/sdk/RELEASENOTES.jd b/docs/html/sdk/RELEASENOTES.jd index cbfac2b..c6a3644 100644 --- a/docs/html/sdk/RELEASENOTES.jd +++ b/docs/html/sdk/RELEASENOTES.jd @@ -328,7 +328,7 @@ changes include: </p> <ul> <li>Multiple versions of the Android platform are included (Android 1.1, Android 1.5). The tools are updated to let you deploy your application -on any platform in the SDK, which helps you ensure forward-compitility and, +on any platform in the SDK, which helps you ensure forward-compatibility and, if applicable, backward-compatibility.</li> <li>Introduces <a href="{@docRoot}guide/developing/tools/avd.html">Android Virtual Devices</a> — (AVD) configurations of options that you @@ -339,7 +339,7 @@ that are running concurrently.</li> Android SDK to give you access to one or more external Android libraries and/or a customized (but compliant) system image that can run in the emulator. </li> <li>The new Eclipse ADT plugin (version 0.9.x) offers new Wizards to let you -create projects targetted for specific Android configurations, generate XML +create projects targeted for specific Android configurations, generate XML resources (such as layouts, animations, and menus), generate alternate layouts, and export and sign your application for publishing.</li> <li>Improved JUnit support in ADT</li> @@ -655,9 +655,9 @@ href="{@docRoot}sdk/eclipse-adt.html">Installing and Updating ADT</a>.</p> <h3>Other Notes</h3> -<p><strong>T-Mobile G1 Compatability</strong></p> +<p><strong>T-Mobile G1 Compatibility</strong></p> -<p>This version of the SDK has been tested for compatability with the first +<p>This version of the SDK has been tested for compatibility with the first Android-powered mobile device, the <a href="http://www.t-mobileg1.com">T-Mobile G1</a>. </p> diff --git a/docs/html/sdk/ndk/1.5_r1/index.jd b/docs/html/sdk/ndk/1.5_r1/index.jd index 7ccbbcd..16d543d 100644 --- a/docs/html/sdk/ndk/1.5_r1/index.jd +++ b/docs/html/sdk/ndk/1.5_r1/index.jd @@ -146,7 +146,7 @@ Applications</a>.</p> <p>The sections below describe the system and software requirements for using the Android NDK, as well as platform compatibility considerations that affect -appplications using libraries produced with the NDK. </p> +applications using libraries produced with the NDK. </p> <h4>The Android SDK</h4> <ul> |