Android after generating the application signature file, if we want to see the signature file SHA1 and MD5, how to do it?? Now let's take a look.
Open the Terminal terminal window in the lower left corner of the Android studio interface and go to the bin directory of the JDK, because the default path for terminal starts with the disk installed in Android Studio, so you have to do it manually, Go to the Bin folder under the JDK installation directory, where my Android studio installs the directory on the D drive, JDK in the C drive, so I do the following:
Then enter: Keytool-list-v-keystore "E:helloworld.jks"
Just execute him! This assumes that the generated key file is in the E-drive directory, and can be replaced by itself.
Then you will be asked to enter the password just now, the input is OK!
How to view signed files SHA1 and MD5 in Android Studio