| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 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 class="nav-section"> |
| 14 | <div class="nav-section-header"> |
| 15 | <a href="<?cs var:toroot ?>sdk/installing/index.html"><span class="en">Installing |
| 16 | the SDK</span></a></div> |
| 17 | <ul> |
| 18 | <li><a href="<?cs var:toroot ?>sdk/installing/adding-packages.html"> |
| 19 | <span class="en">Adding Platforms and Packages</span></a></li> |
| 20 | <li><a href="<?cs var:toroot ?>sdk/installing/installing-adt.html"> |
| 21 | <span class="en">Installing the Eclipse Plugin</span></a></li> |
| 22 | <li><a href="<?cs var:toroot ?>sdk/installing/next.html"> |
| 23 | <span class="en">Next Steps</span></a></li> |
| 24 | </ul> |
| 25 | </li> |
| 26 | <li><a href="<?cs var:toroot ?>sdk/exploring.html"> |
| 27 | <span class="en">Exploring the SDK</span></a></li> |
| Scott Main | a39d13c | 2012-06-22 16:57:57 -0700 | [diff] [blame] | 28 | <li><a href="<?cs var:toroot ?>tools/sdk/ndk/index.html">NDK</a> |
| 29 | </li> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 30 | </ul> |
| 31 | </li> |
| 32 | |
| 33 | <li class="nav-section"> |
| 34 | <div class="nav-section-header"> |
| 35 | <a href="/tools/workflow/index.html"><span class="en">Workflow</span></a> |
| 36 | </div> |
| 37 | <ul> |
| 38 | <li class="nav-section"> |
| 39 | <div class="nav-section-header"><a href="/tools/devices/index.html"><span class="en">Setting Up Virtual Devices</span></a></div> |
| 40 | <ul> |
| 41 | <li><a href="/tools/devices/managing-avds.html"><span class="en">With AVD Manager</span></a></li> |
| 42 | <li><a href="/tools/devices/managing-avds-cmdline.html"><span class="en">From the Command Line</span></a></li> |
| 43 | <li><a href="/tools/devices/emulator.html"><span class="en">Using the Android Emulator</span></a></li> |
| 44 | </ul> |
| 45 | </li> |
| 46 | <li><a href="/tools/device.html"><span class="en">Using Hardware Devices</span></a></li> |
| 47 | <li class="nav-section"> |
| 48 | <div class="nav-section-header"><a href="/tools/projects/index.html"><span class="en">Setting Up Projects</span></a></div> |
| 49 | <ul> |
| 50 | <li><a href="/tools/projects/projects-eclipse.html"><span class="en">From Eclipse with ADT</span></a></li> |
| 51 | <li><a href="/tools/projects/projects-cmdline.html"><span class="en">From the Command Line</span></a></li> |
| 52 | </ul> |
| 53 | </li> |
| 54 | |
| 55 | |
| 56 | <li class="nav-section"> |
| 57 | <div class="nav-section-header"><a href="/tools/building/index.html"><span class="en">Building and Running</span></a></div> |
| 58 | <ul> |
| 59 | <li><a href="/tools/building/building-eclipse.html"><span class="en">From Eclipse with ADT</span></a></li> |
| 60 | <li><a href="/tools/building/building-cmdline.html"><span class="en">From the Command Line</span></a></li> |
| 61 | </ul> |
| 62 | </li> |
| 63 | |
| 64 | |
| 65 | <li class="nav-section"> |
| 66 | <div class="nav-section-header"><a href="<?cs var:toroot?>tools/testing/index.html"> |
| 67 | <span class="en">Testing</span> |
| 68 | </a></div> |
| 69 | <ul> |
| 70 | <li> |
| 71 | <a href="<?cs var:toroot?>tools/testing/testing_android.html"> |
| 72 | <span class="en">Fundamentals</span></a> |
| 73 | </li> |
| 74 | <li><a href="<?cs var:toroot ?>tools/testing/testing_eclipse.html"> |
| 75 | <span class="en">From Eclipse</span></a> |
| 76 | </li> |
| 77 | <li><a href="<?cs var:toroot ?>tools/testing/testing_otheride.html"> |
| 78 | <span class="en">From Other IDEs</span></a> |
| 79 | </li> |
| 80 | <li> |
| 81 | <a href="<?cs var:toroot?>tools/testing/activity_testing.html"> |
| 82 | <span class="en">Activity Testing</span></a> |
| 83 | </li> |
| 84 | <li> |
| 85 | <a href="<?cs var:toroot?>tools/testing/service_testing.html"> |
| 86 | <span class="en">Service Testing</span></a> |
| 87 | </li> |
| 88 | <li> |
| 89 | <a href="<?cs var:toroot?>tools/testing/contentprovider_testing.html"> |
| 90 | <span class="en">Content Provider Testing</span></a> |
| 91 | </li> |
| 92 | <li> |
| 93 | <a href="<?cs var:toroot ?>tools/testing/what_to_test.html"> |
| 94 | <span class="en">What To Test</span></a> |
| 95 | </li> |
| 96 | <li> |
| 97 | <a href="<?cs var:toroot ?>tools/testing/activity_test.html"> |
| 98 | <span class="en">Activity Testing Tutorial</span></a> |
| 99 | </li> |
| 100 | </ul> |
| 101 | </li><!-- end of testing --> |
| 102 | |
| 103 | <li class="nav-section"> |
| 104 | <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/debugging/index.html"><span class="en">Debugging</span></a></div> |
| 105 | <ul> |
| 106 | <li><a href="<?cs var:toroot ?>tools/debugging/debugging-projects.html"><span class="en">From Eclipse with ADT</span></a></li> |
| 107 | <li><a href="<?cs var:toroot ?>tools/debugging/debugging-projects-cmdline.html"><span class="en">From Other IDEs</span></a></li> |
| 108 | <li><a href="<?cs var:toroot ?>tools/debugging/ddms.html"><span class="en">Using DDMS</span></a></li> |
| 109 | <li><a href="<?cs var:toroot ?>tools/debugging/debugging-log.html"><span class="en">Reading and Writing Logs</span></a></li> |
| 110 | <li><a href="<?cs var:toroot ?>tools/debugging/debugging-ui.html"><span class="en">Optimizing your UI</span></a></li> |
| 111 | <li><a href="<?cs var:toroot ?>tools/debugging/debugging-tracing.html"><span class="en">Profiling with Traceview and dmtracedump</span></a></li> |
| 112 | <li><a href="<?cs var:toroot ?>tools/debugging/debugging-devtools.html"><span class="en">Using the Dev Tools App</span></a></li> |
| 113 | </ul> |
| 114 | </li> |
| 115 | <li class="nav-section"> |
| 116 | <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/publishing/publishing_overview.html"><span class="en">Publishing</span></a></div> |
| 117 | <ul> |
| 118 | <li><a href="<?cs var:toroot ?>tools/publishing/preparing.html"><span class="en">Preparing for Release</span></a></li> |
| 119 | <li><a href="<?cs var:toroot ?>tools/publishing/versioning.html"><span class="en">Versioning Your Apps</span></a></li> |
| 120 | <li><a href="<?cs var:toroot ?>tools/publishing/app-signing.html"><span class="en">Signing Your Apps</span></a></li> |
| 121 | </ul> |
| 122 | </li> |
| 123 | </ul> |
| 124 | </li> |
| 125 | <li class="nav-section"> |
| 126 | <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/help/index.html"><span |
| 127 | class="en">Tools Help</span></a></div> |
| 128 | <ul> |
| 129 | <li><a href="<?cs var:toroot ?>tools/help/adb.html">adb</a></li> |
| 130 | <li><a href="<?cs var:toroot ?>tools/help/adt.html">ADT</a></li> |
| 131 | <li><a href="<?cs var:toroot ?>tools/help/android.html">android</a></li> |
| 132 | <li><a href="<?cs var:toroot ?>tools/help/bmgr.html">bmgr</a> |
| Joe Fernandez | 3e820be | 2012-06-19 15:48:29 -0700 | [diff] [blame^] | 133 | <li><a href="<?cs var:toroot ?>tools/help/monitor.html">Device Monitor</a></li> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 134 | <li><a href="<?cs var:toroot ?>tools/help/dmtracedump.html">dmtracedump</a></li> |
| 135 | <li><a href="<?cs var:toroot ?>tools/help/draw9patch.html">Draw 9-Patch</a></li> |
| 136 | <li><a href="<?cs var:toroot ?>tools/help/emulator.html">Emulator</a></li> |
| 137 | <li><a href="<?cs var:toroot ?>tools/help/etc1tool.html">etc1tool</a></li> |
| 138 | <li><a href="<?cs var:toroot ?>tools/help/hierarchy-viewer.html">Hierarchy Viewer</a></li> |
| 139 | <li><a href="<?cs var:toroot ?>tools/help/hprof-conv.html">hprof-conv</a></li> |
| 140 | <li><a href="<?cs var:toroot ?>tools/help/layoutopt.html">layoutopt</a></li> |
| 141 | <li><a href="<?cs var:toroot ?>tools/help/logcat.html">logcat</a></li> |
| 142 | <li><a href="<?cs var:toroot ?>tools/help/mksdcard.html">mksdcard</a></li> |
| 143 | <li><a href="<?cs var:toroot ?>tools/help/monkey.html">monkey</a></li> |
| 144 | <li class="nav-section"> |
| 145 | <div class="nav-section-header"><a href="<?cs var:toroot |
| 146 | ?>tools/help/monkeyrunner_concepts.html"><span class="en">monkeyrunner</span></a></div> |
| 147 | <ul> |
| 148 | <li><a href="<?cs var:toroot ?>tools/help/MonkeyDevice.html"><span |
| 149 | class="en">MonkeyDevice</span></a></li> |
| 150 | <li><a href="<?cs var:toroot ?>tools/help/MonkeyImage.html"><span |
| 151 | class="en">MonkeyImage</span></a></li> |
| 152 | <li><a href="<?cs var:toroot ?>tools/help/MonkeyRunner.html"><span |
| 153 | class="en">MonkeyRunner</span></a></li> |
| 154 | </ul> |
| 155 | </li> |
| 156 | <li><a href="<?cs var:toroot ?>tools/help/proguard.html">ProGuard</a></li> |
| Joe Fernandez | 3e820be | 2012-06-19 15:48:29 -0700 | [diff] [blame^] | 157 | <li><a href="<?cs var:toroot ?>tools/help/gltracer.html">Tracer for OpenGL ES</a></li> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 158 | <li><a href="<?cs var:toroot ?>tools/help/traceview.html">Traceview</a></li> |
| 159 | <li><a href="<?cs var:toroot ?>tools/help/zipalign.html">zipalign</a></li> |
| 160 | </ul> |
| 161 | </li> |
| 162 | |
| 163 | <li class="nav-section"> |
| 164 | <div class="nav-section-header"><a href="<?cs var:toroot |
| 165 | ?>tools/revisions/index.html"><span class="en">Revisions</span></a></div> |
| 166 | <ul> |
| 167 | <li><a href="<?cs var:toroot ?>tools/sdk/tools-notes.html"> |
| 168 | <span class="en">Tools</span> |
| 169 | </a></li> |
| 170 | <li><a href="<?cs var:toroot ?>tools/sdk/eclipse-adt.html"> |
| 171 | <span class="en">ADT Plugin</span> |
| 172 | </a></li> |
| 173 | <!-- |
| 174 | <li><a href="<?cs var:toroot ?>tools/sdk/addons.html"><span class="en">Add-ons</span></a></li> |
| 175 | --> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 176 | <li><a href="<?cs var:toroot ?>tools/revisions/platforms.html"><span |
| 177 | class="en">Platforms</span></a></li> |
| 178 | </ul> |
| 179 | </li> |
| 180 | |
| 181 | |
| 182 | <li class="nav-section"> |
| 183 | <div class="nav-section-header"><a href="<?cs var:toroot |
| 184 | ?>tools/extras/index.html"><span class="en">Extras</span></a></div> |
| 185 | <ul> |
| 186 | <li><a href="<?cs var:toroot ?>tools/extras/support-library.html"><span class="en">Support |
| 187 | Library</span></a></li> |
| 188 | <li><a href="<?cs var:toroot ?>tools/extras/oem-usb.html"><span |
| 189 | class="en">USB Drivers</span></a> |
| 190 | </li> |
| 191 | </ul> |
| 192 | </li> |
| 193 | |
| 194 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 195 | <li class="nav-section"> |
| 196 | <div class="nav-section-header empty"><a href="<?cs var:toroot |
| 197 | ?>tools/samples/index.html"><span class="en">Samples</span></a></div> |
| 198 | </li> |
| Joe Fernandez | 3a77ccc | 2012-06-24 23:58:25 -0700 | [diff] [blame] | 199 | |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 200 | |
| Joe Fernandez | 3a77ccc | 2012-06-24 23:58:25 -0700 | [diff] [blame] | 201 | <li class="nav-section"> |
| 202 | <div class="nav-section-header"> |
| 203 | <a href="<?cs var:toroot ?>tools/adk/index.html"> |
| 204 | <span class="en">ADK</span></a> |
| 205 | </div> |
| 206 | <ul> |
| 207 | <li><a href="<?cs var:toroot ?>tools/adk/adk2.html">ADK 2012 Guide</a></li> |
| 208 | <li><a href="<?cs var:toroot ?>tools/adk/adk.html">ADK 2011 Guide</a></li> |
| 209 | <li class="nav-section"> |
| 210 | <div class="nav-section-header"> |
| 211 | <a href="<?cs var:toroot ?>tools/adk/aoa.html">Android Open Accessory Protocol</a> |
| 212 | </div> |
| 213 | <ul> |
| 214 | <li><a href="<?cs var:toroot ?>tools/adk/aoa2.html">AOA 2.0</a></li> |
| 215 | </ul> |
| 216 | </li> |
| 217 | </ul> |
| 218 | </li> |
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 219 | |
| 220 | </ul><!-- nav --> |
| 221 | |
| 222 | <script type="text/javascript"> |
| 223 | <!-- |
| 224 | buildToggleLists(); |
| 225 | changeNavLang(getLangPref()); |
| 226 | //--> |
| 227 | </script> |