我正在使用android google maps api,应用程序可以正常编译,但是当我将其部署在手机上无法加载磁贴时,这就是我一遍又一遍的错误。

10-18 22:30:46.260  21460-21776/com.nescafe.nescafe2.nescafe2 D/REQUEST﹕ Error processing: com.google.maps.api.android.lib6.b.d@4284ddc0 not retrying
10-18 22:30:46.267  21460-21776/com.nescafe.nescafe2.nescafe2 D/REQUEST﹕ Retrying: com.google.maps.api.android.lib6.c.au@42a95a00
10-18 22:30:50.174  21460-21776/com.nescafe.nescafe2.nescafe2 D/REQUEST﹕ Connection opened to:https://clients4.google.com/glm/mmap/api
10-18 22:30:50.181  21460-21776/com.nescafe.nescafe2.nescafe2 D/REQUEST﹕ Open Connection
10-18 22:30:50.346  21460-21776/com.nescafe.nescafe2.nescafe2 D/REQUEST﹕ DRD(39): 62|147


我仔细检查了API_KEY,它是正确的,所以我做错了什么?

最佳答案

也许您的SHA-1错误。如果您使用的是eclipse,请执行以下步骤。

转到标签“窗口”,然后单击“首选项”。

在窗口首选项上,单击Android(左侧面板),然后单击“生成”。检查SHA-1是否与Google Console相同

关于android - Android Google Maps无法正常工作,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/26444326/

10-08 21:21