I\'m trying to show the map from the Google Maps API V2 in fragment. I tried with the SupportMapFragment, but I can\'t get the expected output. Also I\'m a beginner on this
in addition to the answer above, I also had to put the following lines to my manifest
And I also changed the layout to use SupportMapFragment instead of MapFragment
SupportMapFragment
MapFragment