-
Notifications
You must be signed in to change notification settings - Fork 119
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
Crash in cluster plugin #163
Comments
cc @tobrun |
fixed upstream with mapbox/mapbox-gl-native#10388. |
@tobrun Why did you close the issue without giving any way to get the fix? I mean, there's no new version yet, right? |
you can use 5.2.0-SNAPSHOT to test, will be shipped with beta.5 next week and aiming for a final release week after. |
Thanks @tobrun repositories {
maven {
url = 'https://oss.sonatype.org/content/repositories/snapshots'
}
} |
Hi, Used version: com.mapbox.mapboxsdk:mapbox-android-navigation:0.7.1-SNAPSHOT Error:
Please fix it because as a consequence - my app is frozen. @tobrun Could you help me? /// EDIT
Best regards |
IMHO, if NPEs are your problem, then you should move to Kotlin instead of sticking to unsafe Java, so the compiler or the |
The whole app is written in Java. Moving it to Kotlin would make a big mess right now. The main problem is definitely in the Mapbox library. |
@GitGadom That's not so true since Kotlin allows smooth interop with Java, and the IDE allows to convert files one at a time, while keeping the project working |
Ok, thank you for your response but still waiting for the developer comment. @tobrun Could you look at these problems crashing my app? |
@GitGadom , what version of the maps sdk are you using? For the navigation sdk, are you still using |
Hi,
I replaced Google Maps SDK with MapBox in an app where I was using cluster. I also replaced usages to Google Maps cluster util with the one from MapBox, fixed all the errors.
It worked flawlessly at first, but then, I got a crash while my app was adding more markers to cluster.
Here's the stacktrace of the error:
Below is what was logged just before the crash:
The text was updated successfully, but these errors were encountered: