gpt4 book ai didi

Android - 谷歌地图显示空白屏幕

转载 作者:行者123 更新时间:2023-11-30 03:35:42 24 4
gpt4 key购买 nike

即使我在 Google Play 服务示例中使用 mapdemo 项目,Google map API V2 也显示黑屏

  • 我重新安装了 google play 服务 SDK。
  • 我更改了 API key
  • 我更改了 debug.keystore 并重新生成了 sha1 指纹

没有任何改变...

mMap 总是变成 null 吗?

if (mMap == null) { 
// Try to obtain the map from the SupportMapFragment.
mMap = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map)) .getMap();
// Check if we were successful in obtaining the map.
if (mMap != null) {
setUpMap();
}

最佳答案

这个问题(Blank map with zoom control)通常是因为你没有正确引用 google-play-services 库,或者没有在控制台配置 API正确的方法。

您可以查看我写的关于如何在您的应用程序中集成 Google Maps API V2 的博文:

Google Maps API V2

按照前 3 个步骤进行正确的 google-play-services 库集成。

或者在 API 控制台中查看此帖子以了解正确的配置:

Google Maps API V2 key

关于Android - 谷歌地图显示空白屏幕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16670907/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com