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/guide/developing/index.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/guide/developing/index.jd')
-rw-r--r-- | docs/html/guide/developing/index.jd | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/html/guide/developing/index.jd b/docs/html/guide/developing/index.jd index 879986c..f19f97e 100644 --- a/docs/html/guide/developing/index.jd +++ b/docs/html/guide/developing/index.jd @@ -23,32 +23,33 @@ page.title=Overview before continuing.</p> </li> - <li> - <a href="{@docRoot}guide/developing/devices/avds-devices.html">Set up Android Virtual Devices - or hardware devices</a>. + <li>Set up Android Virtual Devices or hardware devices</a>. <p>You need to create Android Virtual Devices (AVD) or connect hardware devices on which you will install your applications.</p> + + <p>See <a href="{@docRoot}guide/developing/devices/index.html">Creating and Managing Virtual Devices</a> + and <a href="{@docRoot}guide/developing/device.html">Connecting Hardware Devices</a> for more information. </li> <li> - <a href="{@docRoot}guide/developing/projects/projects.html">Create an Android project</a>. + <a href="{@docRoot}guide/developing/projects/index.html">Create an Android project</a>. <p>An Android project contains all source code and resource files for your application. It is built into an <code>.apk</code> package that you can install on Android devices.</p> </li> <li> - <a href="{@docRoot}guide/developing/building/building.html">Build and run your + <a href="{@docRoot}guide/developing/building/index.html">Build and run your application</a>. <p>If you are using Eclipse, builds are generated each time you save changes and you can install your application on a device by clicking <strong>Run</strong>. If you're using another IDE, you can build your - project using Ant and install it on a device using ADB.</p> + project using Ant and install it on a device using <code>adb</code>.</p> </li> <li> - <a href="{@docRoot}guide/developing/debugging/debugging.html">Debug your application with the + <a href="{@docRoot}guide/developing/debugging/index.html">Debug your application with the SDK debugging and logging tools</a>. <p>Debugging your application involves using a JDWP-compliant debugger along with the @@ -110,6 +111,6 @@ page.title=Overview Eclipse, such as the <code>adb</code> shell commands. You might also need to call Keytool and Jarsigner to sign your applications, but you can set up Eclipse to do this automatically as well.</p> - <p>For more information on these tools, see the <a href="@{docRoot}guide/developing/tools/index.html"> - Tools</a> section of the documentation.</p> + <p>For more information on the tools provided with the Android SDK, see the + <a href="{@docRoot}guide/developing/tools/index.html">Tools</a> section of the documentation.</p> |