I have a Service that acts like an overlay with a chathead (like facebook messenger) when the user tap on this chatHead I pop a MapView (v2)
It works for the majority of
Try turning Hardware acceleration on in manifest
android:hardwareAccelerated="true"
it worked for me source: https://code.google.com/p/gmaps-api-issues/issues/detail?id=9071