google map display error

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-13 20:06:33

问题


hi i have working on google map application i have already apikey and also followed all the steps given in android developer but when i run the project it shows white grid screen but not shows the map on my emulator


回答1:


Check this link for MapView . Also ensure that you have generated your API key correctly as per the Documentation. Check you have generated MD5 fingerprint of the debug keystore correctlt in its location.

For generating API key check this link..

Also check you have included

<uses-library android:name="com.google.android.maps" />
<uses-permission android:name="android.permission.INTERNET" />

in Manifest file.




回答2:


I had this same problem, I regenerated api key and it worked immediately.



来源:https://stackoverflow.com/questions/5763238/google-map-display-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!