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
I am new to mapbox, and I followed the instructions on https://docs.mapbox.com/android/vision/guides/install/ but when I gradle sync, all 3 vision SDK dependencies fail to resolve, and when configuring SDK, the VisionManager.init line isn't working as VisionManager isn't recognized
I am new to mapbox, and I followed the instructions on https://docs.mapbox.com/android/vision/guides/install/ but when I gradle sync, all 3 vision SDK dependencies fail to resolve, and when configuring SDK, the VisionManager.init line isn't working as VisionManager isn't recognized
This is my build.gradle file:
plugins {
id 'com.android.application'
}
android {
namespace 'com.example.adding_vision_test1'
compileSdk 32
}
dependencies {
implementation "com.mapbox.vision:mapbox-android-vision:0.13.0"
implementation "com.mapbox.vision:mapbox-android-vision-ar:0.13.0"
implementation "com.mapbox.vision:mapbox-android-vision-safety:0.13.0"
implementation "com.mapbox.mapboxsdk:mapbox-android-core:3.1.0"
}
The text was updated successfully, but these errors were encountered: