Hi, Im running the latest library and latest code example from https://www.b4x.com/android/forum/threads/jgooglemaps-library.56744/#content
Running a pc with Java 8
The only lines I have changed are the map Initialisation
Dim Apikey As String = "AIza.................."
gmap.Initialize2("gmap", options ,Apikey)
Works perfectly , I see a fully functional map, markers and a polyline
( in the logs for my version I just get 2 alerts
Alert: Hide directions called
Alert: loadMapLibrary done
Edit : I have regenerated API Key and entered this as a string, It still makes no difference
Still not exactly sure what the problem was, but I solved it by
Updating Java SE 64 bit JDK version so that it matched the JRE version
and updated the javac.exe path in Tools|Configure Paths