Open a7asoft opened 11 months ago
Navigation v2 is not compatible with Maps v11, transferring this issue to Navigation SDK repo for more information on when this will be supported.
Any update on this? I am facing the same issue as well.
Im having the same issue, tried this:
api(map.navigation){ exclude group: 'com.mapbox.common', module:'okhttp' }
but having error on initialize the navigation on application class, i must use the navigation but i already upgrade my mapbox to v11 and dont want to downgrade this to v10 only to use navigation, i saw a beta v2.19 but already using mapbox v10, so v11 is far away to be supported.
This is a major issue as "navigation" users can't update to latest Mapbox version. @kiryldz can you at least confirm the intention of bringing support for v11 inside mapbox navigation v2? Or the expectation is to re-implement everything with the new navigation v3 (currently in "public preview")?
Thanks!
@bonnyfone Maps v11 is a major semver release so it is not expected (and even not possible from technical perspective) that it will be incorporated in Nav v2. I am not sure I understand "re-implement everything" part but new Nav v3 is the one compatible with Maps v11.
@bonnyfone Maps v11 is a major semver release so it is not expected (and even not possible from technical perspective) that it will be incorporated in Nav v2. I am not sure I understand "re-implement everything" part but new Nav v3 is the one compatible with Maps v11.
Thanks for the answer. I'm just wondering how much work will be to migrate from Navigation v2 to v3, I haven't seen any detail or migration guide in that regards, so it would be great if you could share some insights!
Here's the migration guide: https://docs.mapbox.com/android/navigation/build-with-coreframework/migration-from-v2/
Environment
Observed behavior and steps to reproduce
dependencies_output.txt
This is my build.gradle: