diff options
author | Robert Ly <robertly@google.com> | 2011-01-04 22:48:02 -0800 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2011-01-07 18:54:44 -0800 |
commit | c74a69a89a0f65bca87520928a714ed20c45873d (patch) | |
tree | 9c5a6f1a84e9add42abf5754ce49cad02f618d4a /docs/html/sdk/installing.jd | |
parent | ec5ca94cfae8b2b16aa5ecc6874f0f3b80dde7df (diff) | |
download | frameworks_base-c74a69a89a0f65bca87520928a714ed20c45873d.zip frameworks_base-c74a69a89a0f65bca87520928a714ed20c45873d.tar.gz frameworks_base-c74a69a89a0f65bca87520928a714ed20c45873d.tar.bz2 |
Doc Change: Fixing broken links and miscellaneous text revisions to support link fixing
Change-Id: I192595a3c7af520bf8598e80ae25d0dea289fcbd
Diffstat (limited to 'docs/html/sdk/installing.jd')
-rw-r--r-- | docs/html/sdk/installing.jd | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/html/sdk/installing.jd b/docs/html/sdk/installing.jd index 9de247a..e8d97e7 100644 --- a/docs/html/sdk/installing.jd +++ b/docs/html/sdk/installing.jd @@ -148,8 +148,9 @@ 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 developer guide has more information about <a -href="{@docRoot}guide/developing/other-ide.html">Developing in Other IDEs</a>.</p> +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 +when developing in Eclipse or other IDEs.</p> @@ -547,9 +548,9 @@ first step in getting started with Android development. </p> <li>Get an overview of the <a href="{@docRoot}guide/developing/tools/index.html">development tools</a> that are available to you</li> - <li>Read how to develop <a - href="{@docRoot}guide/developing/eclipse-adt.html">in Eclipse/ADT</a> or - <a href="{@docRoot}guide/developing/other-ide.html">in other IDEs</a> + <li>Read the <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 Android-powered device to run and test your application.</li> |