-1

I saw many question is similar to me

Google Maps Android API: In the Google Developer Console (https://console.developers.google.com) Ensure that the "Google Maps Android API v2" is enabled. Ensure that the following Android Key exists: API Key: ############################### Android Application (;): #######################################################;

but not working

Baqar Gogia
  • 361
  • 4
  • 16
  • https://github.com/airbnb/react-native-maps/issues/69 – IntelliJ Amiya Jun 07 '17 at 10:33
  • Possible Duplicate of https://stackoverflow.com/questions/27883587/google-maps-v2-not-working-in-production-with-correct-key – Firdosh Jun 07 '17 at 10:51
  • Possible duplicate of [Google Maps V2 not working in production with correct key](https://stackoverflow.com/questions/27883587/google-maps-v2-not-working-in-production-with-correct-key) – Firdosh Jun 07 '17 at 10:52

1 Answers1

1

this problem is due to disable api. You need to enable Google Map API from Google API Manager and then follow these steps to enable api.

Steps

  1. Open your project dashboard and it will look like below image Your project dashboard

  2. Click on ENABLE API button and you will get below screen with library of APIs that you can enable or disable

API library

  1. Now select Google Maps Android API and you will get below screen Enable or Disable API

If you get button DISABLE API means your APIs are enable or if you found ENABLE button that means your api is not enable yet

Hope this will help you.

Amrish Kakadiya
  • 845
  • 1
  • 7
  • 22