标签:android studio keystore fingerprint 查看密钥 keytool
ADT查看签名的SHA1值比较方便,可以很直观的看到fingerprint的值,相比之下,AS在设置中没有相关选项。
百度LBS的SDK需要这个值作为验证,难道还要用回Eclipse?还好可以使用keytool进行查看:
命令如下:
keytool -list -keystore zmskeystore.jks
然后输入密钥库口令,就可以查看证书指纹(SHA1)的值了:
然后回顾一下zmskeystore.jks这个文件是如何生成的:
转载请注明出处:周木水的CSDN博客 http://blog.csdn.net/zhoumushui
我的GitHub:周木水的GitHub https://github.com/zhoumushui
Android Studio使用体验(四)查看密钥库证书指纹SHA1
标签:android studio keystore fingerprint 查看密钥 keytool
原文地址:http://blog.csdn.net/zhoumushui/article/details/43412129