From 7e8d8b8da07f706f9ba03e261da8155fa9271337 Mon Sep 17 00:00:00 2001 From: David Friedman Date: Thu, 30 Oct 2014 11:19:20 -0700 Subject: [PATCH] Fixed ADB documentation to work properly on Windows Bug: 17192985 Change-Id: Iea9eb4e1eb53718ddfb0ca3e1c5f09504f987457 --- docs/html/training/wearables/apps/bt-debugging.jd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/html/training/wearables/apps/bt-debugging.jd b/docs/html/training/wearables/apps/bt-debugging.jd index 8d09c43d20aca..98cf804762a77 100644 --- a/docs/html/training/wearables/apps/bt-debugging.jd +++ b/docs/html/training/wearables/apps/bt-debugging.jd @@ -58,7 +58,8 @@ Target: connected
  • Connect the handheld to your machine over USB and run:
    -adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444
    +adb forward tcp:4444 localabstract:/adb-hub
    +adb connect localhost:4444
     

    Note: You can use any available port that you have access to.