diff options
| author | 2011-02-03 10:30:38 -0800 | |
|---|---|---|
| committer | 2011-02-03 10:30:38 -0800 | |
| commit | 64ee4ed48de701ffa0096e8fb715a604821d6b5e (patch) | |
| tree | 54163335a2ea1e4e8389492c5021b870c599dea1 | |
| parent | 6f1bd261b7fd86ac7817ca061dfb55b95150b836 (diff) | |
| parent | 70ff567a2722789ac5196a92e615dd39c29b5964 (diff) | |
am 70ff567a: Merge "DOC CHANGE: Fix bugs in Installing SDK topic" into honeycomb
* commit '70ff567a2722789ac5196a92e615dd39c29b5964':
DOC CHANGE: Fix bugs in Installing SDK topic
| -rw-r--r-- | docs/html/images/sdk_manager_packages.png | bin | 114564 -> 115486 bytes | |||
| -rw-r--r-- | docs/html/sdk/installing.jd | 7 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/html/images/sdk_manager_packages.png b/docs/html/images/sdk_manager_packages.png Binary files differindex fd59ac6bc975..19a7cb91537d 100644 --- a/docs/html/images/sdk_manager_packages.png +++ b/docs/html/images/sdk_manager_packages.png diff --git a/docs/html/sdk/installing.jd b/docs/html/sdk/installing.jd index 53d551539670..b0fd761051a9 100644 --- a/docs/html/sdk/installing.jd +++ b/docs/html/sdk/installing.jd @@ -148,7 +148,7 @@ last step in setting up your Android SDK.</p> <p>If you prefer to work in a different IDE, you do not need to install Eclipse or ADT, instead, you can directly use the SDK tools to build and debug your application. The <a href="{@docRoot}guide/developing/index.html">Overview</a> -section of the developer guide outlines the major steps that you need to complete +section of the developer guide outlines the major steps that you need to complete when developing in Eclipse or other IDEs.</p> @@ -177,7 +177,7 @@ better understand the components available from the Android SDK and AVD Manager. <p>You can launch the Android SDK and AVD Manager in one of the following ways:</p> <ul> <li>From within Eclipse, select <strong>Window > Android SDK and AVD Manager</strong>.</li> - <li>On Windows, double-click the <code>SDK Manager.ext</code> file at the root of the Android + <li>On Windows, double-click the <code>SDK Manager.exe</code> file at the root of the Android SDK directory.</li> <li>On Mac or Linux, open a terminal and navigate to the <code>tools/</code> directory in the Android SDK, then execute: <pre>android</pre> </li> @@ -444,6 +444,7 @@ version.</td> <td colspan="3"><code>samples/</code></td> <td>Sample code and apps that are specific to platform version.</td> </tr> +<tr> <td colspan="3"><code>tools/</code></td> <td>Contains the set of development and profiling tools that are platform-independent, such as the emulator, the AVD and SDK Manager, ddms, hierarchyviewer and more. The tools in @@ -548,7 +549,7 @@ first step in getting started with Android development. </p> href="{@docRoot}guide/developing/tools/index.html">development tools</a> that are available to you</li> <li>Read the <a - href="{@docRoot}guide/developing/index.html">Overview</a> + href="{@docRoot}guide/developing/index.html">Overview</a> for how to develop an Android application. </li> <li>Read <a href="{@docRoot}guide/developing/device.html">Developing on a Device</a> to set up an |