-
Notifications
You must be signed in to change notification settings - Fork 353
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
Failed resolution of: Lcom/google/android/gms/common/api/Api$zzf #259
Comments
Still happening in 3.3.0 |
It happening when using the gms services 15 or 16 version |
Work for me with this config: implementation 'com.google.android.gms:play-services-maps:16.0.0' implementation('io.nlopez.smartlocation:library:3.3.3') { And call SmartLocation instance with: SmartLocation.with(this).location(LocationGooglePlayServicesProvider()) The problem was resolved when change the location to LocationGooglePlayServiceProvider. |
Hello, You need use google maps? or another google service.. |
Are you serious? |
this solved my issue, i haven't gone through in details yet, how did it fixed |
after adding
to the project i get this error
The text was updated successfully, but these errors were encountered: