tools_toc.cs revision 629c34ee1879454f72b82a82bca2f5cac7f7b3ce
1<ul id="nav">
2
3  <li class="nav-section">
4    <div class="nav-section-header empty">
5        <a href="<?cs var:toroot ?>tools/index.html"><span class="en">Developer Tools</span></a>
6    </div>
7  </li>
8
9  <li class="nav-section">
10    <div class="nav-section-header"><a href="<?cs var:toroot
11?>sdk/index.html"><span class="en">Download</span></a></div>
12    <ul>
13      <li><a href="<?cs var:toroot ?>sdk/installing/bundle.html">
14          <span class="en">Setting Up the ADT Bundle</span></a></li>
15
16      <li class="nav-section">
17        <div class="nav-section-header">
18          <a href="<?cs var:toroot ?>sdk/installing/index.html"><span class="en">Setting Up
19    an Existing IDE</span></a></div>
20        <ul>
21          <li><a href="<?cs var:toroot ?>sdk/installing/installing-adt.html">
22              <span class="en">Installing the Eclipse Plugin</span></a></li>
23        <li><a href="<?cs var:toroot ?>sdk/installing/adding-packages.html">
24            <span class="en">Adding Platforms and Packages</span></a></li>
25        </ul>
26      </li>
27
28      <li class="nav-section">
29        <div class="nav-section-header">
30          <a href="<?cs var:toroot ?>sdk/installing/studio.html">Android Studio</a>
31        </div>
32        <ul>
33          <li><a href="<?cs var:toroot ?>sdk/installing/migrate.html">
34              Migrating from Eclipse</a></li>
35          <li><a href="<?cs var:toroot ?>sdk/installing/studio-tips.html">
36              Tips and Tricks</a></li>
37          <li><a href="<?cs var:toroot ?>sdk/installing/studio-layout.html">
38              Using the Layout Editor</a></li>
39          <li><a href="<?cs var:toroot ?>sdk/installing/studio-build.html">
40              Building Your Project with Gradle</a></li>
41          <li><a href="<?cs var:toroot ?>sdk/installing/studio-debug.html">
42              Debugging with Android Studio</a></li>
43          </ul>
44      </li>
45      <li><a href="<?cs var:toroot ?>sdk/exploring.html">
46          <span class="en">Exploring the SDK</span></a></li>
47      <li><a href="<?cs var:toroot ?>tools/sdk/ndk/index.html">Download the NDK</a>
48      </li>
49    </ul>
50  </li>
51
52  <li class="nav-section">
53    <div class="nav-section-header">
54        <a href="<?cs var:toroot ?>tools/workflow/index.html"><span class="en">Workflow</span></a>
55    </div>
56    <ul>
57      <li class="nav-section">
58        <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/devices/index.html"><span class="en">Setting Up Virtual Devices</span></a></div>
59        <ul>
60          <li><a href="<?cs var:toroot ?>tools/devices/managing-avds.html"><span class="en">With AVD Manager</span></a></li>
61          <li><a href="<?cs var:toroot ?>tools/devices/managing-avds-cmdline.html"><span class="en">From the Command Line</span></a></li>
62          <li><a href="<?cs var:toroot ?>tools/devices/emulator.html"><span class="en">Using the Emulator</span></a></li>
63        </ul>
64      </li>
65      <li class="nav-section">
66        <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/device.html"><span class="en">Using Hardware Devices</span></a></div>
67        <ul>
68          <li><a href="<?cs var:toroot ?>tools/extras/oem-usb.html"><span
69            class="en">USB Drivers</span></a></li>
70        </ul>
71      </li>
72      <li class="nav-section">
73        <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/projects/index.html"><span class="en">Setting Up Projects</span></a></div>
74        <ul>
75          <li><a href="<?cs var:toroot ?>tools/projects/projects-eclipse.html"><span class="en">From Eclipse with ADT</span></a></li>
76          <li><a href="<?cs var:toroot ?>tools/projects/projects-cmdline.html"><span class="en">From the Command Line</span></a></li>
77          <li><a href="<?cs var:toroot ?>tools/projects/templates.html"><span class="en">Using Code Templates</span></a></li>
78        </ul>
79      </li>
80
81
82      <li class="nav-section">
83        <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/building/index.html"><span class="en">Building and Running</span></a></div>
84        <ul>
85          <li><a href="<?cs var:toroot ?>tools/building/building-eclipse.html"><span class="en">From Eclipse with ADT</span></a></li>
86          <li><a href="<?cs var:toroot ?>tools/building/building-cmdline.html"><span class="en">From the Command Line</span></a></li>
87        </ul>
88      </li>
89
90
91  <li class="nav-section">
92        <div class="nav-section-header"><a href="<?cs var:toroot?>tools/testing/index.html">
93            <span class="en">Testing</span>
94          </a></div>
95        <ul>
96          <li>
97            <a href="<?cs var:toroot?>tools/testing/testing_android.html">
98            <span class="en">Fundamentals</span></a>
99          </li>
100          <li><a href="<?cs var:toroot ?>tools/testing/testing_eclipse.html">
101            <span class="en">From Eclipse</span></a>
102          </li>
103          <li><a href="<?cs var:toroot ?>tools/testing/testing_otheride.html">
104            <span class="en">From Other IDEs</span></a>
105          </li>
106          <li>
107            <a href="<?cs var:toroot?>tools/testing/activity_testing.html">
108            <span class="en">Activity Testing</span></a>
109          </li>
110          <li>
111            <a href="<?cs var:toroot?>tools/testing/service_testing.html">
112            <span class="en">Service Testing</span></a>
113          </li>
114          <li>
115            <a href="<?cs var:toroot?>tools/testing/contentprovider_testing.html">
116            <span class="en">Content Provider Testing</span></a>
117          </li>
118          <li>
119            <a href="<?cs var:toroot?>tools/testing/testing_accessibility.html">
120            <span class="en">Accessibility Testing</span></a>
121          </li>
122           <li>
123            <a href="<?cs var:toroot?>tools/testing/testing_ui.html">
124            <span class="en">UI Testing</span></a>
125          </li>
126          <li>
127            <a href="<?cs var:toroot ?>tools/testing/what_to_test.html">
128            <span class="en">What To Test</span></a>
129          </li>
130          <li>
131            <a href="<?cs var:toroot ?>tools/testing/activity_test.html">
132            <span class="en">Activity Testing Tutorial</span></a>
133          </li>
134        </ul>
135  </li><!-- end of testing -->
136
137  <li class="nav-section">
138    <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/debugging/index.html"><span class="en">Debugging</span></a></div>
139    <ul>
140      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-projects.html"><span class="en">From Eclipse with ADT</span></a></li>
141      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-projects-cmdline.html"><span class="en">From Other IDEs</span></a></li>
142      <li><a href="<?cs var:toroot ?>tools/debugging/ddms.html"><span class="en">Using DDMS</span></a></li>
143      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-log.html"><span class="en">Reading and Writing Logs</span></a></li>
144      <li><a href="<?cs var:toroot ?>tools/debugging/improving-w-lint.html"><span class="en">Improving Your Code with lint</span></a></li>
145      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-ui.html"><span class="en">Optimizing your UI</span></a></li>
146      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-tracing.html"><span class="en">Profiling with Traceview and dmtracedump</span></a></li>
147      <li><a href="<?cs var:toroot ?>tools/debugging/systrace.html"><span class="en">Analyzing Display and Performance</span></a></li>
148      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-memory.html">Investigating Your RAM Usage</a></li>
149      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-devtools.html"><span class="en">Using the Dev Tools App</span></a></li>
150    </ul>
151  </li>
152      <li class="nav-section">
153        <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/publishing/publishing_overview.html"><span class="en">Publishing</span></a></div>
154        <ul>
155          <li><a href="<?cs var:toroot ?>tools/publishing/preparing.html"><span class="en">Preparing for Release</span></a></li>
156          <li><a href="<?cs var:toroot ?>tools/publishing/versioning.html"><span class="en">Versioning Your Apps</span></a></li>
157          <li><a href="<?cs var:toroot ?>tools/publishing/app-signing.html"><span class="en">Signing Your Apps</span></a></li>
158        </ul>
159      </li>
160    </ul>
161  </li>
162
163  <li class="nav-section">
164    <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/support-library/index.html"><span
165class="en">Support Library</span></a></div>
166    <ul>
167      <li><a href="<?cs var:toroot ?>tools/support-library/features.html">Features</a></li>
168      <li><a href="<?cs var:toroot ?>tools/support-library/setup.html">Setup</a></li>
169    </ul>
170  </li>
171
172  <li class="nav-section">
173    <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/help/index.html"><span
174class="en">Tools Help</span></a></div>
175    <ul>
176      <li><a href="<?cs var:toroot ?>tools/help/adb.html">adb</a></li>
177      <li><a href="<?cs var:toroot ?>tools/help/adt.html">ADT</a></li>
178      <li><a href="<?cs var:toroot ?>tools/help/android.html">android</a></li>
179      <li><a href="<?cs var:toroot ?>tools/help/avd-manager.html">AVD Manager</a></li>
180      <li><a href="<?cs var:toroot ?>tools/help/bmgr.html">bmgr</a>
181      <li><a href="<?cs var:toroot ?>tools/help/monitor.html">Device Monitor</a></li>
182      <li><a href="<?cs var:toroot ?>tools/help/dmtracedump.html">dmtracedump</a></li>
183      <li><a href="<?cs var:toroot ?>tools/help/draw9patch.html">Draw 9-Patch</a></li>
184      <li><a href="<?cs var:toroot ?>tools/help/emulator.html">Emulator</a></li>
185      <li><a href="<?cs var:toroot ?>tools/help/etc1tool.html">etc1tool</a></li>
186      <li><a href="<?cs var:toroot ?>tools/help/hierarchy-viewer.html">Hierarchy Viewer</a></li>
187      <li><a href="<?cs var:toroot ?>tools/help/hprof-conv.html">hprof-conv</a></li>
188      <li><a href="<?cs var:toroot ?>tools/help/jobb.html">jobb</a></li>
189      <li><a href="<?cs var:toroot ?>tools/help/lint.html">lint</span></a></li>
190      <li><a href="<?cs var:toroot ?>tools/help/logcat.html">logcat</a></li>
191      <li><a href="<?cs var:toroot ?>tools/help/mksdcard.html">mksdcard</a></li>
192      <li><a href="<?cs var:toroot ?>tools/help/monkey.html">monkey</a></li>
193      <li class="nav-section">
194        <div class="nav-section-header"><a href="<?cs var:toroot
195?>tools/help/monkeyrunner_concepts.html"><span class="en">monkeyrunner</span></a></div>
196        <ul>
197          <li><a href="<?cs var:toroot ?>tools/help/MonkeyDevice.html"><span
198class="en">MonkeyDevice</span></a></li>
199          <li><a href="<?cs var:toroot ?>tools/help/MonkeyImage.html"><span
200class="en">MonkeyImage</span></a></li>
201          <li><a href="<?cs var:toroot ?>tools/help/MonkeyRunner.html"><span
202class="en">MonkeyRunner</span></a></li>
203        </ul>
204      </li>
205       <li><a href="<?cs var:toroot ?>tools/help/proguard.html">ProGuard</a></li>
206       <li><a href="<?cs var:toroot ?>tools/help/sdk-manager.html">SDK Manager</a></li>
207       <li><a href="<?cs var:toroot ?>tools/help/systrace.html">Systrace</a></li>
208       <li><a href="<?cs var:toroot ?>tools/help/gltracer.html">Tracer for OpenGL ES</a></li>
209       <li><a href="<?cs var:toroot ?>tools/help/traceview.html">Traceview</a></li>
210       <li class="nav-section">
211          <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/help/uiautomator/index.html"><span class="en">uiautomator</span></a></div>
212          <ul>
213             <li><a href="<?cs var:toroot ?>tools/help/uiautomator/Configurator.html"><span class="en">Configurator</span></a></li>
214             <li><a href="<?cs var:toroot ?>tools/help/uiautomator/IAutomationSupport.html"><span class="en">IAutomationSupport</span></a></li>
215             <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiAutomatorTestCase.html"><span class="en">UiAutomatorTestCase</span></a></li>
216             <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiCollection.html"><span class="en">UiCollection</span></a></li>
217             <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiDevice.html"><span class="en">UiDevice</span></a></li>
218             <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiObject.html"><span class="en">UiObject</span></a></li>
219             <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiObjectNotFoundException.html"><span class="en">UiObjectNotFoundException</span></a></li>
220             <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiScrollable.html"><span class="en">UiScrollable</span></a></li>
221             <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiSelector.html"><span class="en">UiSelector</span></a></li>
222             <li><a href="<?cs var:toroot ?>tools/help/uiautomator/UiWatcher.html"><span class="en">UiWatcher</span></a></li>
223          </ul>
224       </li>
225       <li><a href="<?cs var:toroot ?>tools/help/zipalign.html">zipalign</a></li>
226    </ul>
227  </li>
228
229  <li class="nav-section">
230    <div class="nav-section-header"><a href="<?cs var:toroot
231?>tools/revisions/index.html"><span class="en">Revisions</span></a></div>
232    <ul>
233      <li><a href="<?cs var:toroot ?>tools/sdk/tools-notes.html">
234        <span class="en">SDK Tools</span>
235      </a></li>
236      <li><a href="<?cs var:toroot ?>tools/sdk/eclipse-adt.html">
237        <span class="en">ADT Plugin</span>
238      </a></li>
239      <li><a href="<?cs var:toroot ?>tools/revisions/build-tools.html">
240        <span class="en">Build Tools</span>
241      </a></li>
242      <li><a href="<?cs var:toroot ?>tools/revisions/platforms.html"><span
243class="en">Platforms</span></a></li>
244    </ul>
245  </li>
246
247
248  <li class="nav-section">
249    <div class="nav-section-header">
250    <a href="<?cs var:toroot ?>tools/adk/index.html">
251      <span class="en">ADK</span></a>
252    </div>
253    <ul>
254      <li><a href="<?cs var:toroot ?>tools/adk/adk2.html">ADK 2012 Guide</a></li>
255      <li><a href="<?cs var:toroot ?>tools/adk/adk.html">ADK 2011 Guide</a></li>
256    </ul>
257  </li>
258
259</ul><!-- nav -->
260
261<script type="text/javascript">
262<!--
263    buildToggleLists();
264    changeNavLang(getLangPref());
265//-->
266</script>
267