You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to add vision libraries like this its crashing with following error:
E/MapboxTelemetry: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mapbox/android/core/MapboxSdkInfoForUserAgentGenerator;
E/libc++abi: terminating with uncaught exception of type jni::PendingJavaException
A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 22560 (Thread-3), pid 22319 (e.ar_navigation)
The text was updated successfully, but these errors were encountered:
Application getting crashed when I try to exclude some Mapbox-core packages in order to resolve duplicate classes issue.
build.gradle
// Maps Navigation dependencies
implementation "com.mapbox.navigation:ui-dropin:2.11.0"
implementation "com.mapbox.navigation:android:2.11.0"
implementation "com.mapbox.mapboxsdk:mapbox-android-navigation:0.42.6", {
exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-core'
}
when I try to add vision libraries like this its crashing with following error:
E/MapboxTelemetry: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/mapbox/android/core/MapboxSdkInfoForUserAgentGenerator;
E/libc++abi: terminating with uncaught exception of type jni::PendingJavaException
A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 22560 (Thread-3), pid 22319 (e.ar_navigation)
The text was updated successfully, but these errors were encountered: