summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-01-24 14:10:56 +0100
committerTobrun <tobrun@mapbox.com>2019-01-24 16:16:28 +0100
commit6227d2853302170433bd44e802afb02ef1914499 (patch)
tree5ec9ae1a81aea8a17d770d077898473834ea8fa8
parent079a0892e99e8674f1457e72893ed623cd99bc0c (diff)
downloadqtlocation-mapboxgl-6227d2853302170433bd44e802afb02ef1914499.tar.gz
[android] - update project readme with buck source file ignore configuration
-rw-r--r--platform/android/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/android/README.md b/platform/android/README.md
index 7925b9e7e6..3c82458539 100644
--- a/platform/android/README.md
+++ b/platform/android/README.md
@@ -73,6 +73,9 @@ If you are using Arch Linux, install [ncurses5-compat-libs](https://aur.archlinu
Mapbox uses specific IDE settings related to code and check style.
See [checkstyle guide](https://github.com/mapbox/mapbox-gl-native/wiki/Setting-up-Mapbox-checkstyle) for configuration details.
+#### Resolving duplicate file entries
+With buck build support, Android Studio can complain about duplicate source files. To remove this warning, open `MapboxGLAndroidSDK.iml` find the list of `excludeFolder` entries and add `<excludeFolder url="file://$MODULE_DIR$/../../../misc/" />` line.
+
##### Setting Mapbox Access Token
_The test application (used for development purposes) uses Mapbox vector tiles, which require a Mapbox account and API access token. Obtain a free access token on the [Mapbox account page](https://www.mapbox.com/studio/account/tokens/)._