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 page.title=Building and Running from the Command Line
parent.title=Building and Running
parent.link=index.html
@jd:body @jd:body
<div id="qv-wrapper"> <div id="qv-wrapper">

View File

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

View File

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

View File

@@ -1,4 +1,6 @@
page.title=Using the Dev Tools App page.title=Using the Dev Tools App
parent.title=Debugging
parent.link=index.html
@jd:body @jd:body
<p>The Dev Tools application is installed by default on all system images included with the SDK, <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 page.title=Reading and Writing Logs
parent.title=Debugging
parent.link=index.html
@jd:body @jd:body
<div id="qv-wrapper"> <div id="qv-wrapper">

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,6 @@
page.title=mksdcard page.title=mksdcard
parent.title=Tools
parent.link=index.html
@jd:body @jd:body
<p>The <code>mksdcard</code> tool lets you quickly create a FAT32 disk image that you can load in the <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 page.title=UI/Application Exerciser Monkey
parent.title=Tools
parent.link=index.html
@jd:body @jd:body
<p>The Monkey is a program that runs on your <p>The Monkey is a program that runs on your

View File

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

View File

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

View File

@@ -1,4 +1,6 @@
page.title=sqlite3 page.title=sqlite3
parent.title=Tools
parent.link=index.html
@jd:body @jd:body
<p>From a remote shell to your device or from your host machine, you can use the <a href= <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 page.title=Traceview
parent.title=Tools
parent.link=index.html
@jd:body @jd:body
<p>Traceview is a graphical viewer for execution logs saved by your application. <p>Traceview is a graphical viewer for execution logs saved by your application.

View File

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