blob: c10e2580c08268dba5400040dc92b24feca7a1f8 (
plain)
1
2
3
4
5
6
7
|
# Running Mapbox GL Native on a hardware Android device
First read the [Google documentation](http://developer.android.com/tools/device.html) to set up your device and your OS to connect to the device.
When you plug your device in and then run or debug the Android project you will see a window "Choose Device". Choose your device from the "Choose a running device" list.
If your device does not show up, double check the [Google documentation](http://developer.android.com/tools/device.html).
|