I want to tell you congratulations for all your tools, i'm using B4j and is very usefull, but i need to return to develop in B4a, i installed again B4a and try to use Googlemaps, i follow all the steps but when i try to use google maps with RuntimePermissions it dont work.
I needed the ACCESS_FINE_LOCATION, so i edit the manifiest. But the question is why can't run both libraries togeter ?
Sub MapFragment1_Ready
gmap = MapFragment1.GetMap
Starter.rp.CheckAndRequest(Starter.rp.PERMISSION_ACCESS_FINE_LOCATION)
Wait For Activity_PermissionResult (Permission As String, Result As Boolean)
gmap.MyLocationEnabled = Result
Dim m1 As Marker = gmap.AddMarker(10, 30, "test")
m1.Snippet = "This is the snippet"
End Sub
It is better to post the message as text instead of screenshot.
You have probably downloaded androidx libraries. You have two options:
1. Download the ready to run SDK: https://www.b4x.com/b4a.html#installation
2. Wait for B4A v9.30 beta to be released. It will happen soon...
thanks for your reply, so i need to reinstall SDK without androix, i suppose this this library is not compatible, in fact i try to use appcompact and the result is the same ( the same error).
The question is, what you recomend, wait or reinstall?