location-samples
location-samples copied to clipboard
In LocationUpdates using Foreground sample gets NullPointerException: Attempt to invoke virtual method
in onStart() method calls mService.requestLocationUpdates() it's returns
java.lang.NullPointerException: Attempt to invoke virtual method 'void <package_name>.LocationUpdatesService.requestLocationUpdates()' on a null object reference
how can i get reference for LocationUpdatesService class ?
Have you defined the service in manifest?
I'm too getting the same issue, I have service in Androidmanifest.xml file.
Min API is 21 and target API is 28. Please help.
Even i am facing the same issue please help!!
Even i am facing the same issue please help!!