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/testing/testing_eclipse.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/testing/testing_eclipse.jd')
-rw-r--r-- | docs/html/guide/developing/testing/testing_eclipse.jd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/guide/developing/testing/testing_eclipse.jd b/docs/html/guide/developing/testing/testing_eclipse.jd index 370c142..1b9c6b1 100644 --- a/docs/html/guide/developing/testing/testing_eclipse.jd +++ b/docs/html/guide/developing/testing/testing_eclipse.jd @@ -12,9 +12,10 @@ page.title=Testing In Eclipse, with ADT </div> <p> This topic explains how create and run tests of Android applications in Eclipse with ADT. - Before you read this topic, you should read about how to create a Android application with the + Before you read this topic, you should read about how to create an Android application with the basic processes for creating and running applications with ADT, as described in - <a href="{@docRoot}guide/developing/eclipse-adt.html">Developing In Eclipse, with ADT</a>. + <a href="{@docRoot}guide/developing/projects/projects-eclipse.html">Creating and Managing Projects in Eclipse</a> + and <a href="guide/developing/building/building-eclipse.html">Building and Running Apps in Eclipse</a>. You may also want to read <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing Fundamentals</a>, which provides an overview of the Android testing framework. |