Keytool error: Java. Io. filenotfoundexception: Android. Key (permission denied)

Source: Internet
Author: User

Keytool is in the/bin directory of JDK, such as/opt/JDK/bin.

Use the following command to generate a certificate:

Keytool-genkey-alias Android. Key-keyalg RSA-validity 20000-keystore Android. Key

The following error is always reported:

It was later known that the current directory does not have the write permission, so you need to specify a path to store Android. Key:

Keytool-genkey-alias Android. Key-keyalg RSA-validity 20000-keystore/<my_path>/Android. Key

Note: What is the two-letter country code for this unit (CN in China)

If the following error occurs during packaging: jarsigner: The certificate chain of Android. Key cannot be found. Android. Key must reference a valid keystore key entry that contains a private key and the corresponding public key certificate chain.

It may be that the-alias part has a different path name than the subsequent keystore.

View Certificate Information:

Keytool-list-v-keystore Android. Key-storepass <psw>

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.