mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 07:35:25 +00:00
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 https://github.com/facebook/react-native/pull/7725 Differential Revision: D3491577 Pulled By: JoelMarcey fbshipit-source-id: 34c580acd6bf3e7788b674bd0b41bc5a1023b010
This commit is contained in:
parent
a589985b0b
commit
c2a995d9df
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user