I am getting this error while running my app on my Galaxy S8+.
C:\Users\Caleb\Desktop\GitHub Repos\eskape\Eskape\build\Android\Debug\app\src\main\java\com\fusetools\maps\FuseMap.java:178: error: cannot access SafeParcelable
MarkerOptions opt = new MarkerOptions().position(new LatLng(lat, lng));
^
class file for com.google.android.gms.common.internal.safeparcel.SafeParcelable not found
C:\Users\Caleb\Desktop\GitHub Repos\eskape\Eskape\build\Android\Debug\app\src\main\java\com\fusetools\maps\FuseMap.java:291: error: cannot access AbstractSafeParcelable
CameraPosition.builder()
^
class file for com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable not found
What went wrong:
Execution failed for task ‘:app:compileDebugJavaWithJavac’
I am pretty sure I have Mapview set up, I have this in my .unoproject
Also a question about map markers. So, its easy to run a function when a marker is tapped, but is there a way to find when the marker gets deselected? Like, not just tapped on another marker, but when they tap on a blank part of the map or screen, it deselects the marker right? How do you connect that to a function.