diff options
| author | 2014-11-04 00:05:51 +0000 | |
|---|---|---|
| committer | 2014-11-04 00:05:52 +0000 | |
| commit | a827de4e8bcd8d90987387b1acf8d8856104e21c (patch) | |
| tree | 6bd67c275ba25bcb9edfeaa22be4d86b1ff89bc8 | |
| parent | e1970f12583120613bc94e15841f6a7cc7919f68 (diff) | |
| parent | 7e8d8b8da07f706f9ba03e261da8155fa9271337 (diff) | |
Merge "Fixed ADB documentation to work properly on Windows Bug: 17192985" into lmp-docs
| -rw-r--r-- | docs/html/training/wearables/apps/bt-debugging.jd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/training/wearables/apps/bt-debugging.jd b/docs/html/training/wearables/apps/bt-debugging.jd index 8d09c43d20ac..98cf804762a7 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 </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> |