7

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!

dda
  • 6,030
  • 2
  • 25
  • 34
andret8
  • 286
  • 1
  • 8
  • 18
  • 1
    It looks like you need to delete your debug certificate. http://stackoverflow.com/questions/2194808/debug-certificate-expired-error-in-eclipse-android-plugins – doncoleman May 30 '12 at 01:36

2 Answers2

5

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

António Almeida
  • 9,620
  • 8
  • 59
  • 66
0

Check the android manifest file for any errors. Even the manifest file must be free of errors. You may have overlooked it as it is the last third file. Check with that for errors.

user1424394
  • 116
  • 11
  • 1. clean the project run again. Projects->clean or 2. Check the package you are using now. If it is old i.e 2.1 or something like that may its deprecated.....update to around 3.0 above packages and see if it works – user1424394 May 29 '12 at 19:51