Diego
Diego
Hi, try to add this to manifest. ``` ```
Work for me with this config: implementation 'com.google.android.gms:play-services-maps:16.0.0' implementation 'com.google.android.gms:play-services-location:16.0.0' implementation('io.nlopez.smartlocation:library:3.3.3') { transitive = false } And call SmartLocation instance with: SmartLocation.with(this).location(LocationGooglePlayServicesProvider()) The problem was resolved when change the location...
> after adding > > > classpath 'com.google.gms:google-services:4.0.1' > > to the project i get this error > > ``` > java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/api/Api$zzf; > at com.google.android.gms.location.LocationServices.(Unknown Source)...
What went wrong: A problem occurred configuring project ':library'. > Failed to install the following Android SDK packages as some licences have not been accepted. build-tools;28.0.3 Android SDK Build-Tools 28.0.3...