From 6227d2853302170433bd44e802afb02ef1914499 Mon Sep 17 00:00:00 2001 From: tobrun Date: Thu, 24 Jan 2019 14:10:56 +0100 Subject: [android] - update project readme with buck source file ignore configuration --- platform/android/README.md | 3 +++ 1 file changed, 3 insertions(+) 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 `` 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/)._ -- cgit v1.2.1