Android Studio:在设备上调试Google Maps应用程序

时间:2017-07-15 01:07:50

标签: android google-maps

Android Sudio 2.3.3 Windows 7

我只是一个空白的屏幕,底部是 Google ,没有地图或图块。我在debug.keystore上运行了 Keytool 并拥有Google的有效API密钥,该密钥位于AndroidManifest(name =“com.google.android.maps.v2.API_KEY”)中。我有一个真实的 设备通过USB线连接。我在任何地方都没有 google_maps_api.xml 文件。 Logcat中有红色消息,例如:

    Authorization failure.  Please see https://developers.google.com/maps/documentation/android-api/start for how to correctly set up the map.
  ...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: (same as in AndroidManifest)
  API Key: 0gKmWT-U09vi2HR6t4K8V1vyFi9CMReRLqqS41A

我知道应用程序正在运行,因为Toast消息出现在设备上但没有地图。所以可能需要添加到谷歌的东西 开发人员控制台,但其中的文档就像泥巴一样清晰。有人可以告诉我我到底要做什么,因为我无处可去吗?

0 个答案:

没有答案