Ensure that the “Google Maps Android API v2” is enabled. I am getting this error when I try to Implement Google Maps

From error it is clear that You did not enable google map api for android. To enable,

  1. Login google developer console
  2. Select Library option from left side panel.
  3. Now you can see all API list and go to Google Maps APIs and select
    Google Maps Android API .
  4. Now you can see option to enable/disable API. Enable it.

I hope it help you.

Leave a Comment