Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/204.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 谷歌地图APi密钥中的问题_Android_Xml_Google Maps - Fatal编程技术网

Android 谷歌地图APi密钥中的问题

Android 谷歌地图APi密钥中的问题,android,xml,google-maps,Android,Xml,Google Maps,我是新的android开发者。我正在制作一个基于位置的提醒应用程序,但地图没有显示 这里是错误。 请告诉我如何获取API密钥以及在哪里放置 -1943/com.app.locationreminder E/b: Authentication failed on the server. 04-22 10:02:57.530 1121-1943/com.app.locationreminder E/Google Maps Android API: Authorization failure. Pl

我是新的android开发者。我正在制作一个基于位置的提醒应用程序,但地图没有显示

这里是错误。 请告诉我如何获取API密钥以及在哪里放置

-1943/com.app.locationreminder E/b: Authentication failed on the server.
04-22 10:02:57.530 1121-1943/com.app.locationreminder E/Google Maps Android API: Authorization failure.  Please see https://developers.google.com/maps/documentation/android/start for how to correctly set up the map.
04-22 10:02:57.535 1121-1943/com.app.locationreminder E/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: AIzaSyAv3T4PkWMNcHl2KOvmZ4z9o9xCcg6oO9Y
                 Android Application (<cert_fingerprint>;<package_name>): 0D:A3:D8:83:15:59:D7:61:D4:0D:28:62:3E:C1:48:07:24:81:7B:E0;com.app.locationreminder`
-1943/com.app.locationalempture E/b:服务器上的身份验证失败。
04-22 10:02:57.530 1121-1943/com.app.locationrementer E/Google Maps Android API:授权失败。请看https://developers.google.com/maps/documentation/android/start 了解如何正确设置地图。
04-22 10:02:57.535 1121-1943/com.app.locationrementer E/Google Maps Android API:在Google开发者控制台中(https://console.developers.google.com)
确保“谷歌地图Android API v2”已启用。
确保存在以下Android密钥:
API密钥:AIzaSyAv3T4PkWMNcHl2KOvmZ4z9o9xCcg6oO9Y
Android应用程序(;):0D:A3:D8:83:15:59:D7:61:D4:0D:28:62:3E:C1:48:07:24:81:7B:E0;com.app.location提醒`
您可以使用谷歌提供的这个来使用GMAPAPIv2。希望这对你有帮助