I want to have SupportMapFragment in one of my Activity. I add this fragment directly to layout xml and this layout set as content view. But when Activity is launched for th
I solved it by using MapsInitializer in my Application.onCreate():
MapsInitializer.initialize(this);
Good results and cleaner (and not hacky) solution!