Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Timothy Boland
18,237 Points"Adding a Shake Detector" project files displaying the following error when I attempt to run the app: "Error generating final archive: Debug Certificate expired on 10/9/11 1:11 PM"
I have included a screenshot here. Has anyone had this problem or know what to do?
1 Answer
chai
2,777 PointsRemove debug.keystore from your user android directory
Windows
- Delete
debug.keystorelocated inC:\Documents and Settings\\[user]\.androidorC:\Users\[username]\.android - Clean and build your project.
Mac & Linux
- Delete
debug.keystorelocated in~/.android/debug.keystore - Clean and build your porject.
If you don't know where your debug.keystore ?
In Eclipse select Windows -> Preferences -> Android -> Build -> Check for "Default debug keystore: "
Reference : “Debug certificate expired” error in Eclipse Android plugins