mapbox / mapbox/mapbox-navigation-android
:app@debug/compileClasspath': Could not resolve com.mapbox.navigation:ui:1.5.1.
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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