From 5347a4b3e5cc3484d08d35ed0808f4594000f480 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Wed, 2 Feb 2011 11:11:57 -0800 Subject: Doc change: fixing broken links/images Change-Id: I2e0fd99ec4badc234b88482d0c90b03d33fbdc30 --- docs/html/guide/developing/building/index.jd | 4 ++-- .../html/guide/developing/debugging/debugging-tracing.jd | 4 ++-- docs/html/guide/developing/debugging/index.jd | 2 +- docs/html/guide/developing/devices/emulator.jd | 2 +- docs/html/guide/developing/projects/index.jd | 6 +++--- docs/html/guide/guide_toc.cs | 16 ++++++++-------- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/html/guide/developing/building/index.jd b/docs/html/guide/developing/building/index.jd index b001ebcc6d37..25a6e2317e17 100644 --- a/docs/html/guide/developing/building/index.jd +++ b/docs/html/guide/developing/building/index.jd @@ -37,7 +37,7 @@ page.title=Building and Running Apps

The following diagram depicts the components involved in building and running an application:

- +

A Detailed Look at the Build Process

@@ -49,7 +49,7 @@ page.title=Building and Running Apps tools and processes are masked from you. The following diagram depicts the different tools and processes that are involved in a build:

-

+

The general process for a typical build is outlined below:

diff --git a/docs/html/guide/developing/debugging/debugging-tracing.jd b/docs/html/guide/developing/debugging/debugging-tracing.jd index dcc889d0a8aa..0401966aba5d 100644 --- a/docs/html/guide/developing/debugging/debugging-tracing.jd +++ b/docs/html/guide/developing/debugging/debugging-tracing.jd @@ -67,7 +67,7 @@ page.title=Profiling with Traceview and dmtracedump selected method. The method in this case is LoadListener.nativeFinished() and it was selected in the profile view.

- Traceview timeline panel @@ -87,7 +87,7 @@ page.title=Profiling with Traceview and dmtracedump LoadListener.nativeFinished(); looking at the timeline panel shows that one of those calls took an unusually long time.

- Traceview profile panel. diff --git a/docs/html/guide/developing/debugging/index.jd b/docs/html/guide/developing/debugging/index.jd index f9202ce00cd4..1f1a4ca5cafc 100644 --- a/docs/html/guide/developing/debugging/index.jd +++ b/docs/html/guide/developing/debugging/index.jd @@ -62,7 +62,7 @@ page.title=Debugging

Figure 1 shows how the various debugging tools work together in a typical debugging environment.

- Debugging workflow

The Android SDK includes a virtual mobile device emulator that runs on your computer. The emulator lets you prototype, develop, and test diff --git a/docs/html/guide/developing/projects/index.jd b/docs/html/guide/developing/projects/index.jd index 45fd5a1c90d3..609a71a182e5 100644 --- a/docs/html/guide/developing/projects/index.jd +++ b/docs/html/guide/developing/projects/index.jd @@ -471,7 +471,7 @@ in figure 1, with two linked folders (in this example, MyLibrary an MyLibrary/src. Eclipse shows an error on one of them because they are duplicate links to a single class.

- +

Figure 1. Library project migration error

To fix the error, remove the linked folder that does not contain the _src suffix.

@@ -481,14 +481,14 @@ are duplicate links to a single class.

MyLibrary folder) and choose Build Path > Remove from Build Path, as shown in figure 2. -

Figure 2. Remove from Build Path menu item

  • Next, when asked about unlinking the folder from the project, select Yes, as shown in figure 3.
  • - +

    Figure 3. Unlink folder confirmation window

    diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 270d153e4f87..cf0593ccf807 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -466,34 +466,34 @@
  • logcat
  • mksdcard
  • -
  • Monkey
  • +
  • Monkey
  • - + monkeyrunner
  • -
  • ProGuard
  • -
  • sqlite3
  • -
  • Traceview
  • +
  • ProGuard
  • +
  • sqlite3
  • +
  • Traceview
  • zipalign
  • -- cgit v1.2.3-59-g8ed1b