How to solve: Error generating final archive in Android: Debug certificate expired on 10/09/18

Source: Internet
Author: User
How to solve: Error generating final archive in Android: Debug certificate expired on 10/09/18

Problem Overview:

The following error is prompted after an app is imported:

"Error generating final archive: Debug certificate expired on 10/09/18"

Cause analysis:

Android requires that all programs have signatures; otherwise, the program will not be installed. During our development process, ADT uses the debug keystore
Preference-> Android-> buid. The keystore of DEBUG is valid for one year by default.
Android program, When you import this app one year later, it is likely that the debug keystore expires, and you cannot generate an 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:

Go to debug. keystore and ddms. cfg in the C: \ Documents and Settings \ Administrator \. Android deletion path.

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

Then re-import.

Problem Overview:

The following error is prompted after an app is imported:

"Error generating final archive: Debug certificate expired on 10/09/18"

Cause analysis:

Android requires that all programs have signatures; otherwise, the program will not be installed. During our development process, ADT uses the debug keystore
Preference-> Android-> buid. The keystore of DEBUG is valid for one year by default.
Android program, When you import this app one year later, it is likely that the debug keystore expires, and you cannot generate an 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:

Go to debug. keystore and ddms. cfg in the C: \ Documents and Settings \ Administrator \. Android deletion path.

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

Then re-import.

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.