am a827de4e: Merge "Fixed ADB documentation to work properly on Windows Bug: 17192985" into lmp-docs

* commit 'a827de4e8bcd8d90987387b1acf8d8856104e21c':
  Fixed ADB documentation to work properly on Windows Bug: 17192985
This commit is contained in:
David Friedman
2014-11-04 00:59:31 +00:00
committed by Android Git Automerger

View File

@@ -58,7 +58,8 @@ Target: connected
</li>
<li>Connect the handheld to your machine over USB and run:
<pre>
adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444
adb forward tcp:4444 localabstract:/adb-hub
adb connect localhost:4444
</pre>
<p class="note"><b>Note</b>: You can use any available port that you have access to.</p>