Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - update project readme with buck source file ignore config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
tobrun committed Jan 24, 2019
1 parent 079a089 commit 6227d28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)._
Expand Down

0 comments on commit 6227d28

Please sign in to comment.