Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SDK in Eclipse gives error about expired certificate [duplicate]

When building Android project in Eclipse, Android SDK gives error like this:

error:

 Description    Resource    Path    Location    Type 1) Error generating final archive: Debug Certificate expired on 7/9/11 6:31 PM     MapByLocation        Unknown Android Packaging Problem     2)Error generating final archive: Debug Certificate expired on 7/9/11 6:31 PM  PageCurlAnimation       Unknown Android Packaging Problem 

I do not know how to solve. please help me.

like image 455
M.A.Murali Avatar asked Jul 11 '11 04:07

M.A.Murali


1 Answers

To fix this problem, simply delete the debug.keystore file.

The default storage location for AVDs is

  • In ~/.android/ on OS X and Linux.
  • In C:\Documents and Settings\<user>\.android\ on Windows XP
  • In C:\Users\<user>\.android\ on Windows Vista and Windows 7.

Also see this link, which can be helpful.

like image 76
CeKup Avatar answered Sep 20 '22 21:09

CeKup