Phonegap - Hello Cordova Error

I followed the first Phonegap tutorial - starting with Android. I wrote an example of "HelloCordova" as shown here . But when I click “run as an Android application”, Eclipse displays your project contains error(s), please fix them before running your applications . Error not specified! I can’t figure out where the problem is (my file matches the example)!

Problems: Error creating final archive: Debug certificate expired on 07/04/12 0.34
Gender: Male Type: Android packaging problem

Any tips? Thanks!

+6
source share
2 answers

Check the android manifest file for any errors. Even the manifest file should be error free. You may have missed this since this is the third file. Check for errors.

0
source

This problem is not related to Phonegap ... You must delete the debug file in "% USERPROFILE% /. Android / debug.keystore", so eclipse will gerenate the new debug file

+5
source

Source: https://habr.com/ru/post/916940/


All Articles