mapbox / mapbox-navigation-android

Mapbox Navigation SDK for Android
https://docs.mapbox.com/android/navigation/overview/
Other
621 stars 318 forks source link

google api dependency failure #6713

Open tkvalentine56 opened 1 year ago

tkvalentine56 commented 1 year ago

Android API: 33 Mapbox Navigation SDK version: 2.9.3

Steps to trigger behavior

  1. build app with the dependency of implementation 'com.google.android.gms:play-services-location:21.0.1'
  2. start a navigation session with the Navigation-ui sdk version 2.9.3
  3. issue/error is encountered before the navigation session begins

Expected behavior

Current versions of Mapbox Navigation-ui works with the current version of 'com.google.android.gms:play-services-location:21.0.1'

Actual behavior

app build is successful but starting a navigation session fails with the following issue: //////////////ISSUE WITH 21.0.0 and 21.0.1 WITH FusedLocationProviderApi and FusedLocationProviderClient in Mapbox 2.9.3 implementation 'com.google.android.gms:play-services-location:21.0.1'

jush commented 1 year ago

This issue has been fixed in Mapbox Maps SDK 10.10.0. See https://github.com/mapbox/mapbox-maps-android/issues/1752 for more details.

Guardiola31337 commented 1 year ago

@tkvalentine56 noting that Mapbox Navigation SDK 2.10.0-beta.3 integrates Mapbox Maps SDK 10.10.0.

cc @jush