Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e8d8b8d authored by David Friedman's avatar David Friedman
Browse files

Fixed ADB documentation to work properly on Windows

Bug: 17192985

Change-Id: Iea9eb4e1eb53718ddfb0ca3e1c5f09504f987457
parent e3dd89a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>