google Maps API Key

为使用google maps for android的api而申请其apikey时,需要填入一个认证指纹,这个认证指纹从哪里获取呢?从android的数字签名证书中获取。

1.找到数字签名证书的位置,如“/path/to/digital/signature/certificate"

2.使用keytool获取其认证指纹

keytool -list -keystore /path/to/digital/signature/certificate -keypass 证书密码

3.将获得的认证指纹填入即可

posted @ 2011-09-23 17:31  kebo  阅读(184)  评论(0编辑  收藏  举报