简体   繁体   English

Mapbox SDK 依赖下载失败

[英]Mapbox SDK Dependency download fail

I have not been able to get past step 1 of downloading the mapbox sdk through my dependencies.我无法通过依赖项下载 mapbox sdk 的第 1 步。 I have implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:10.3.0'我有实现 'com.mapbox.mapboxsdk:mapbox-android-sdk:10.3.0'

I have followed the mapbox instructions to an aboslute T and after a sync, I run.gradlew app:dependencies and get the following output:+--- com.mapbox.maps:android:10.3.0 FAILED我已经按照 mapbox 说明进行了绝对 T 并在同步后运行.gradlew app:dependencies 并获得以下 output:+--- com.mapbox.maps:android:10.3.0 FAILED

When I sync, I do not get any errors in the event log or reported problems.当我同步时,我在事件日志中没有收到任何错误或报告的问题。 It just doesn't download the SDK?它只是不下载 SDK?

Perhaps I need to change permissions in studio?也许我需要更改工作室的权限? I am at a loss我很茫然

My implementation was: 'com.mapbox.maps:android:10.3.0' I also had to put the maven repo in settings.gradle instead of build.gradle我的实现是: 'com.mapbox.maps:android:10.3.0' 我还必须将 maven 存储库放在 settings.gradle 而不是 build.gradle

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM