summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorBrad Leege <brad@mapbox.com>2016-02-18 12:14:11 -0600
committerBrad Leege <brad@mapbox.com>2016-02-18 12:14:11 -0600
commitfd96b3e1c757d88f4c24b17b36efe507202f0544 (patch)
tree9a9b32dc068cd807a6d515b94ff76b5c4cb9fe49 /platform
parente2bbfc19c53a4bc23ffdfd4ea0298ad29a94f88d (diff)
downloadqtlocation-mapboxgl-fd96b3e1c757d88f4c24b17b36efe507202f0544.tar.gz
[android] #3119 - Updating mapbox_access_token Name in developer-config.xml
Diffstat (limited to 'platform')
-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