I\'ve created Release key for my application.But It doesnt show map.What did i wrong on that?i\'ve created release key by Right click of project->Export->Giving alias_name->
lets go for get MapAPIKey.
1)How to create KeyStore
Project >> Export >> ExportAndroidApplication >> Next >> Create New Keystore (Remember Keystore Path) >> Fill All Detail >> ...etc
Now your keystore and Apk is created.
2)How to get Certificate fingerprint (MD5)
$ keytool -list -alias alias_name -keystore my-release-key.keystore
for more detail go here
Now you got fingerprint like as
Certificate fingerprint (MD5): 94:1E:43:49:87:73:BB:E6:A6:88:D7:20:F1:8E:B5:98
3)How to get MapApiKey click here and paste your MD5 then u will get MapAPIKey. Use this key in your application.
4)Test
create new apk using this keystore and check..