我正在与一群朋友一起上课的应用程序上,我们正在使用Google Maps API。我的朋友为该应用程序设置了地图,并且可以在他的机器和测试平板电脑上使用该地图,但是当我在一端使用该应用程序时,我收到错误消息,提示我的API密钥不正确,并且出现了米色框和Google徽标。 / p>
我们已经在我们的机器之间传输了debug.keystore文件,并且我收到与以前相同的LogCat错误,请参见下文。有必要为我的机器设置另一个密钥,然后为我们组的最后一个成员设置另一个密钥吗?
2019-04-29 19:06:07.556 21706-21861/com.example.changejar E/Google Maps Android API: Authorization failure. Please see https://developers.google.com/maps/documentation/android-api/start for how to correctly set up the map.
2019-04-29 19:06:07.561 21706-21861/com.example.changejar 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.
```