android - Google Maps Api v2 key does not work properly -


so works fine key generate me. wanted export apk , did follows:

  1. generate sha-1
  2. get google apikey1, include in manifest(if run app eclipse directly phone, map works)
  3. generate keystore1 in debug mode & apk1
  4. generate sha-1 using keystore1
  5. use last sha-1 apikey2 (include apikey2 in manifest)
  6. generate keystore2 in debug mode , apk2 can use install on phone , should work.

but doesnt work on phone. doing wrong?

have generate release-key??

hope this link work you. helped me lot.

you can try this tutorial.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -