summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2015-11-08 18:39:00 +0100
committerTobrun <tobrun.van.nuland@gmail.com>2015-11-08 18:39:00 +0100
commit30cac4ff0013051ffac8941524b9b88a1a98ffcc (patch)
tree39b2a476b271f16d959e2108fea0bbce210eeb64 /docs
parent0e5063799abc8f2ed097e6526aaef30838201553 (diff)
downloadqtlocation-mapboxgl-30cac4ff0013051ffac8941524b9b88a1a98ffcc.tar.gz
[android] #2974 - Update documentation token.txt
Update documentation due to migration of the token from testapp to SDK
Diffstat (limited to 'docs')
-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 761befc8e9..31e7f193e9 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/MapboxGLAndroidSDKTestApp/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 `android/java/MapboxGLAndroidSDK/src/main/res/raw/token.txt` where the app will read it from.
## Building