UMAR-MOBITSOLUTIONS
UMAR-MOBITSOLUTIONS

Reputation: 78004

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.

Upvotes: 4

Views: 4411

Answers (2)

Arul Vivek
Arul Vivek

Reputation: 39

After Exporting the Project,

  • Step 1: Just Copy the SHA1 key and Get the New API_KEY from Google Play Developer Console
  • Stet 2:Paste the API_KEY in your android Manifest file
  • Step 3:Again exporting the same project to upload your final.apk use the existing keystore

Upvotes: 2

David Hedlund
David Hedlund

Reputation: 129832

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.

Upvotes: 9

Related Questions