Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolved unresolved theme attributes exception on Android #339

Open
LukBukkit opened this issue Nov 27, 2023 · 1 comment
Open

Unresolved unresolved theme attributes exception on Android #339

LukBukkit opened this issue Nov 27, 2023 · 1 comment
Labels
android bug Something isn't working upstream depends on changes upstream (flutter/maplibre)

Comments

@LukBukkit
Copy link

Hi, when using the latest commit of flutter-maplibre-gl on Android, I get the same errors as described in maplibre/maplibre-native#1274. I've confirmed this problem in Android 13 and 14 emulators. This issue was already fixed. However, the fix was not yet released as a new version of maplibre-native. Can we do anything except wait for the release containing the fix?

@m0nac0
Copy link
Collaborator

m0nac0 commented Nov 27, 2023

You could try opening an issue in the native repository and asking when they are planning to do a new release, maybe they are willing to do one soon with that fix.

Or you could try to replace the maplibre native dependency in

implementation 'org.maplibre.gl:android-sdk:10.2.0'
with a git dependency of a more recent commit (I have never done this, but it seems that there are ways to include a git dependency in gradle)

@m0nac0 m0nac0 added android upstream depends on changes upstream (flutter/maplibre) labels Nov 28, 2023
@josxha josxha added the bug Something isn't working label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android bug Something isn't working upstream depends on changes upstream (flutter/maplibre)
Projects
None yet
Development

No branches or pull requests

3 participants