Closed jonasteich closed 1 year ago
I am also facing this error
Are you able to provide a minimal reproducable example?
I found out, that this is only happening in debug mode. When running with --release
everything works fine.
@JonasTeich Perfect, I will close this issue now since its not a problem and might only occure during development. (hot restart/reload) If you feel like this should be fixed then feel free to reopen the issue :)
I have the same issue.
I get this error: "Abort message: 'terminating with uncaught exception of type jni::PendingJavaException'" and my app crashes when I open a Map on an android device with
myLocationEnabled: true
. But this is just the case in my own app. When I use the example app, everything just works fine.