summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-11-25 22:20:04 +1100
committerLeith Bade <leith@mapbox.com>2014-11-28 00:11:37 +1100
commitc04dfc80e2b837f3bfe1dc1ba2fbb557b2e5f454 (patch)
treec63494bdb7790df2bc9b982cc75289a5ea7135e1 /README.md
parentd24ab4ef63b8ad6cdc54ebb205a916774e6ff92f (diff)
downloadqtlocation-mapboxgl-c04dfc80e2b837f3bfe1dc1ba2fbb557b2e5f454.tar.gz
Exception does not compile
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c93ce2071b..819f1fcb1c 100644
--- a/README.md
+++ b/README.md
@@ -176,6 +176,8 @@ For iOS and OS X use of the demo apps in Xcode, setup the access token by editin
For Linux, set the environment variable `MAPBOX_ACCESS_TOKEN` to your token.
+For Android, open the class MapFragment and look for the line with `mMap.setAccessToken("access key goes here");`. Also delete the throw statement on the previous line.
+
# Style
Some styles in JSON format are included at `./styles`. See the [style spec](https://github.com/mapbox/mapbox-gl-style-spec) for more details.