I'm attempting to follow the Android geofencing guide, but I immedietely get stuck when I try to declare a GeofencingClient
variable:
Normally I would be able to just press Alt+Enter and select "Import class", but this option isn't available here:
Does the GeofencingClient
class exist anymore? Do I need to install some third party library?