简体   繁体   中英

How to get Signed SHA1 Fingerprint in Android Studio for Relase Mode?

我在导出SHA1指纹以发布应用程序时遇到麻烦。有人可以告诉我如何获取SHA1指纹以发布已签名应用程序的详细信息吗?

Through command goto your java directory , below is the directory structure

.../jvm/jdk1.7.0/bin

After that type the command

keytool -list -v -keystore /home/hb/Documents/Testing.jks -alias testing -storepass testing -keypass testing

here Testing.jks is the project keystore, alias,storepass,keypass which you have given at the time of generating keystore.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM