mrmans0n / smart-location-lib

Android library project that lets you manage the location updates to be as painless as possible
1.65k stars 352 forks source link

Google Play Services 21.0.1 freeze the execution of getLastLocation #285

Open hpsaturn opened 1 year ago

hpsaturn commented 1 year ago

When I update to the last google play services, I have a freeze of complete app.

Location lastLocation = SmartLocation.with(this).location().getLastLocation();

With 20.0.0 works fine.

elfiservice commented 1 year ago

hi @hpsaturn I'm facing similar problem when I upgraded android SDK to 31

what means this 20.0.0 ?

And what is your SDK number?

tks

hpsaturn commented 1 year ago

The Google Play Services library version:

https://github.com/kike-canaries/canairio_android/blob/master/app/build.gradle#L81

I think that we need deprecated this library. The maintainer is out maybe?

elfiservice commented 1 year ago

tks @hpsaturn Do you have the Stack trace of your error ?