sforkowany z mirror/meshtastic-android
add step for getting a mapbox token
for https://github.com/meshtastic/Meshtastic-Android/issues/2461.2-legacy
rodzic
acd43b29f5
commit
24358fa3c9
|
@ -38,6 +38,12 @@ Run the following commands to do so:
|
|||
cp ./app/special/curfirmwareversion.xml ./app/src/main/res/values/
|
||||
```
|
||||
|
||||
* (unfortunately) you need to get a (free) mapbox developer token [here](https://docs.mapbox.com/android/maps/guides/install/) and put that token in your user gradle.properties.
|
||||
```
|
||||
~/development/meshtastic/MeshUtil$ cat ~/.gradle/gradle.properties
|
||||
MAPBOX_DOWNLOADS_TOKEN=sk.yourtokenherexxx
|
||||
```
|
||||
|
||||
* Now you should be able to select "Run / Run" in the IDE and it will happily start running on your phone
|
||||
or the emulator. Note: The emulators don't support bluetooth, so some features can not be used in
|
||||
that environment.
|
||||
|
|
Ładowanie…
Reference in New Issue