Android Question Problem with GoogleMapsExtras

ValDog

Active Member
Licensed User
Longtime User
All of a sudden, out of nowhere, my app is crashing on the following line of code:

"MarkerX = GoogleMapsExtras1.AddMarker(gmap, MarkerOptions1)"

with a "java.lang.NullPointerException"

I am using GoogleMapsExtras library v1.70.

If I comment out all the lines of code with this same AddMarker call, the map comes up just fine. the MarkerOptions I set before this call all seem fine as well.

Anyone have a clue as to what is up?


Well, it seems that this is only occurring under Rapid Debug mode operation. Do we have a bug issue here?
 
Last edited:

Dario126

Member
Licensed User
Longtime User
Yes, I have similar problem and reported it here yesterday, but still not answer.

It's not only while add marker through google extras, but also from gmap.addmarker method ..
 
Upvote 0
Top