Google Map Display Error
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 b
Solution 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.
Solution 2:
I had this same problem, I regenerated api key and it worked immediately.
Post a Comment for "Google Map Display Error"