可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
I am working on google maps and I am getting this error. I had done the following things:
Got My sha1 fingerprint.
Registered my project and got my project key.
I don't know to how to get Google Maps Android API v2 enable because all the links I have tried are old and Google had changed it's site design. Please help me. I already have wasted a lot of time on this.
My Logcat:
回答1:
From error it is clear that You did not enable google map api for android. To enable,
- Login google developer console
- Select Library option from left side panel.
- Now you can see all API list and go to Google Maps APIs and select Google Maps Android API .
- Now you can see option to enable/disable API. Enable it.
I hope it help you.
回答2:
In Android Error show its self mistake.
In Your Error Its show error to check first V2 google map API is ON in google developer Console.
just open google developer console and you just have to on this API and some configuration need have to do there for access map.
you can see process and more details from here.
Working With V2 Google Map
回答3:
I had the same problem, but in the following setup:
My actual developing took place on a Windows machine. Then I bought a Mac and figured I'd develop on it. I installed Android Studio on my Mac, checked out my project from Github, then attempted a run of it using my Android phone. The APK installation carried out seamlessly. However, once the application launched on the phone, the GoogleMap wouldn't display, even though the rest of my app was functioning normally. Then I found this link => https://github.com/react-community/react-native-maps/issues/69, went to my console.developers.google.com/ and opened my Google Maps key that I had issue with.
What I saw was that the key was restricted to Android apps. But I was working on an Android app, how could this be the issue? Anyhow, I switched Key Restriction to None, reran my app, and GoogleMap loaded just as it should had.