You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
```
The text was updated successfully, but these errors were encountered:
FusedLocationProviderClient
is interface since October 13, 2022 release. See https://developers.google.com/android/guides/releases#october_13_2022It causes that application crashes
with IncompatibleClassChangeError
The text was updated successfully, but these errors were encountered: