These are the mapbox dependencies I have used in build.gradle file
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-places-v9:0.12.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-telemetry:6.1.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v9:0.9.0'
Mapbox view is crashing in Android 11. I found this solution https://github.com/nativescript-community/ui-mapbox/issues/19#issuecomment-771161902 which seems to be resolving the issue in Android 11, but when I ran the app for Android 10, it crashed (which didn't used to happen before).
What solution should I use for Mapbox Telemetry to work in Android 11 ?
Thanks in advance :)
You're using
implementation 'com.mapbox.mapboxsdk:mapbox-android-telemetry:6.1.0'
You need to update version.