Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sample Android project not working because of: Debug Certificate expired [duplicate]

Possible Duplicate:
“Debug certificate expired” error in Eclipse Android plugins

I am trying to run one of the sample projects that come with android (and I have tried many). I keep getting this error in eclipse's Problems window.

Error generating final archive: Debug Certificate expired on 10/24/12 7:27 AM com.example.android.mediafx.HelloEffects      Unknown Android Packaging Problem

Basically I import the project from the samples directory. Then I right click on the project and choose

Run As --> android project

Another symptom of the problem is that the project has a red x next to it, but no red x in any sub-directory or file.

like image 270
androfactured Avatar asked Oct 29 '12 19:10

androfactured


1 Answers

Delete ~/.android/debug.keystore and try again. The ADT should generate new debug keystore with new certificate in it.

like image 178
Franci Penov Avatar answered Nov 09 '22 07:11

Franci Penov