Mapbox SDK dependency not found

Completed

Comments

3 comments

  • 韩华轩

    遇到同样的问题,提示找不到SampleCode-V5/android-sdk-v5-as/libs/mapbox-android-accounts-0.7.0.jar。

    是不是github上的文件少了一个libs文件夹

    1
    Comment actions Permalink
  • 韩华轩

    解决了,在build.gradle的allprojects里面加入以下镜像站

    maven { url 'https://maven.aliyun.com/repository/public' }
    maven { url 'https://maven.aliyun.com/repository/google' }
    maven { url 'https://repo.huaweicloud.com/repository/maven' }
    2
    Comment actions Permalink
  • yating.liao

    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.

    0
    Comment actions Permalink

Please sign in to leave a comment.