"Debug Certificate Expired" Error in Eclipse Android Plugins

Debug certificate expired error in Eclipse Android plugins

Delete your debug certificate under ~/.android/debug.keystore on Linux and Mac OS X; the directory is something like %USERPROFILE%/.androidon Windows.

The Eclipse plugin should then generate a new certificate when you next try to build a debug package. You may need to clean and then build to generate the certificate.

Android SDK in Eclipse gives error about expired certificate

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.

Sample Android project not working because of: Debug Certificate expired

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

Error generating final archive: Debug certificate expired on

It's okay i found it :

On the OSX platform, if you manually remove the ~/.android directory using rm -rf ~/.android, then try to run the emulator, it crashes. This happens because the emulator fails to create a new .android directory before attempting to create the child SDK1.0 directory. To work around this issue, manually create a new .android directory using mkdir ~/.android, then run the emulator. The emulator creates the SDK1.0 directory and starts normally.

And i had to recreate some AVD, that's all.

error in running android project

All errors and warnings with detailed description could be found on "Problems" view - usually a tab in the bottom right part of the eclipse window. If it isn't there, use Window -> Show View -> Problems to show it.



Related Topics



Leave a reply



Submit