MapView gone after publishing app in market.

android, android-mapview, api, google-maps, google-play

Solution

Open Command Promt Goto your SDK location (for ex, c:\android-sdk\tools)

I:\keypath\my-release-key.keystore = it is your release key location which you use to sign your app

type below and press enter keytool -v -list -keystore I:\Android\1_RELEASED_APP\0-key\my-release-key.keystore

it asks for key password type it and click enter,

then it generates and hash code

copy that code and

goto there

Generate your key with this hash code, and use it(MD5) your application which you will publish.

Problem

I am using Google maps, my map view is working in debug mode and my last app uploaded is working fine, but when i export it with the release key and same keystore the map-view is not showing further, please help. I have tried with same keystore and new keystore. i didn't found the solution. I have mentioned i used these keys i got keys. even new debug keystore, debug key from keytool and Api from google console

Original source