mrmans0n / smart-location-lib

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

Warning:A class activity declared in the AndroidManifest.xml cannot be found in the compile path #166

Open Zulqurnain opened 8 years ago

Zulqurnain commented 8 years ago

Some files are missing , and deprecated , Here see the compiled warning:

screen shot 2016-09-27 at 9 47 41 pm

Here is the Textual form of Warning

Warning:A class activity declared in the AndroidManifest.xml cannot be found in the compile path: [io.nlopez.smartlocation.activity.providers.ActivityGooglePlayServicesProvider$ActivityRecognitionService]
Warning:A class activity declared in the AndroidManifest.xml cannot be found in the compile path: [io.nlopez.smartlocation.geofencing.providers.GeofencingGooglePlayServicesProvider$GeofencingService]
Warning:A class activity declared in the AndroidManifest.xml cannot be found in the compile path: [io.nlopez.smartlocation.geocoding.providers.AndroidGeocodingProvider$AndroidGeocodingService]
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
3 warnings
:app:transformClassesWithExtractJarsForDebug UP-TO-DATE
:app:transformClassesWithInstantRunVerifierForDebug

This is not error , but due to this i think onLocationUpdated never gets called