Skip to content

Commit 4dbc970

Browse files
authored
Clarify Android setup in the README.md
1 parent 4521db7 commit 4dbc970

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ Since version 59, additionally use the `--headless` option, for example:
130130

131131
#### Android
132132

133-
Plug the device and enable the [port forwarding][adb], for example:
133+
Plug the device and make sure to authorize the connection from the device itself. Then
134+
enable the port forwarding, for example:
134135

135-
adb forward tcp:9222 localabstract:chrome_devtools_remote
136+
adb -d forward tcp:9222 localabstract:chrome_devtools_remote
136137

137-
Note that in Android, Chrome does not have its own protocol available, a local
138-
version must be used. See [here](#chrome-debugging-protocol-versions) for more information.
139-
140-
[adb]: https://developer.chrome.com/devtools/docs/remote-debugging-legacy
138+
After that you should be able to use `http://127.0.0.1:9222` as usual, but note that in
139+
Android, Chrome does not have its own protocol available, so a local version must be used.
140+
See [here](#chrome-debugging-protocol-versions) for more information.
141141

142142
##### WebView
143143

0 commit comments

Comments
 (0)