Thursday, 8 August 2013

Google Maps Api v2 key does not work properly

Google Maps Api v2 key does not work properly

So everything works fine with the key that i generate for me. i wanted to
export the apk and did as follows:
generate sha-1
get google apikey1, include in manifest(if i run the app from eclipse
directly to my phone, the map works)
generate keystore1 in debug mode & apk1
generate another sha-1 using keystore1
use last sha-1 to get apikey2 (include apikey2 in manifest)
generate keystore2 in debug mode and apk2 which i can use to install on
any phone and it should work.
but it doesnt work on my phone. What am i doing wrong?

No comments:

Post a Comment