tools_toc.cs revision 724ebc0d31921644d564a4ec2187ba33b6059d32
1<ul id="nav">
2
3  <li class="nav-section">
4    <div class="nav-section-header"><a href="<?cs var:toroot
5?>sdk/index.html"><span class="en">Download</span></a></div>
6    <ul>
7      <li><a href="<?cs var:toroot ?>sdk/installing/index.html">
8          <span class="en">Installing the SDK</span></a></li>
9
10      <li><a href="<?cs var:toroot ?>sdk/installing/adding-packages.html">
11          <span class="en">Adding SDK Packages</span></a></li>
12    </ul>
13  </li>
14
15
16<!-- Android Studio menu-->
17
18 <li class="nav-section">
19    <div class="nav-section-header">
20      <a href="<?cs var:toroot?>tools/studio/index.html">Android Studio</a>
21    </div>
22    <ul>
23      <li><a href="<?cs var:toroot ?>sdk/installing/studio-tips.html">
24          Tips and Tricks</a></li>
25    </ul>
26
27 </li><!-- End of Android Studio menu -->
28
29
30<!-- Workflow menu-->
31
32  <li class="nav-section">
33    <div class="nav-section-header">
34        <a href="<?cs var:toroot ?>tools/workflow/index.html"><span class="en">Workflow</span></a>
35    </div>
36    <ul>
37      <li class="nav-section">
38        <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/devices/index.html"><span class="en">Setting Up Virtual Devices</span></a></div>
39        <ul>
40          <li><a href="<?cs var:toroot ?>tools/devices/managing-avds.html"><span class="en">With AVD Manager</span></a></li>
41          <li><a href="<?cs var:toroot ?>tools/devices/managing-avds-cmdline.html"><span class="en">From the Command Line</span></a></li>
42          <li><a href="<?cs var:toroot ?>tools/devices/emulator.html"><span class="en">Using the Emulator</span></a></li>
43        </ul>
44      </li>
45      <li class="nav-section">
46        <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/device.html"><span class="en">Using Hardware Devices</span></a></div>
47        <ul>
48          <li><a href="<?cs var:toroot ?>tools/extras/oem-usb.html"><span
49            class="en">USB Drivers</span></a></li>
50        </ul>
51      </li>
52      <li class="nav-section">
53        <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/projects/index.html"><span class="en">Managing Projects</span></a></div>
54        <ul>
55          <li><a href="<?cs var:toroot ?>sdk/installing/create-project.html"><span class="en">From Android Studio</span></a></li>
56          <li><a href="<?cs var:toroot ?>tools/projects/projects-cmdline.html"><span class="en">From the Command Line</span></a></li>
57          <li><a href="<?cs var:toroot ?>tools/projects/templates.html"><span class="en">Using Code Templates</span></a></li>
58        </ul>
59      </li>
60
61
62      <li class="nav-section">
63        <div class="nav-section-header">
64          <a href="<?cs var:toroot ?>tools/building/index.html">
65          <span class="en">Building and Running</span></a>
66        </div>
67        <ul>
68          <li><a href="<?cs var:toroot ?>tools/building/building-studio.html">
69            <span class="en">From Android Studio</span></a></li>
70          <li><a href="<?cs var:toroot ?>tools/building/building-cmdline.html">
71            <span class="en">From the Command Line</span></a></li>
72        </ul>
73      </li>
74
75
76  <li class="nav-section">
77        <div class="nav-section-header"><a href="<?cs var:toroot?>tools/testing/index.html">
78            <span class="en">Testing</span>
79          </a></div>
80        <ul>
81          <li>
82            <a href="<?cs var:toroot?>tools/testing/testing_android.html">
83            <span class="en">Fundamentals</span></a>
84          </li>
85          <li><a href="<?cs var:toroot ?>tools/testing/testing_eclipse.html">
86            <span class="en">From Eclipse</span></a>
87          </li>
88          <li><a href="<?cs var:toroot ?>tools/testing/testing_otheride.html">
89            <span class="en">From Other IDEs</span></a>
90          </li>
91          <li>
92            <a href="<?cs var:toroot?>tools/testing/activity_testing.html">
93            <span class="en">Activity Testing</span></a>
94          </li>
95          <li>
96            <a href="<?cs var:toroot?>tools/testing/service_testing.html">
97            <span class="en">Service Testing</span></a>
98          </li>
99          <li>
100            <a href="<?cs var:toroot?>tools/testing/contentprovider_testing.html">
101            <span class="en">Content Provider Testing</span></a>
102          </li>
103          <li>
104            <a href="<?cs var:toroot?>tools/testing/testing_accessibility.html">
105            <span class="en">Accessibility Testing</span></a>
106          </li>
107           <li>
108            <a href="<?cs var:toroot?>tools/testing/testing_ui.html">
109            <span class="en">UI Testing</span></a>
110          </li>
111          <li>
112            <a href="<?cs var:toroot ?>tools/testing/what_to_test.html">
113            <span class="en">What To Test</span></a>
114          </li>
115          <li>
116            <a href="<?cs var:toroot ?>tools/testing/activity_test.html">
117            <span class="en">Activity Testing Tutorial</span></a>
118          </li>
119        </ul>
120  </li><!-- end of testing -->
121
122  <li class="nav-section">
123    <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/debugging/index.html"><span class="en">Debugging</span></a></div>
124    <ul>
125      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-studio.html"><span class="en">From Android Studio</span></a></li>
126      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-projects-cmdline.html"><span class="en">From Other IDEs</span></a></li>
127      <li><a href="<?cs var:toroot ?>tools/debugging/ddms.html"><span class="en">Using DDMS</span></a></li>
128      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-log.html"><span class="en">Reading and Writing Logs</span></a></li>
129      <li><a href="<?cs var:toroot ?>tools/debugging/improving-w-lint.html"><span class="en">Improving Your Code with lint</span></a></li>
130      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-ui.html"><span class="en">Optimizing your UI</span></a></li>
131      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-tracing.html"><span class="en">Profiling with Traceview and dmtracedump</span></a></li>
132      <li><a href="<?cs var:toroot ?>tools/debugging/annotations.html"><span class="en">Improving Code Inspection with Annotations</span></a></li>
133      <li><a href="<?cs var:toroot ?>tools/debugging/systrace.html"><span class="en">Analyzing Display and Performance</span></a></li>
134      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-memory.html">Investigating Your RAM Usage</a></li>
135      <li><a href="<?cs var:toroot ?>tools/debugging/debugging-devtools.html"><span class="en">Using the Dev Tools App</span></a></li>
136    </ul>
137  </li>
138      <li class="nav-section">
139        <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/publishing/publishing_overview.html" zh-cn-lang="发布概述"><span class="en">Publishing</span></a></div>
140        <ul>
141          <li><a href="<?cs var:toroot ?>tools/publishing/preparing.html" zh-cn-lang="准备发布"><span class="en">Preparing for Release</span></a></li>
142          <li><a href="<?cs var:toroot ?>tools/publishing/versioning.html"><span class="en">Versioning Your Apps</span></a></li>
143          <li><a href="<?cs var:toroot ?>tools/publishing/app-signing.html"><span class="en">Signing Your Apps</span></a></li>
144        </ul>
145      </li>
146    </ul>
147  </li>
148
149
150  <li class="nav-section">
151    <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/help/index.html"><span
152class="en">Tools Help</span></a></div>
153    <ul>
154      <li><a href="<?cs var:toroot ?>tools/help/adb.html">adb</a></li>
155      <li><a href="<?cs var:toroot ?>tools/help/android.html">android</a></li>
156      <li><a href="<?cs var:toroot ?>tools/help/avd-manager.html">AVD Manager</a></li>
157      <li><a href="<?cs var:toroot ?>tools/help/bmgr.html">bmgr</a>
158      <li><a href="<?cs var:toroot ?>tools/help/monitor.html">Device Monitor</a></li>
159      <li><a href="<?cs var:toroot ?>tools/help/dmtracedump.html">dmtracedump</a></li>
160      <li><a href="<?cs var:toroot ?>tools/help/draw9patch.html">Draw 9-Patch</a></li>
161      <li><a href="<?cs var:toroot ?>tools/help/emulator.html">Emulator</a></li>
162      <li><a href="<?cs var:toroot ?>tools/help/etc1tool.html">etc1tool</a></li>
163      <li><a href="<?cs var:toroot ?>tools/help/hierarchy-viewer.html">Hierarchy Viewer</a></li>
164      <li><a href="<?cs var:toroot ?>tools/help/hprof-conv.html">hprof-conv</a></li>
165      <li><a href="<?cs var:toroot ?>tools/help/jobb.html">jobb</a></li>
166      <li><a href="<?cs var:toroot ?>tools/help/lint.html">lint</span></a></li>
167      <li><a href="<?cs var:toroot ?>tools/help/logcat.html">logcat</a></li>
168      <li><a href="<?cs var:toroot ?>tools/help/mksdcard.html">mksdcard</a></li>
169       <li><a href="<?cs var:toroot ?>tools/help/proguard.html" zh-cn-lang="ProGuard">ProGuard</a></li>
170       <li><a href="<?cs var:toroot ?>tools/help/sdk-manager.html">SDK Manager</a></li>
171       <li><a href="<?cs var:toroot ?>tools/help/systrace.html">Systrace</a></li>
172       <li><a href="<?cs var:toroot ?>tools/help/gltracer.html">Tracer for OpenGL ES</a></li>
173       <li><a href="<?cs var:toroot ?>tools/help/traceview.html">Traceview</a></li>
174       <li><a href="<?cs var:toroot ?>tools/help/zipalign.html">zipalign</a></li>
175    </ul>
176  </li>
177
178  </li><!-- end of tools help -->
179
180
181<!-- Build System menu-->
182
183  <li class="nav-section">
184    <div class="nav-section-header">
185      <a href="<?cs var:toroot ?>sdk/installing/studio-build.html">Build System</a>
186    </div>
187    <ul>
188      <li><a href="<?cs var:toroot ?>tools/building/configuring-gradle.html">
189        <span class="en">Configuring Gradle Builds</span></a></li>
190      <li><a href="<?cs var:toroot ?>tools/building/plugin-for-gradle.html">
191        <span class="en">Android Plugin for Gradle</span></a></li>
192      <li><a href="<?cs var:toroot ?>tools/building/multidex.html">
193        <span class="en">Apps Over 65K Methods</span></a></li>
194      </ul>
195  </li><!-- end of build system -->
196
197<!-- Performance Tools menu-->
198  <li class="nav-section">
199    <div class="nav-section-header">
200      <a href="<?cs var:toroot ?>tools/performance/index.html">Peformance Tools</a>
201    </div>
202    <ul>
203      <li><a href="<?cs var:toroot ?>tools/performance/debug-gpu-overdraw/index.html">
204        Overdraw Debugger</a>
205      </li>
206      <li><a href="<?cs var:toroot ?>tools/performance/profile-gpu-rendering/index.html">
207        Rendering Profiler</a>
208      </li>
209      <li class="nav-section">
210        <div class="nav-section-header">
211          <a href="<?cs var:toroot ?>tools/performance/hierarchy-viewer/index.html">
212          Hierarchy Viewer</a></div>
213        <ul>
214          <li><a href="<?cs var:toroot ?>tools/performance/hierarchy-viewer/setup.html"><span
215            class="en">Setup</span></a>
216          </li>
217          <li><a href="<?cs var:toroot ?>tools/performance/hierarchy-viewer/profiling.html"><span
218            class="en">Profiling</span></a>
219          </li>
220        </ul>
221      </li>
222      <li class="nav-section">
223        <div class="nav-section-header">
224          <a href="<?cs var:toroot ?>tools/performance/comparison.html">
225          Memory Profilers</a></div>
226        <ul>
227          <li><a href="<?cs var:toroot ?>tools/performance/memory-monitor/index.html"><span
228            class="en">Memory Monitor</span></a>
229          </li>
230          <li><a href="<?cs var:toroot ?>tools/performance/heap-viewer/index.html"><span
231            class="en">Heap Viewer</span></a>
232          </li>
233          <li><a href="<?cs var:toroot ?>tools/performance/allocation-tracker/index.html"><span
234            class="en">Allocation Tracker</span></a>
235          </li>
236        </ul>
237      </li>
238      <li><a href="<?cs var:toroot ?>tools/performance/traceview/index.html">
239        Traceview</a>
240      </li>
241      <li><a href="<?cs var:toroot ?>tools/performance/systrace/index.html">
242        Systrace</a>
243      </li>
244      <li class="nav-section">
245        <div class="nav-section-header">
246          <a href="<?cs var:toroot ?>tools/performance/batterystats-battery-historian/index.html">
247          Battery Profilers</a></div>
248        <ul>
249          <li><a href="<?cs var:toroot ?>tools/performance/batterystats-battery-historian/charts.html"><span
250            class="en">Historian Charts</span></a>
251          </li>
252        </ul>
253      </li>
254    </ul>
255  </li><!-- End Performance Tools menu-->
256
257  <!-- Testing Tools menu-->
258
259  <li class="nav-section">
260    <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/testing/testing-tools.html"><span class="en">Testing Tools</span></a></div>
261    <ul>
262      <li class="nav-section">
263         <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/testing-support-library/index.html"><span
264class="en">Testing Support Library</span></a></div>
265         <ul>
266            <li><a href="<?cs var:toroot ?>reference/android/support/test/package-summary.html">API Reference</a></li>
267         </ul>
268      </li>
269      <li><a href="<?cs var:toroot ?>tools/help/monkey.html">monkey</a></li>
270      <li class="nav-section">
271        <div class="nav-section-header"><a href="<?cs var:toroot
272?>tools/help/monkeyrunner_concepts.html"><span class="en">monkeyrunner</span></a></div>
273        <ul>
274          <li><a href="<?cs var:toroot ?>tools/help/MonkeyDevice.html"><span
275class="en">MonkeyDevice</span></a></li>
276          <li><a href="<?cs var:toroot ?>tools/help/MonkeyImage.html"><span
277class="en">MonkeyImage</span></a></li>
278          <li><a href="<?cs var:toroot ?>tools/help/MonkeyRunner.html"><span
279class="en">MonkeyRunner</span></a></li>
280        </ul>
281      </li>
282    </ul>
283  </li><!-- end of testing support library -->
284
285
286<!-- Support Library menu-->
287
288  <li class="nav-section">
289    <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/support-library/index.html"><span
290class="en">Support Library</span></a></div>
291    <ul>
292      <li><a href="<?cs var:toroot ?>tools/support-library/features.html">Features</a></li>
293      <li><a href="<?cs var:toroot ?>tools/support-library/setup.html">Setup</a></li>
294    </ul>
295  </li><!-- end of support library -->
296
297  <li class="nav-section">
298    <div class="nav-section-header empty"><a href="<?cs var:toroot ?>tools/data-binding/guide.html"><span
299class="en">Data Binding Library</span></a></div>
300  </li><!-- end of support library -->
301
302
303<!-- Revision menu-->
304
305  <li class="nav-section">
306    <div class="nav-section-header"><a href="<?cs var:toroot
307?>tools/revisions/index.html"><span class="en">Revisions</span></a></div>
308    <ul>
309      <li><a href="<?cs var:toroot ?>tools/revisions/studio.html">
310        <span class="en">Android Studio</span>
311      </a></li>
312      <li><a href="<?cs var:toroot ?>tools/sdk/tools-notes.html">
313        <span class="en">SDK Tools</span>
314      </a></li>
315      <li><a href="<?cs var:toroot ?>tools/revisions/build-tools.html">
316        <span class="en">SDK Build Tools</span>
317      </a></li>
318      <li><a href="<?cs var:toroot ?>tools/revisions/gradle-plugin.html">
319        <span class="en">Android Plugin for Gradle</span>
320      </a></li>
321      <li><a href="<?cs var:toroot ?>tools/revisions/platforms.html">
322        <span class="en">SDK Platforms</span></a></li>
323      <li><a href="<?cs var:toroot ?>tools/sdk/eclipse-adt.html">
324        <span class="en">ADT Plugin</span></a></li>
325    </ul>
326  </li>
327
328  <li class="nav-section">
329    <div class="nav-section-header empty">
330      <a href="<?cs var:toroot ?>tools/sdk/ndk/index.html">NDK</a>
331    </div>
332  </li>
333
334<!--  <li class="nav-section">
335    <div class="nav-section-header">
336    <a href="<?cs var:toroot ?>tools/adk/index.html">
337      <span class="en">ADK</span></a>
338    </div>
339    <ul>
340      <li><a href="<?cs var:toroot ?>tools/adk/adk2.html">ADK 2012 Guide</a></li>
341      <li><a href="<?cs var:toroot ?>tools/adk/adk.html">ADK 2011 Guide</a></li>
342    </ul>
343  </li> -->
344
345
346<!-- Eclipse ADT menu-->
347
348  <li class="nav-section">
349    <div class="nav-section-header">
350    <a href="<?cs var:toroot ?>tools/help/adt.html">
351      <span class="en">Eclipse with ADT</span></a>
352    </div>
353    <ul>
354    <li><a href="<?cs var:toroot ?>sdk/installing/migrate.html">Migrating to Android Studio</a></li>
355    <li><a href="<?cs var:toroot ?>sdk/installing/installing-adt.html">
356        <span class="en">Installing the Eclipse Plugin</span></a></li>
357    <li><a href="<?cs var:toroot ?>tools/projects/projects-eclipse.html">Managing Projects</a></li>
358    <li><a href="<?cs var:toroot ?>tools/building/building-eclipse.html">Building and Running</a></li>
359    <li><a href="<?cs var:toroot ?>tools/building/building-cmdline-ant.html">Building with Ant</a></li>
360    <li><a href="<?cs var:toroot ?>tools/testing/testing_eclipse.html">Testing</a></li>
361    <li><a href="<?cs var:toroot ?>tools/debugging/debugging-projects.html">Debugging</a></li>
362    <li><a href="<?cs var:toroot ?>tools/publishing/app-signing-eclipse.html">Signing Your Apps</a></li>
363    </ul>
364  </li><!-- end of Eclipse  -->
365
366
367</ul><!-- nav -->
368
369<script type="text/javascript">
370<!--
371    buildToggleLists();
372    changeNavLang(getLangPref());
373//-->
374</script>
375