Mapbox SDK dependency not found
CompletedI'm having trouble running my mobile SDK code due to the following error:
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.mapbox.mapboxsdk:mapbox-android-accounts:0.7.0.
The problem appeared out of nowhere, and I believe it might be related to jcenter()
. How can I resolve this? I've already updated jcenter()
to mavenCentral()
, but it didn't fix the issue.
-
You can check if your Gradle version matches the one required by the sample code, which is version 7.6.2.
Additionally, one developer(韩华轩) has mentioned that adding certain repository addresses allowed them to locate this library.
Please sign in to leave a comment.
Comments
3 comments