-
Notifications
You must be signed in to change notification settings - Fork 141
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
MapBox causes application to crash on start #1979
Comments
Thanks @scenemax3d for your report. I have a few questions that would help us:
Thank you. |
Hi jush, dependencyResolutionManagement { I will try to reproduce it in a simple stand-alone app & send it to you. |
On a clean stand alone project it doesn't happen so I guess it has something to do with my project's dependencies and/or configuration... 2023-02-03 16:36:43.435 4788-4788/com.abware.watchdog_client I/Mapbox: [common]: Using Mapbox Common SDK v23.2.1(0c9273ed7) |
Update - for my case, the problem was solved by adding this to the build.gradle: compileOptions { |
Thanks @scenemax3d for sharing your findings. |
Hello,
Looks like MapBox crashes my app immediately when opening even if I don't create a MapBox View - just by including the lib in my gradle files.
Does anyone encounter such issue? any clue?
Thanks a lot!
** it's a partial stacktrace due to comment length limitation inGit Hub
The text was updated successfully, but these errors were encountered: