user2261110
user2261110

Reputation: 51

google map is not working inside app

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

Answers (2)

JWqvist
JWqvist

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

Md Abdul Gafur
Md Abdul Gafur

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

Related Questions