HBuilder android developer certificate generation 20200416

HBuilder android developer certificate generation

1. If you want to generate an Android developer certificate, first ensure that the JDK must be installed on the computer. We will use the keytool that comes with the JDK creation and management certificate tool, and use the following command to generate the certificate.

 

2. keystore helloworld.keystore represents the generated certificate, you can add the path (default is in the user's home directory)
      alisa: helloworld means the alias of the certificate is helloword;
      keyalg: RSA means the alias of the certificate is hellword;
      validity: 10000 means the validity period of the certificate It is 10000 days;
      configure package information to use free certificate:

3. App package name: Android application package name, it is recommended to use a reverse domain name style string such as "com.domainname.appname";
      certificate alias: the certificate alias set with the -alias parameter when generating the certificate;
      private key: generated Use the keystore password for the
      certificate ; certificate file: Use the -keystore parameter to set the certificate storage path when generating the certificate;

4. Click Packaging, and then check the APP packaging status. The current packaging status is "Packaging successful, when the download is complete", you can click Download.

Get it done! ! !

Guess you like

Origin www.cnblogs.com/mxci/p/12716039.html
Recommended