android obtains official package and test package signature information

debug test package

Computer runs cmd 


Enter the command cd.android and press Enter, then enter keytool -v -list -keystore debug.keystore and press Enter twice.


 formal bag

Open the Terminal window of the android studio tool


Enter the command keytool -list -v -keystore D:\aaa\aaa.jks (the jks or key file path generated by your project)

Then press Enter to enter the keystore password


Guess you like

Origin blog.csdn.net/mt11111111/article/details/80460133