am 9cf2fa02: docs: add breadcrumbs to developing docs

* commit '9cf2fa023bb55979853995a34a9fa9996a2212f0':
  docs: add breadcrumbs to developing docs
This commit is contained in:
Scott Main
2011-02-15 20:08:30 -08:00
committed by Android Git Automerger
36 changed files with 74 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
page.title=Building and Running from the Command Line
parent.title=Building and Running
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Building and Running from Eclipse with ADT
parent.title=Building and Running
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Using DDMS
parent.title=Debugging
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Using the Dev Tools App
parent.title=Debugging
parent.link=index.html
@jd:body
<p>The Dev Tools application is installed by default on all system images included with the SDK,

View File

@@ -1,4 +1,6 @@
page.title=Reading and Writing Logs
parent.title=Debugging
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Debugging from Other IDEs
parent.title=Debugging
parent.link=index.html
@jd:body

View File

@@ -1,4 +1,6 @@
page.title=Debugging from Eclipse with ADT
parent.title=Debugging
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Profiling with Traceview and dmtracedump
parent.title=Debugging
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Debugging and Profiling User Interfaces
parent.title=Debugging
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Using the Android Emulator
parent.title=Managing Virtual Devices
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Managing AVDs from the Command Line
parent.title=Managing Virtual Devices
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Managing AVDs with AVD Manager
parent.title=Managing Virtual Devices
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Managing Projects from the Command Line
parent.title=Managing Projects
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Managing Projects from Eclipse with ADT
parent.title=Managing Projects
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=Testing from Eclipse with ADT
parent.title=Testing
parent.link=index.html
@jd:body
<div id="qv-wrapper">
<div id="qv">

View File

@@ -1,4 +1,6 @@
page.title=Testing from Other IDEs
parent.title=Testing
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=MonkeyDevice
parent.title=monkeyrunner
parent.link=index.html
@jd:body
<style>
h4.jd-details-title {background-color: #DEE8F1;}

View File

@@ -1,4 +1,6 @@
page.title=MonkeyImage
parent.title=monkeyrunner
parent.link=index.html
@jd:body
<style>
h4.jd-details-title {background-color: #DEE8F1;}

View File

@@ -1,5 +1,8 @@
page.title=MonkeyRunner
parent.title=monkeyrunner
parent.link=index.html
@jd:body
<style>
h4.jd-details-title {background-color: #DEE8F1;}
</style>

View File

@@ -1,4 +1,6 @@
page.title=Android Debug Bridge
parent.title=Tools
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=android
parent.title=Tools
parent.link=index.html
@jd:body
<p>{@code android} is an important development tool that lets you:</p>

View File

@@ -1,4 +1,6 @@
page.title=bmgr
parent.title=Tools
parent.link=index.html
@jd:body
<!-- quickview box content here -->

View File

@@ -1,4 +1,6 @@
page.title=dmtracedump
parent.title=Tools
parent.link=index.html
@jd:body

View File

@@ -1,4 +1,6 @@
page.title=Draw 9-patch
parent.title=Tools
parent.link=index.html
@jd:body
<p>The Draw 9-patch tool allows you to easily create a

View File

@@ -1,6 +1,8 @@
page.title=Android Emulator
parent.title=Tools
parent.link=index.html
@jd:body
<p>
<p>The Android SDK includes a mobile device emulator &mdash; a virtual mobile device
that runs on your computer. The emulator lets you develop and test
Android applications without using a physical device.</p>

View File

@@ -1,4 +1,6 @@
page.title=Hierarchy Viewer
parent.title=Tools
parent.link=index.html
@jd:body
<p>Hierarchy Viewer allows you to debug and optimize your user

View File

@@ -1,4 +1,6 @@
page.title=HPROF Converter
parent.title=Tools
parent.link=index.html
@jd:body
<p>

View File

@@ -1,4 +1,6 @@
page.title=layoutopt
parent.title=Tools
parent.link=index.html
@jd:body
<p><code>layoutopt</code> is a command-line tool that helps you optimize the

View File

@@ -1,4 +1,6 @@
page.title=logcat
parent.title=Tools
parent.link=index.html
@jd:body
<div></div>

View File

@@ -1,4 +1,6 @@
page.title=mksdcard
parent.title=Tools
parent.link=index.html
@jd:body
<p>The <code>mksdcard</code> tool lets you quickly create a FAT32 disk image that you can load in the

View File

@@ -1,4 +1,6 @@
page.title=UI/Application Exerciser Monkey
parent.title=Tools
parent.link=index.html
@jd:body
<p>The Monkey is a program that runs on your

View File

@@ -1,4 +1,6 @@
page.title=monkeyrunner
parent.title=Tools
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=ProGuard
parent.title=Tools
parent.link=index.html
@jd:body
<div id="qv-wrapper">

View File

@@ -1,4 +1,6 @@
page.title=sqlite3
parent.title=Tools
parent.link=index.html
@jd:body
<p>From a remote shell to your device or from your host machine, you can use the <a href=

View File

@@ -1,4 +1,6 @@
page.title=Traceview
parent.title=Tools
parent.link=index.html
@jd:body
<p>Traceview is a graphical viewer for execution logs saved by your application.

View File

@@ -1,4 +1,6 @@
page.title=zipalign
parent.title=Tools
parent.link=index.html
@jd:body
<p>zipalign is an archive alignment tool that provides important