The card does not work after installing from the play store in android

I am stuck with this problem when I run my project in eclipse, it shows the map correctly, but when I upload it to the Google Play Store, and when I install it on my device, it shows a blank map, I don’t know what the problem is , my card key is correct, the package name is correct, I also generate a new card key and try, but it also does not work. I do not know what's the problem.

+4
source share
4 answers

Please follow the checklist:

1) Sign the app with the new .keystore.

2) Use SHA1 of the new .keystore.

3) The card key must be executed using this SHA1.

4) Google, , Android Maps V2.

+2
  This problem is because of map api key.

keystore . Android Tools- > Export pachage- > next → keyore, SHA1 API . API .

, , keystore, .

0

, ,

-1 Google API

-2 API Google

: 2 , *.apk. , , - release API, :

*.apk , , , Google

Release, : CMD ( Windows) ( Linux? MAC os) jdk, bin, :

C:\path-to-jdk\jdk1.7.0_07\bin > keytool -v -list -alias tt -keystore path-to-keystore -storepass password -keypass passowrd

Jdk/bin

C:\Program Files\Java\jdk1.7.0_07\bin > keytool -v -list -alias tt -keystore D:\ke yStore -storepass password -keypass password

:

-1 jdk

-2

-3 keystore passoword

-4

Also see http://android-er.blogspot.in/2012/12/displaying-sha1-certificate-fingerprint.html for more information

-1
source

All Articles