summaryrefslogtreecommitdiff
path: root/platform/android/INSTALL_OSX.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/INSTALL_OSX.md')
-rw-r--r--platform/android/INSTALL_OSX.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/INSTALL_OSX.md b/platform/android/INSTALL_OSX.md
index f82bb80da0..00096ebc60 100644
--- a/platform/android/INSTALL_OSX.md
+++ b/platform/android/INSTALL_OSX.md
@@ -22,7 +22,7 @@ By default, the Android SDK will be installed to `/Users/<user>/Library/Android/
_The test application (used for development purposes) uses Mapbox vector tiles, which require a Mapbox account and API access token. Obtain a free access token on the [Mapbox account page](https://www.mapbox.com/studio/account/tokens/)._
If you start Android Studio from your terminal, gradle will take the value of the `MAPBOX_ACCESS_TOKEN` environment variable and save it to `MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml` where the app will read it from. Otherwise,
-you can edit `developer-config.xml` and add the value manually.
+you can edit `developer-config.xml` and add the value manually as `mapbox_access_token`.
## Developing In Android Studio