mapbox / mapbox/mapbox-navigation-android

Mapbox Navigation SDK v3, libraries conflict with v11.4.0

Open
#7,835 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

I'm trying to implement latest Navigation SDK in my android app along with Mapbox sdk v11.4.0 but after trying to navigation classes with multiple libraries implementations.
I'm getting to failed to do so,
Even follow the turn by turn example in this project, where libraries are
implementation "com.mapbox.navigationcore:navigation:3.0.2"
implementation "com.mapbox.navigationcore:ui-components:3.0.2"

but couldn't get turn by turn implemented.

more over I tried official docs sdk too- latest version mentioned:
// implementation 'com.mapbox.navigation:android:3.2.0-beta.1'
// implementation 'com.mapbox.navigationcore:android:3.2.0-rc.1'
// implementation 'com.mapbox.navigationcore:ui-maps:3.2.0-rc.1'
// implementation 'com.mapbox.navigationcore:navigation:3.2.0-rc.1'

but could not get to implement navigations classes imports for my routes.
some classes sorts out some are failing.
The official docs also have complex examples to set up a basic navigation, its should be simple and easy to utilize
more my mapbox sdk libaray is:
implementation 'com.mapbox.maps:android:11.4.0'

**Android API:** --- v11
**Mapbox Navigation SDK version:**
--- v3
### Steps to trigger behavior

1.
2.
3.

### Expected behavior

### Actual behavior

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 with the dependency declarations in the issue and the project's turn-by-turn example, then compare the Mapbox Maps SDK 11.4.0 dependencies with the Navigation SDK v3 variants listed. Reproduce the failing imports in a minimal Android app and document the compatible dependency set and basic navigation setup needed for the example to build.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
18/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.