aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/tools/remote_debugging/firefox_for_android/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/tools/remote_debugging/firefox_for_android/index.html')
-rw-r--r--files/zh-cn/tools/remote_debugging/firefox_for_android/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/tools/remote_debugging/firefox_for_android/index.html b/files/zh-cn/tools/remote_debugging/firefox_for_android/index.html
index c4cd379982..f4c01b45c2 100644
--- a/files/zh-cn/tools/remote_debugging/firefox_for_android/index.html
+++ b/files/zh-cn/tools/remote_debugging/firefox_for_android/index.html
@@ -17,13 +17,13 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android
<p>接下来,你需要使用 <a href="https://developer.android.com/tools/help/adb.html">adb</a> 命令行工具来使两台设备相互通信。</p>
<h4 class="note" id="配置Android设备">配置Android设备</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">开启USB调试 (详细步骤位于链接内容的第二章节)</a>。</li>
+ <li><a href="http://developer.android.com/guide/developing/device.html#setting-up">开启USB调试 (详细步骤位于链接内容的第二章节)</a>。</li>
<li>通过USB连接Android设备与电脑。</li>
</ul>
<h4 class="note" id="配置电脑">配置电脑</h4>
<ul>
- <li>安装设备相对应的 <a href="http://developer.android.com/sdk/index.html" title="http://developer.android.com/sdk/index.html">Android SDK(软件开发工具包)</a> 。</li>
- <li>通过Android SDK安装 <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>安装设备相对应的 <a href="http://developer.android.com/sdk/index.html">Android SDK(软件开发工具包)</a> 。</li>
+ <li>通过Android SDK安装 <a href="http://developer.android.com/sdk/installing.html#components">Android Platform Tools</a>。</li>
<li>将Android Platform Tools 中的adb工具安装在 Android SDK的安装目录中的"platform-tools" 目录,请确保"platform-tools" 目录位于此路径下。</li>
</ul>
<p>检查ADB的工作状态, 打开电脑的cmd命令提示符并输入如下命令:</p>