Reputation: 51
I am stuck with a strange problem My google maps was working well on my asus device but now that I have installed it as an APK file on my tablet(I mean I have deleted the debug program and installed the version that I had produced from the manifest file) but the g.maps still not working. Consider this that I have switched the API KEYS with the new ones.but the problem still exists.that means when I produce an APK file and install it on my tablet the google maps is not working but when I run that codes in debug mode with the new keys it works fine!
Upvotes: 1
Views: 219
Reputation: 717
The key is generated from your keystore file
so if you build you app with a different keystore file
the map will not work.
Upvotes: 1
Reputation: 6201
Please Check your HA1 key that you use to create Google map v2 api key. If the Google map v2 create HA1 key is different form you create apk HA1 key then Google map v2 do not show in Android Device.
Thanks
Upvotes: 0