Skip to content

Commit c2a995d

Browse files
drcallawayFacebook Github Bot 9
authored andcommitted
Update RunningOnDeviceAndroid.md
Summary: Add note associating error message to "adb reverse" command. When I first ran a React Native app on my Android phone, I received a cryptic "bridge configuration isn't available" error. After some research, I discovered that the "adb reverse" command mentioned further down on the page resolved the problem. Closes #7725 Differential Revision: D3491577 Pulled By: JoelMarcey fbshipit-source-id: 34c580acd6bf3e7788b674bd0b41bc5a1023b010
1 parent a589985 commit c2a995d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/RunningOnDeviceAndroid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Check that your device has been **successfully connected** by running `adb devic
2020

2121
Seeing **device** in the right column means the device is connected. Android - go figure :) You must have **only one device connected**.
2222

23-
Now you can use `react-native run-android` to install and launch your app on the device.
23+
Now you can use `react-native run-android` to install and launch your app on the device. If you get a "bridge configuration isn't available" error, see the `Using adb reverse` section below.
2424

2525
## Setting up an Android Device
2626

0 commit comments

Comments
 (0)