In this app, I am trying to add a functional V2 google map. I\'ve looked at most of the tutorials for creating an activity, obtaining a key for the maps, and creating the xm
Step 1: Include below line in manifest make sure you add within the application tag
Ex::
Step 2: Make sure your activity extends FragmentActivity
FragmentActivity
Step 3: Use the mapFragment element as below in the xml
xml