diff options
Diffstat (limited to 'files/es/tools/remote_debugging/index.html')
-rw-r--r-- | files/es/tools/remote_debugging/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/es/tools/remote_debugging/index.html b/files/es/tools/remote_debugging/index.html index 4164a78241..119e77e5f6 100644 --- a/files/es/tools/remote_debugging/index.html +++ b/files/es/tools/remote_debugging/index.html @@ -26,26 +26,26 @@ translation_of: Tools/Remote_Debugging <ul> <li>a desktop or laptop computer with Firefox running on it</li> - <li>an Android device <a href="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device" title="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device">capable of running Firefox for Android</a> with Firefox for Android running on it</li> + <li>an Android device <a href="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device">capable of running Firefox for Android</a> with Firefox for Android running on it</li> <li>a USB cable to connect the two devices</li> </ul> <h3 id="ADB_setup">ADB setup</h3> -<p>Next, you'll need to get the desktop and the Android device talking to each other using the <a href="https://developer.android.com/tools/help/adb.html" title="https://developer.android.com/tools/help/adb.html">adb</a> command-line tool.</p> +<p>Next, you'll need to get the desktop and the Android device talking to each other using the <a href="https://developer.android.com/tools/help/adb.html">adb</a> command-line tool.</p> <h4 class="note" id="On_the_Android_device"><strong>On the Android device</strong></h4> <ul> - <li><a href="http://developer.android.com/guide/developing/device.html#setting-up" title="http://developer.android.com/guide/developing/device.html#setting-up">Enable USB debugging (step 2 of this link only)</a>.</li> + <li><a href="http://developer.android.com/guide/developing/device.html#setting-up">Enable USB debugging (step 2 of this link only)</a>.</li> <li>Attach the device to the desktop via USB.</li> </ul> <h4 class="note" id="On_the_desktop"><strong>On the desktop</strong></h4> <ul> - <li>Install the correct version of the <a href="http://developer.android.com/sdk/index.html" title="http://developer.android.com/sdk/index.html">Android SDK</a> for your device.</li> - <li>Using the Android SDK, install the <a href="http://developer.android.com/sdk/installing.html#components" title="http://developer.android.com/sdk/installing.html#components">Android Platform Tools</a>.</li> + <li>Install the correct version of the <a href="http://developer.android.com/sdk/index.html">Android SDK</a> for your device.</li> + <li>Using the Android SDK, install the <a href="http://developer.android.com/sdk/installing.html#components">Android Platform Tools</a>.</li> <li>Android Platform Tools installs adb in the "platform-tools" directory under the directory in which you installed the Android SDK. Make sure the "platform-tools" directory is in your path.</li> </ul> |