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.)

This came up e.g. in #338 and #318
  • Loading branch information
m0nac0 authored Dec 1, 2023
1 parent a41833c commit e700852
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 @@ -142,6 +142,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 e700852

Please sign in to comment.