diff options
| author | 2011-02-02 16:07:25 -0800 | |
|---|---|---|
| committer | 2011-02-02 16:08:23 -0800 | |
| commit | d3f802c02f8adc49d45683c9ca69be17cbf3a69c (patch) | |
| tree | fe56cbfdcf6438424c3f2ee206f8a7a345e779f7 | |
| parent | 6f6ef48dc9a40d6afe2b66db4d1a411771e85a5b (diff) | |
| parent | c0b3ba83b2ccb270024810dc6a4434458b10de28 (diff) | |
resolved conflicts for merge of c0b3ba83 to master
Change-Id: I9358b1b6f200cb41740bc4243f9ab65b3e76bd99
| -rw-r--r-- | docs/html/guide/developing/building/index.jd | 4 | ||||
| -rw-r--r-- | docs/html/guide/developing/debugging/debugging-tracing.jd | 4 | ||||
| -rw-r--r-- | docs/html/guide/developing/debugging/index.jd | 2 | ||||
| -rw-r--r-- | docs/html/guide/developing/devices/emulator.jd | 2 | ||||
| -rw-r--r-- | docs/html/guide/developing/projects/index.jd | 6 | ||||
| -rw-r--r-- | docs/html/guide/guide_toc.cs | 49 |
6 files changed, 37 insertions, 30 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 <p>The following diagram depicts the components involved in building and running an application:</p> - <img src="/images/build-simplified.png" /> + <img src="{@docRoot}images/build-simplified.png" /> <h2 id="detailed-build">A Detailed Look at the Build Process</h2> @@ -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:</p> - <p><img src="/images/build.png" /></p> + <p><img src="{@docRoot}images/build.png" /></p> <p>The general process for a typical build is outlined below:</p> 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 <code>LoadListener.nativeFinished()</code> and it was selected in the profile view.</p> - <img src="/images/traceview_timeline.png" + <img src="{@docRoot}images/traceview_timeline.png" alt="Traceview timeline panel" width="893" height="284" /> @@ -87,7 +87,7 @@ page.title=Profiling with Traceview and dmtracedump <code>LoadListener.nativeFinished();</code> looking at the timeline panel shows that one of those calls took an unusually long time.</p> - <img src="/images/traceview_profile.png" + <img src="{@docRoot}images/traceview_profile.png" alt="Traceview profile panel." width="892" height="630" /> 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 <p>Figure 1 shows how the various debugging tools work together in a typical debugging environment.</p> - <img src="/images/debugging.png" + <img src="{@docRoot}images/debugging.png" alt="Debugging workflow" /> <p class="img-caption><strong>Figure 1. </strong> Debugging Workflow</p> diff --git a/docs/html/guide/developing/devices/emulator.jd b/docs/html/guide/developing/devices/emulator.jd index a3cd5c52c0a2..53c140754aaa 100644 --- a/docs/html/guide/developing/devices/emulator.jd +++ b/docs/html/guide/developing/devices/emulator.jd @@ -33,7 +33,7 @@ page.title=Using the Android Emulator </div> </div> -<img src="/images/emulator-wvga800l.png" alt="Image of the Android Emulator" +<img src="{@docRoot}images/emulator-wvga800l.png" alt="Image of the Android Emulator" width="367" height="349" style="margin-left:2em;float:right;"/> <p>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, <code>MyLibrary</code> an <code>MyLibrary/src</code>. Eclipse shows an error on one of them because they are duplicate links to a single class.</p> -<img src="/images/developing/lib-migration-0.png" alt=""> +<img src="{@docRoot}images/developing/lib-migration-0.png" alt=""> <p class="img-caption"><strong>Figure 1.</strong> Library project migration error</p> <p>To fix the error, remove the linked folder that <em>does not</em> contain the <code>_src</code> suffix. </p> @@ -481,14 +481,14 @@ are duplicate links to a single class.</p> <code>MyLibrary</code> folder) and choose <strong>Build Path</strong> > <strong>Remove from Build Path</strong>, as shown in figure 2.</li> -<img src="/images/developing/lib-migration-1.png" style="height:600px" +<img src="{@docRoot}images/developing/lib-migration-1.png" style="height:600px" alt=""> <p class="img-caption"><strong>Figure 2.</strong> Remove from Build Path menu item</p> <li>Next, when asked about unlinking the folder from the project, select <strong>Yes</strong>, as shown in figure 3.</li> -<img src="/images/developing/lib-migration-2.png" alt=""> +<img src="{@docRoot}images/developing/lib-migration-2.png" alt=""> <p class="img-caption"><strong>Figure 3.</strong> Unlink folder confirmation window</p> </ol> diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 32abcc001ffd..ee8f5d44335b 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -465,27 +465,34 @@ <li><a href="<?cs var:toroot ?>guide/developing/tools/layoutopt.html">layoutopt</a></li> <li><a href="<?cs var:toroot ?>guide/developing/tools/logcat.html">logcat</a></li> <li><a href="<?cs var:toroot ?>guide/developing/tools/mksdcard.html">mksdcard</a></li> - - <li><a href="/guide/developing/tools/monkey.html">Monkey</a></li> - <li class="toggle-list"> - <div><a href="/guide/developing/tools/monkeyrunner_concepts.html"> - <span class="en">monkeyrunner</span> - </a></div> - <ul> - <li><a href="/guide/developing/tools/MonkeyDevice.html"> - <span class="en">MonkeyDevice</span> - </a></li> - <li><a href="/guide/developing/tools/MonkeyImage.html"> - <span class="en">MonkeyImage</span> - </a></li> - <li><a href="/guide/developing/tools/MonkeyRunner.html"> - <span class="en">MonkeyRunner</span> - </a></li> - </ul> - </li> - <li><a href="/guide/developing/tools/proguard.html">ProGuard</a></li> - <li><a href="/guide/developing/tools/adb.html#sqlite">sqlite3</a></li> - <li><a href="/guide/developing/tools/traceview.html">Traceview</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/monkey.html">Monkey</a></li> + <li class="toggle-list"> + <div> + <a href="<?cs var:toroot ?>guide/developing/tools/monkeyrunner_concepts.html"> + <span class="en">monkeyrunner</span> + </a> + </div> + <ul> + <li> + <a href="<?cs var:toroot ?>guide/developing/tools/MonkeyDevice.html"> + <span class="en">MonkeyDevice</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/tools/MonkeyImage.html"> + <span class="en">MonkeyImage</span> + </a> + </li> + <li> + <a href="<?cs var:toroot ?>guide/developing/tools/MonkeyRunner.html"> + <span class="en">MonkeyRunner</span> + </a> + </li> + </ul> + </li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/proguard.html">ProGuard</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html#sqlite">sqlite3</a></li> + <li><a href="<?cs var:toroot ?>guide/developing/tools/traceview.html">Traceview</a></li> <li><a href="<?cs var:toroot ?>guide/developing/tools/zipalign.html">zipalign</a></li> </ul> </li> |