0

I was using google map API in my app was working fine but yesterday when I added some other feature in the app and started testing it suddenly Map API is no longer working so I thought there may be some issue with the code so I checked and found that I have not changed anything in the map API but when I try to create another app in the Google API came to know that limit is crossed and not even able to see what are the current project I have as the limit is 30 as it says but, in reality, I have used mostly 4-6 app using the API . I looked into other similar questions and tried the same thing but no solution so far. Any solution that may help me will be helpful I am getting this error while running

Ensure that the "Google Maps Android API v2" is enabled.
Ensure that the following Android Key exists:

the key is there and As i said it was the same app which was working earlier.

Neelay Srivastava
  • 1,041
  • 3
  • 15
  • 46

2 Answers2

0

Following steps might help:- 1. Login to google devloper console. 2. Select your project 3. Select "Library". 4. Check Maps API if it is enabled or not.

Prashant Sable
  • 1,003
  • 7
  • 19
0
1 => https://console.developers.google.com/apis/credentials
2 => create credentials
3 => Api key 
4 => Restrick Key
5 => Application restrictions -> Android apps and API restrictions -> Don't restrict key
6 => Save then wait for 5 min then use generated api key
kam1234
  • 574
  • 2
  • 5
  • 9