Android Studio Get digital signatures

Source: Internet
Author: User

The following is an introduction to the Debug and release versions, the method of obtaining a digital signature, which can be obtained by SHA1 and MD5 in the following ways

1. Debug version

In debug mode, Android Studio will generate a Debug.keystore signature file by default, so we don't have to generate it ourselves, so we can get a digital signature by the following method:

Open the terminal in Android Studio, enter the following command, the password defaults to: Android or direct return

CD ~/-list-v-keystore debug.keystore

2. Release version

Open the terminal in Android Studio and enter the following command

/work/android/keystore (publish signature directory)
-list-v-keystore xxx (signature file name). jks

Execute the command, you can see the information as shown in the terminal:

Android Studio Get digital signatures

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.