mapbox-vision-android icon indicating copy to clipboard operation
mapbox-vision-android copied to clipboard

Unable to resolve dependency for ':Examples@debugAndroidTest/compileClasspath': Could not resolve com.mapbox.vision:mapbox-android-vision-ar:0.12.0.

Open RamenChan opened this issue 5 years ago • 1 comments

Please Help Me,

dependencies { implementation fileTree(dir: 'libs', include: ['*.aar']) implementation("com.serenegiant:common:$uvccamera_common") { exclude module: 'support-v4' }

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation "androidx.appcompat:appcompat:$android_x_appcompat"

implementation "com.mapbox.mapboxsdk:mapbox-android-sdk:$mapbox_sdk"
implementation "com.mapbox.mapboxsdk:mapbox-android-navigation:$mapbox_navigation"
implementation "com.mapbox.mapboxsdk:mapbox-android-navigation-ui:$mapbox_navigation"
implementation "com.mapbox.mapboxsdk:mapbox-android-core:$mapbox_core"

ktlint "com.pinterest:ktlint:$ktlint_version"

implementation "com.mapbox.vision:mapbox-android-vision:$vision"
implementation "com.mapbox.vision:mapbox-android-vision-ar:$vision"
implementation "com.mapbox.vision:mapbox-android-vision-safety:$vision"

}

and eror code : Unable to resolve dependency for ':Examples@debugAndroidTest/compileClasspath': Could not resolve com.mapbox.vision:mapbox-android-vision-ar:0.12.0.

Ek Açıklama 2020-08-18 150834

RamenChan avatar Aug 18 '20 12:08 RamenChan

Hey @RamenChan , have you added your Mapbox token as described at https://vision.mapbox.com/install/ in the Android section?

yunikkk avatar Aug 19 '20 09:08 yunikkk

The issue is resolved. @yunikkk thanks 🥇

RamenChan avatar Jul 31 '24 13:07 RamenChan