diff --git a/docs/html/guide/developing/building/index.jd b/docs/html/guide/developing/building/index.jd index b001ebcc6d37c..25a6e2317e178 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 dcc889d0a8aaf..0401966aba5d3 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 f9202ce00cd40..1f1a4ca5cafc8 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 45fd5a1c90d3e..609a71a182e53 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 10ce3471c11d8..cf0593ccf8076 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -466,38 +466,37 @@
  • logcat
  • mksdcard
  • -
  • Monkey
  • +
  • Monkey
  • - + monkeyrunner
  • -
  • ProGuard -new!
  • +
  • ProGuard
  • sqlite3
  • -
  • Traceview
  • -
  • zipalign
  • - - +
  • Traceview
  • +
  • zipalign
  • + +