diff --git a/README.md b/README.md index cf86bfec3..79f95efd0 100644 --- a/README.md +++ b/README.md @@ -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`