Home > OS >  Mapbox SDK Dependency download fail
Mapbox SDK Dependency download fail

Time:03-23

I have not been able to get past step 1 of downloading the mapbox sdk through my dependencies. I have implementation '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

When I sync, I do not get any errors in the event log or reported problems. It just doesn't download the SDK?

Perhaps I need to change permissions in studio? I am at a loss

CodePudding user response:

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

CodePudding user response:

Problem solved. I did not create my token correctly. Thank you to all of the replies and comments!

  • Related