Mapbox SDK dependency not found
已完成I'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.
请先登录再写评论。
评论
3 条评论