Skip to content

Commit

Permalink
Update RunningOnDeviceAndroid.md
Browse files Browse the repository at this point in the history
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 facebook#7725

Differential Revision: D3491577

Pulled By: JoelMarcey

fbshipit-source-id: 34c580acd6bf3e7788b674bd0b41bc5a1023b010
  • Loading branch information
drcallaway authored and Facebook Github Bot 9 committed Jun 28, 2016
1 parent a589985 commit c2a995d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RunningOnDeviceAndroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Check that your device has been **successfully connected** by running `adb devic

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

Now you can use `react-native run-android` to install and launch your app on the device.
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.

## Setting up an Android Device

Expand Down

0 comments on commit c2a995d

Please sign in to comment.