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/resources/tutorials/testing | |
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/resources/tutorials/testing')
-rw-r--r-- | docs/html/resources/tutorials/testing/activity_test.jd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/resources/tutorials/testing/activity_test.jd b/docs/html/resources/tutorials/testing/activity_test.jd index ec878d2..afb9e3c 100644 --- a/docs/html/resources/tutorials/testing/activity_test.jd +++ b/docs/html/resources/tutorials/testing/activity_test.jd @@ -239,7 +239,8 @@ page.title=Activity Testing <p> In this tutorial, you will use the Android emulator to run applications. The emulator needs an Android Virtual Device (AVD) with an API level equal to or higher than the one you set for the projects in the previous step. - To find out how to check this and create the right AVD if necessary, see <a href="{@docRoot}guide/developing/eclipse-adt.html#AVD">Creating an AVD</a>. + To find out how to check this and create the right AVD if necessary, + see <a href="{@docRoot}guide/developing/devices/managing-avds.html">Creating an AVD</a>. </p> <p> As a test of the AVD and emulator, run the SpinnerActivity application in Eclipse with ADT. When it starts, @@ -1237,7 +1238,7 @@ import android.widget.SpinnerAdapter; also use this tool to run the test application from the command line. </li> <li> - <a href="{@docRoot}guide/developing/tools/othertools.html#android">android</a> - Manages projects and test projects. This tool also manages AVDs and Android platforms. + <a href="{@docRoot}guide/developing/tools/android.html">android</a> - Manages projects and test projects. This tool also manages AVDs and Android platforms. </li> </ul> <p> |