diff --git a/releases/next/docs/running-on-device-android.html b/releases/next/docs/running-on-device-android.html index 3ae55e67b65..68498009d82 100644 --- a/releases/next/docs/running-on-device-android.html +++ b/releases/next/docs/running-on-device-android.html @@ -1,7 +1,7 @@
Running On Device # | Edit on GitHub |
You'll need this in order to install your app on your device. First, make sure you have USB debugging enabled on your device.
Check that your device has been successfully connected by running adb devices:
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.
Let's now set up an Android device to run our React Native projects.
First thing is to plug in your device and check the manufacturer code by using lsusb, which should output something like this:
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. If you get a "bridge configuration isn't available" error, see the Using adb reverse section below.
Let's now set up an Android device to run our React Native projects.
First thing is to plug in your device and check the manufacturer code by using lsusb, which should output something like this: