You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However the class LocationTrackerUpdateModule does not get resolved.
I tried manually adding import com.sprotte.geolocator.tracking.LocationTracker; at the top of my Activity. That also gives the error Cannot resolve symbol 'sprotte'.
Kindly advice.
The text was updated successfully, but these errors were encountered:
I am working on including Geolocator in my JAVA based Android Studio project.
I have added below in my build.gradle file inside dependencies section --
implementation 'com.sprotte:Geolocator:latest'
Next, in my MainActivity.java class I extend the
LocationTrackerWorker
as specified in the readme file --`
public class LocationTrackerWorker extends LocationTrackerUpdateModule {
`
However the class
LocationTrackerUpdateModule
does not get resolved.I tried manually adding
import com.sprotte.geolocator.tracking.LocationTracker;
at the top of my Activity. That also gives the errorCannot resolve symbol 'sprotte'
.Kindly advice.
The text was updated successfully, but these errors were encountered: