Mapbox SDK dependency not found

已完成

评论

3 条评论

  • 韩华轩

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

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

    1
    评论操作 固定链接
  • 韩华轩

    解决了,在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
    评论操作 固定链接
  • 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
    评论操作 固定链接

请先登录再写评论。