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

NoClassDefFoundError io.nlopez.smartlocation.location.providers.LocationGooglePlayServicesProvider #244

Closed JobGetabu closed 6 years ago

JobGetabu commented 6 years ago

java.lang.NoClassDefFoundError: com.google.android.gms.common.internal.zzd

no stack trace

JobGetabu commented 6 years ago

A good work around towards this error is first add latest play services for location implementation 'com.google.android.gms:play-services-location:15.0.1'

Add this to your manifest file

<meta-data
            tools:replace="android:value"
            android:name="com.google.android.gms.version"
            android:value="@integer/google_play_services_version" />