Android Question FusedLocationProvider error

kohle

Active Member
Licensed User
Longtime User
Hi,
I get the following error :

B4A version: 5.02
Parsing code. (0.04s)
Compiling code. (0.09s)
Compiling layouts code. (0.02s)
Generating R file. (0.23s)
Compiling generated Java code. Error
B4A line: 431
FusedLocationProvider1.CheckLocationSettings(Loca
javac 1.8.0_40
src\jk\radar\sv_gps.java:389: error: cannot access LocationSettingsRequest
_fusedlocationprovider1.CheckLocationSettings(_locationsettingsrequestbuilder1.Build());
^
class file for com.google.android.gms.location.LocationSettingsRequest not found
 
Top