Error generating final archive: solution to debug certificate expired on XXXX time

Source: Internet
Author: User

Error description:

Error generating final archive: Debug certificate expired on 11-10-20

Cause analysis:

Android requires that all programs have signatures; otherwise, the program will not be installed. During our development process, ADT uses debug keystore and sets it in preference-> Android-> buid. By default, the debug keystore is valid for one year. If you finish the android program from a year ago, the debugkeystore may expire when you import the app one year later, causing you to fail to generate the APK file.

Now you only need to delete the debug keystore, and the system will generate a private key valid for one year for you.

 

Solution:

In the eclipse menu window-> preferences-> Android-> build, findDefault debug keystoreDisplayed path,

Delete the Debug. keystore file in the path, clean the project, and re-compile the project.

(Directories in different environments may be slightly different. You can find this path in Eclipse: window-> preferences-> Android-> default debug keystore under build)



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.