Android Question Problem with package

Mbm

Member
Licensed User
Longtime User
I have an application working fine, but today I was doing some changes and I´m getting this error:


B4A line: 354
GoogleMapsExtras1.SetInfoWindowAdapter(gmap, Inf
javac 1.8.0_91
src\com\mbm\distromel\incidencias\activitycontainersmap.java:570: error: package com.google.android.gms.maps does not exist
_googlemapsextras1.SetInfoWindowAdapter((com.google.android.gms.maps.GoogleMap)(mostCurrent._gmap.getObject()),(com.google.android.gms.maps.GoogleMap.InfoWindowAdapter)(_infowindowadapter1.getObject()));


I don´t know how to solve it.
 

Mbm

Member
Licensed User
Longtime User
Yes,I deleted all Android directory and I used the ready to run sdk and after I ran B4A sdk manager
 
Upvote 0
Top