summaryrefslogtreecommitdiff
path: root/docs/DEVELOP_ANDROID_LINUX.md
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2015-11-13 11:17:10 +0100
committerTobrun <tobrun.van.nuland@gmail.com>2015-11-13 11:21:41 +0100
commitf4de4a799cd60fb6bdfa4f17935daca87d7b56e3 (patch)
treee618bd245b6a896fe60d06a58576270633b3657f /docs/DEVELOP_ANDROID_LINUX.md
parentbcd5db4a46fcbc2fd8db315cbc4e45d3014713a1 (diff)
downloadqtlocation-mapboxgl-f4de4a799cd60fb6bdfa4f17935daca87d7b56e3.tar.gz
[android] #3023 - reactive token generation
[android] #3023 - update documentation to reflect change
Diffstat (limited to 'docs/DEVELOP_ANDROID_LINUX.md')
-rw-r--r--docs/DEVELOP_ANDROID_LINUX.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DEVELOP_ANDROID_LINUX.md b/docs/DEVELOP_ANDROID_LINUX.md
index 31e7f193e9..7a918299d6 100644
--- a/docs/DEVELOP_ANDROID_LINUX.md
+++ b/docs/DEVELOP_ANDROID_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/account/apps/)._
-gradle will take the value of the `MAPBOX_ACCESS_TOKEN` environ variable and save it to `android/java/MapboxGLAndroidSDK/src/main/res/raw/token.txt` 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.
## Building