Skip to content

Commit

Permalink
Readme: add documentation about referencing assets (mbtiles/sprites e…
Browse files Browse the repository at this point in the history
…tc.) (#346)

This came up e.g. in
#338 and
#318

Co-authored-by: Julian Bissekkou <[email protected]>
  • Loading branch information
m0nac0 and JulianBissekkou authored Dec 19, 2023
1 parent 1fd4001 commit a27e3c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ if you plan on committing from the Codespace.
## Fixing common issues
### Loading .mbtiles tile files or sprites/glyphs from the assets shipped with the app
One approach that has been used successfully to do that is to copy the files from the app's assets directory to another directory, e.g. the app's cache directory, and then reference that location.
See e.g. issues https://github.com/maplibre/flutter-maplibre-gl/issues/338 and https://github.com/maplibre/flutter-maplibre-gl/issues/318
### Avoid Android UnsatisfiedLinkError
Update buildTypes in `android\app\build.gradle`
Expand Down

0 comments on commit a27e3c6

Please sign in to comment.