From 5347a4b3e5cc3484d08d35ed0808f4594000f480 Mon Sep 17 00:00:00 2001
From: Robert Ly 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 isLoadListener.nativeFinished() and it was selected in
the profile view.
-
@@ -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.
-
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.
-
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.
MyLibrary folder) and choose Build Path >
Remove from Build Path, as shown in figure 2.
-
Figure 2. Remove from Build Path menu item
+
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 @@