summaryrefslogtreecommitdiff
path: root/platform/android/INSTALL_LINUX.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/INSTALL_LINUX.md')
-rw-r--r--platform/android/INSTALL_LINUX.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/INSTALL_LINUX.md b/platform/android/INSTALL_LINUX.md
index 219bb7d0e9..353d0269d0 100644
--- a/platform/android/INSTALL_LINUX.md
+++ b/platform/android/INSTALL_LINUX.md
@@ -21,7 +21,7 @@ In the Android SDK Manager also select and install "Android Support Repository"
_The demo applications use Mapbox vector tiles, which require a Mapbox account and API access token. Obtain an access token on the [Mapbox account page](https://www.mapbox.com/studio/account/tokens/)._
-gradle will take the value of the `MAPBOX_ACCESS_TOKEN` environ variable and save it to `"MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml` where the app will read it from.
+gradle will take the value of the `MAPBOX_ACCESS_TOKEN` environ 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 as `mapbox_access_token`.
## Building