summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/developing
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-12-07 11:17:00 -0800
committerScott Main <smain@google.com>2010-12-14 17:34:00 -0800
commit369c1c1fa22802b6504c5cde533d797841700a66 (patch)
tree6abb2516c45e5b536d80d311848add4a5e188ddc /docs/html/guide/developing
parent090a3dc33fbb0d450dd5823fd2756360e4acdd12 (diff)
downloadframeworks_base-369c1c1fa22802b6504c5cde533d797841700a66.zip
frameworks_base-369c1c1fa22802b6504c5cde533d797841700a66.tar.gz
frameworks_base-369c1c1fa22802b6504c5cde533d797841700a66.tar.bz2
cherrypick Change-Id: I52bc4e2d34015e6e30887590f920b580a034180e
docs: anchor link fixes Change-Id: I41175d61bb4ee2b0e087515e609e5ebfb19b1ea1
Diffstat (limited to 'docs/html/guide/developing')
-rw-r--r--docs/html/guide/developing/eclipse-adt.jd6
-rw-r--r--docs/html/guide/developing/other-ide.jd2
-rw-r--r--docs/html/guide/developing/testing/testing_eclipse.jd14
3 files changed, 9 insertions, 13 deletions
diff --git a/docs/html/guide/developing/eclipse-adt.jd b/docs/html/guide/developing/eclipse-adt.jd
index e8d2416..f8d32e7 100644
--- a/docs/html/guide/developing/eclipse-adt.jd
+++ b/docs/html/guide/developing/eclipse-adt.jd
@@ -13,7 +13,7 @@ page.title=Developing In Eclipse, with ADT
<li><a href="#RunningOnDevice">Running on a device</a></li>
</ol>
</li>
- <li><a href="#RunConfig">Creating a Custom Run Configuration</a></li>
+ <li><a href="#RunConfig">Creating a Run Configuration</a></li>
<li><a href="#Signing">Setting Up Application Signing</a></li>
<li><a href="#libraryProject">Working with Library Projects</a>
<ol>
@@ -222,7 +222,7 @@ debugger is attached, Eclipse will open the Debug perspective.</p>
<p>To set or change the launch configuration used for your project, use the launch configuration
manager.
-See <a href="#launchconfig">Creating a Launch Configuration</a> for information.</p>
+See <a href="#RunConfig">Creating a Run Configuration</a> for information.</p>
<p>Be certain to create multiple AVDs upon which to test your application. You should have one AVD
for each platform and screen type with which your application is compatible. For
@@ -296,7 +296,7 @@ configuration</em>
<li>Adjust your desired launch configuration settings.
<p>In the Target tab, consider whether you'd like to use Manual or Automatic mode
when selecting an AVD to run your application.
- See the following section on <a href=#AutoAndManualModes">Automatic and manual target
+ See the following section on <a href="#AutoAndManualTargetModes">Automatic and manual target
modes</a>).</p>
<p>You can specify any emulator options to the Additional Emulator Command
Line Options field. For example, you could add <code>-scale 96dpi</code> to
diff --git a/docs/html/guide/developing/other-ide.jd b/docs/html/guide/developing/other-ide.jd
index 95b3680..234b18f 100644
--- a/docs/html/guide/developing/other-ide.jd
+++ b/docs/html/guide/developing/other-ide.jd
@@ -804,7 +804,7 @@ href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml</
<p>To build an application project that depends on one or more library projects,
you can use the standard Ant build commands and compile modes, as described in
-<a href=#Building">Building Your Application</a>, earlier in this document. The
+<a href="#Building">Building Your Application</a>, earlier in this document. The
tools compile and merge all libraries referenced by the application as part
of compiling the dependent application project. No additional commands or steps
are necessary. </p>
diff --git a/docs/html/guide/developing/testing/testing_eclipse.jd b/docs/html/guide/developing/testing/testing_eclipse.jd
index ba7eaba..370c142 100644
--- a/docs/html/guide/developing/testing/testing_eclipse.jd
+++ b/docs/html/guide/developing/testing/testing_eclipse.jd
@@ -505,15 +505,14 @@ page.title=Testing In Eclipse, with ADT
pane and moves the focus to the first line of the test method.
</p>
<p>
- The results of a successful test are shown in
- <a href="#TestResults">Figure 1. Messages for a successful test</a>:
+ The results of a successful test are shown in figure 1.
</p>
<a href="{@docRoot}images/testing/eclipse_test_results.png">
<img src="{@docRoot}images/testing/eclipse_test_results.png"
alt="Messages for a successful test" height="327px" id="TestResults"/>
</a>
<p class="img-caption">
- <strong>Figure 1.</strong> Messages for a successful test
+ <strong>Figure 1.</strong> Messages for a successful test.
</p>
<p>
The lower pane is for stack traces. If you highlight a failed test in the upper pane, the
@@ -521,14 +520,11 @@ page.title=Testing In Eclipse, with ADT
test code, you can double-click it to display the code in an editor view pane, with the
line highlighted. For a successful test, the lower pane is empty.
</p>
-<p>
- The results of a failed test are shown in
- <a href="#FailedTestResults">Figure 2. Messages for a test failure</a>
-</p>
+<p>The results of a failed test are shown in figure 2.</p>
<a href="{@docRoot}images/testing/eclipse_test_run_failure.png">
<img src="{@docRoot}images/testing/eclipse_test_run_failure.png"
- alt="Messages for a test failure" height="372px" id="TestRun"/>
+ alt="" height="372px" id="TestRun"/>
</a>
<p class="img-caption">
- <strong>Figure 2.</strong> Messages for a test failure
+ <strong>Figure 2.</strong> Messages for a test failure.
</p>