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

FusedLocationProviderClient is interace since com.google.android.gms:play-services-location:21.0.0 #96

Closed
thubalek opened this issue Oct 24, 2022 · 3 comments

Comments

@thubalek
Copy link
Contributor

thubalek commented Oct 24, 2022

FusedLocationProviderClient is interface since October 13, 2022 release. See https://developers.google.com/android/guides/releases#october_13_2022

It causes that application crashes with IncompatibleClassChangeError

Fatal Exception: java.lang.IncompatibleClassChangeError: Found interface k5.a, but class was expected (declaration of 'k5.a' appears in base.apk)
       at com.rtchagas.pingplacepicker.ui.PlacePickerActivity.getDeviceLocation(PlacePickerActivity.kt:294)
       at com.rtchagas.pingplacepicker.ui.PlacePickerActivity.initMap(PlacePickerActivity.kt:481)
       at com.rtchagas.pingplacepicker.ui.PlacePickerActivity.access$initMap(PlacePickerActivity.kt:52)
       at com.rtchagas.pingplacepicker.ui.PlacePickerActivity$checkForPermission$1.onPermissionGranted(PlacePickerActivity.kt:272)
       ```
       
       
@cempo
Copy link

cempo commented Nov 1, 2022

The same issue

@dzungpv
Copy link
Contributor

dzungpv commented Jun 19, 2023

I fixed the issue here #98

@rtchagas
Copy link
Owner

Fixed on release 3.0

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

No branches or pull requests

4 participants