mapbox / mapbox/mapbox-navigation-android

:app@debug/compileClasspath': Could not resolve com.mapbox.navigation:ui:1.5.1.

Open
#4,768 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

archived
Dominant language
Kotlin
Stars
651
Forks
321
PR merge metrics
No merged PRs in 30d

Description

:app@debug/compileClasspath': Could not resolve com.mapbox.navigation:ui:1.5.1.

maven {
url 'https://api.mapbox.com/downloads/v2/releases/maven'
authentication {
basic(BasicAuthentication)
}
credentials {
// Do not change the username below.
// This should always be `mapbox` (not your username).
username = 'mapbox'
// Use the secret token you stored in gradle.properties as the password
password = project.properties['MAPBOX_DOWNLOADS_TOKEN'] ?: ""
}
}

implementation "com.mapbox.navigation:core:1.5.1"
implementation "com.mapbox.navigation:ui:1.5.1"

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by checking the Maven repository credentials and the com.mapbox.navigation:core and ui:1.5.1 dependency declarations shown in the issue. Confirm whether the configured MAPBOX_DOWNLOADS_TOKEN permits resolving ui:1.5.1; done means the debug compileClasspath resolves without this error.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
build-system, mobile-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.