Hi everyone... I need to add AppCompat lib for my application together with FusedLocationProvider and GoogleMaps lib. But when adding AppCompat it gives me this error
I attached the source I'm working on. I appreciate any help.
Thanks,
microbox
B4X:
B4A line: 43
Dim jo As JavaObject = gmap
javac 1.8.0_181
src\b4a\example3\main.java:421: error: cannot access GoogleMap
_jo.setObject((java.lang.Object)(parent.mostCurrent._gmap.getObject()));
^
class file for com.google.android.gms.maps.GoogleMap not found
Thanks,
microbox