gpt4 book ai didi

android - 为什么 mapbox-android sdk 没有从 build.gradle 解析?

转载 作者:行者123 更新时间:2023-12-04 13:12:19 25 4
gpt4 key购买 nike

我正在尝试在此处设置基本教程,但我被 Android Studio 中的错误阻止了: https://docs.mapbox.com/android/maps/overview/#install-the-maps-sdk

错误 1:当我同步 build.gradle 时看到:

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.mapbox.mapboxsdk:mapbox-android-sdk:9.4.0.

然后我添加了推荐的排除项,但仍然出现错误。

错误 2:它说要从命令行运行 gradle,但也找不到。

这是我的 build.gradle 的相关部分:

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.4.0'
implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:9.4.0'){
exclude group: 'group_name', module: 'module_name'
}
}

最佳答案

您可以删除以下行

implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:9.4.0'){
exclude group: 'group_name', module: 'module_name'
}

您可能缺少 maven block ,如 https://docs.mapbox.com/android/maps/overview/#add-the-dependency 的第 5 步所示.确保添加它。

此外,您是否创建了具有正确范围的 secret token ?在 https://docs.mapbox.com/android/maps/overview/#configure-credentials 查看第二个要点(A secret access token with the...)

关于android - 为什么 mapbox-android sdk 没有从 build.gradle 解析?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63904628/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com