File tree Expand file tree Collapse file tree 2 files changed +31
-4
lines changed
docs/html/guide/developing Expand file tree Collapse file tree 2 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,12 @@ parent.link=index.html
3232 </ol>
3333 </li>
3434 </ol>
35+
36+ <h2>See also</h2>
37+ <ol>
38+ <li><a href="{@docRoot}guide/developing/tools/emulator.html">Android Emulator</a></li>
39+ <li><a href="{@docRoot}guide/developing/devices/managing-avds.html">Managing AVDs with AVD Manager</a></li>
40+ </ol>
3541</div>
3642</div>
3743
@@ -63,8 +69,6 @@ on the data channel.</p>
6369
6470
6571
66-
67-
6872<h2 id="overview">Overview</h2>
6973
7074<p>The Android emulator is a QEMU-based application that provides a virtual ARM
@@ -166,7 +170,8 @@ on the Emulator</a> for information about how to install your application.</p>
166170
167171<p>To stop an emulator instance, just close the emulator's window.</p>
168172
169-
173+ <p>For a reference of the emulator's startup commands and keyboard mapping, see
174+ the <a href="{@docRoot}guide/developing/tools/emulator.html">Android Emulator</a> document.</p>
170175
171176
172177
Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ parent.title=Tools
33parent.link=index.html
44@jd:body
55
6+ <div id="qv-wrapper">
7+ <div id="qv">
8+
9+ <h2>In this document</h2>
10+ <ol>
11+ <li><a href="#startup-options">Emulator Startup Options</a></li>
12+ <li><a href="#KeyMapping">Emulator Keyboard Mapping</a></li>
13+ </ol>
14+
15+ <h2>See also</h2>
16+ <ol>
17+ <li><a href="{@docRoot}guide/developing/devices/emulator.html">Using the Android Emulator</a></li>
18+ <li><a href="{@docRoot}guide/developing/devices/index.html">Managing Virtual Devices</a></li>
19+ </ol>
20+
21+ </div>
22+ </div>
23+
24+
625<p>The Android SDK includes a mobile device emulator — a virtual mobile device
726that runs on your computer. The emulator lets you develop and test
827Android applications without using a physical device.</p>
@@ -451,7 +470,10 @@ Managing Virtual Devices with AVD Manager</a>.
451470 <td>See comments for <code>-skin</code>, above.</td></tr>
452471</table>
453472
454- <h2>Emulator Keyboard Mapping</h2>
473+
474+
475+ <h2 id="KeyMapping">Emulator Keyboard Mapping</h2>
476+
455477<p>The table below summarizes the mappings between the emulator keys and and
456478the keys of your keyboard. </p>
457479<p class="table-caption"><strong>Table 2.</strong> Emulator keyboard mapping</p>
You can’t perform that action at this time.
0 commit comments