Eclipse Custom KeyStore

Source: Internet
Author: User

  1. Start by creating a new ***.keystore of your own. (if not, refer to the following settings in the new procedure)

  2. The command to modify the KeyStore password (keytool is the command tool that comes with the JDK, My.keystore to its own file name)

    In the folder where the files are stored, hold down the SHIFT key and click the right mouse button to open the Command window in this file path.

    Input command: Keytool-storepasswd-keystore my.keystore


    After execution, you will be prompted to enter the current password for the certificate, and the new password and repeat the new password confirmation. This step requires changing the password to Android


  3. Modify KeyStore alias: (My_name the name of the first "alias" You set for yourself) to modify it to Androiddebugkey.


    Input command: Keytool-changealias-keystore my.keystore-alias my_name-destalias Androiddebugkey


    This command will prompt you to enter the KeyStore password and the current alias password.


  4. To modify alias's password:


    Input command: Keytool-keypasswd-keystore my.keystore-alias androiddebugkey


    After execution, you will be prompted to enter the KeyStore password, alias password, and then prompt for a new alias password to modify the new password to android!


  5. After the above operation, your ***.keystore becomes the debug.keystore of the rule,

    The custom debug KeyStore in the Eclipse window preferences Android build is set to the modified ***.keystore. You can see the thumbprint of the certificate MD5 and SHA1.



Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Eclipse Custom KeyStore

Related Article

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.