@@ -40,7 +40,7 @@ Android project, it includes a default set of "Hello World" source files that al
4040immediately run the app.</p>
4141
4242<p>How you run your app depends on two things: whether you have a real Android-powered device and
43- whether you’ re using Eclipse. This lesson shows you how to install and run your app on a
43+ whether you' re using Eclipse. This lesson shows you how to install and run your app on a
4444real device and on the Android emulator, and in both cases with either Eclipse or the command line
4545tools.</p>
4646
@@ -85,12 +85,21 @@ important that you understand how to run your app before you start developing.</
8585
8686<ol>
8787 <li>Plug in your device to your development machine with a USB cable.
88- If you’ re developing on Windows, you might need to install the appropriate USB driver for your
88+ If you' re developing on Windows, you might need to install the appropriate USB driver for your
8989device. For help installing drivers, see the <a href="{@docRoot}tools/extras/oem-usb.html">OEM USB
90- Drivers</a> document.</li>
91- <li>Ensure that <strong>USB debugging</strong> is enabled in the device Settings (open Settings
92- and navitage to <strong>Applications > Development</strong> on most devices, or click
93- <strong>Developer options</strong> on Android 4.0 and higher).</li>
90+ Drivers</a> document.</li>
91+ <li>Enable <strong>USB debugging</strong> on your device.
92+ <ul>
93+ <li>On most devices running Android 3.2 or older, you can find the option under
94+ <strong>Settings > Applications > Development</strong>.</li>
95+ <li>On Android 4.0 and newer, it's in <strong>Settings > Developer options</strong>.
96+ <p class="note"><strong>Note:</strong> On Android 4.2 and newer, <strong>Developer
97+ options</strong> is hidden by default. To make it available, go
98+ to <strong>Settings > About phone</strong> and tap <strong>Build number</strong>
99+ seven times. Return to the previous screen to find <strong>Developer options</strong>.</p>
100+ </li>
101+ </ul>
102+ </li>
94103</ol>
95104
96105<p>To run the app from Eclipse, open one of your project's files and click
@@ -118,7 +127,7 @@ lesson</a>.</p>
118127
119128<h2 id="Emulator">Run on the Emulator</h2>
120129
121- <p>Whether you’ re using Eclipse or the command line, to run your app on the emulator you need to
130+ <p>Whether you' re using Eclipse or the command line, to run your app on the emulator you need to
122131first create an <a href="{@docRoot}tools/devices/index.html">Android Virtual Device</a> (AVD). An
123132AVD is a device configuration for the Android emulator that allows you to model different
124133devices.</p>
0 commit comments