generating google api key in android -


i developing android application involves google map activity.i have done coding part.now want generate google api key system.can in regard.thanks in advance tushar sahni

everything need know explained in documentation. copying there:

run command generate certificate:

$ keytool -list -alias alias_name -keystore my-release-key.keystore 

(rename alias_name , my-release-key.keystore meaningful)

the result above command this:

certificate fingerprint (md5): 94:1e:43:49:87:73:bb:e6:a6:88:d7:20:f1:8e:b5:98 

then go http://code.google. com/android/maps-api-signup.html , follow instructions register certificate.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -