Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my App crashes on calling the startTripSession () #158

Open
binarysmith1719 opened this issue Oct 18, 2022 · 1 comment
Open

my App crashes on calling the startTripSession () #158

binarysmith1719 opened this issue Oct 18, 2022 · 1 comment

Comments

@binarysmith1719
Copy link

these are my dependencies=>
dependencies {
implementation 'com.google.android.gms:play-services-location:21.0.0'
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation('com.mapbox.maps:android:10.5.0') {
exclude group: 'group_name', module: 'module_name'
transitive = true
}
implementation 'com.mapbox.navigation:android:2.8.0'
implementation ('com.mapbox.navigation:ui-dropin:2.8.0')

}

@muhammad-farhan-bakht
Copy link

I recently faced this issue and I am able to fix this issue by downgrading the Android Services Location dependency.

To fix this just downgrade your Services Location dependency.

This works for me.

implementation "com.google.android.gms:play-services-location:20.0.0"

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants