这些是我在build.gradle文件中使用的mapbox依赖项
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视图在Android11中崩溃了。我找到了这个解决方案https://github.com/nativescript-community/ui-mapbox/issues/19#issuecomment-771161902,它似乎解决了Android11中的问题,但是当我为Android10运行这个应用程序时,它崩溃了(这以前从未发生过)。
我应该使用什么解决方案,让Mapbox遥测系统在Android 11中工作?
(预先谢谢:)
发布于 2022-06-15 15:59:02
你在用
'com.mapbox.mapboxsdk:mapbox-android-telemetry:6.1.0‘
实现
你需要更新版本。
https://stackoverflow.com/questions/72542223
复制相似问题