Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

google map not showing after publishing android application?

friends,

while testing application on eclipse using emulator google map is being displayed properly.

but when i exported application to publish it.

google map is gone.

can any one guide me what mistake am i doing??

any help would be appriciated.

like image 800
UMAR-MOBITSOLUTIONS Avatar asked Dec 23 '22 05:12

UMAR-MOBITSOLUTIONS


1 Answers

When you exported your application to publish it, you are probably not using the debug keystore any more, but a custom one. (You cannot publish debug apps to Market). When you switch to another keystore, you will have to generate a new Google Maps API Key, based on that.

like image 74
David Hedlund Avatar answered Dec 26 '22 11:12

David Hedlund