Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phonegap - Hello Cordova error

I followed the first tutorial of Phonegap - getting started with Android. I wrote the example "HelloCordova" as showed here. But when I click "run as Android application" Eclipse displays your project contains error(s), please fix them before running your applications. No error is pointed! I can't understand where's the problem (my file matches the example)!

Problems: Error generating final archive: Debug Certificate expired on 07/04/12 0.34
Location: Unknown Type: Android Packaging Problem

Any advice? Thanks!

like image 511
andret8 Avatar asked May 29 '12 19:05

andret8


1 Answers

This problem is not related with Phonegap ... You should delete the debug file at "%USERPROFILE%/.android/debug.keystore", so then eclipse will gerenate a new debug file

like image 99
António Almeida Avatar answered Sep 29 '22 16:09

António Almeida