android 如何获得 google API 地方的 google 钥匙?

android how to get google API key for google places?

嗨,我正在 google 个地方 API 工作。但它会导致错误

URL:

https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=2500,25000&radius=5000&types=a&sensor=true&key=AIzaSyAt8zjW45u7rjH1la48kfvZNZ1nDpbCOAM

错误:

{ "error_message" : "This IP, site or mobile application is not authorized to use this API key.", "html_attributions" : [], "results" : [], "status" : "REQUEST_DENIED" }

您错过了与 API_KEY 生成和使用相关的内容。请重新检查您是否为您的包名称正确生成了 API_KEY。您可以参考以下步骤:here