I have a app, running one year ago, but now I put targetSDKversion to 26.
Now I need get permision for location (access_fine_location) with RuntimePermissions, but when I use this library it gives me this error with a lot of gmaps functions.
objects Latlng, camperaposition ...
See the images please.
Now I need get permision for location (access_fine_location) with RuntimePermissions, but when I use this library it gives me this error with a lot of gmaps functions.
objects Latlng, camperaposition ...
B4X:
B4A Versión: 8.30
Parseando código. (0.16s)
Compilando código (0.33s)
Compilado código de diseños (0.01s)
Organizando librerías. (0.00s)
Generando el fichero R. (0.64s)
Compilando el código del motor de depuración. (3.49s)
Compilando el código Java generado. Error
B4A line: 1842
points_gr.Add(aaa_gr)
javac 1.8.0_73
src\teamTrackplus\app\main.java:14596: error: cannot access LatLng
_points_gr.Add((Object)(_aaa_gr.getObject()));
^
class file for com.google.android.gms.maps.model.LatLng not found
See the images please.