Small fix to doc for working remotely on android.
Review-Url: https://codereview.chromium.org/2359473002 Cr-Commit-Position: refs/heads/master@{#419779}
This commit is contained in:
@ -88,7 +88,7 @@ Copy /tools/android/adb_remote_setup.sh to your laptop, then run it.
|
|||||||
adb_remote_setup.sh updates itself, so you only need to copy it once.
|
adb_remote_setup.sh updates itself, so you only need to copy it once.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
laptop$ curl -sSf "https://chromium.googlesource.com/chromium/src.git/+/master/tools/android/adb_remote_setup.sh?format=TEXT | base64 --decode > adb_remote_setup.sh
|
laptop$ curl -sSf "https://chromium.googlesource.com/chromium/src.git/+/master/tools/android/adb_remote_setup.sh?format=TEXT" | base64 --decode > adb_remote_setup.sh
|
||||||
laptop$ chmod +x adb_remote_setup.sh
|
laptop$ chmod +x adb_remote_setup.sh
|
||||||
laptop$ ./adb_remote_setup.sh <desktop_hostname> <path_to_adb_on_desktop>
|
laptop$ ./adb_remote_setup.sh <desktop_hostname> <path_to_adb_on_desktop>
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user