Android SDK in Eclipse gives error about expired certificate

This question already has an answer here:

  • “Debug certificate expired” error in Eclipse Android plugins 17 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.


    Use the keytool utility to create a new debug keystore. The keystore that you are using has expired and that is the reason why you see the project shows up in eclipse with errors.

    check this out http://www.androiddevelopment.org/tag/keytool/

    Also before doing that delete the existing debug keystore from the location in Windows or Linux based on the OS you are using.


    Try this solution:

  • go to folder C:Users(your pc name).android

  • delete debug.keystore file and then clean and run

  • 链接地址: http://www.djcxy.com/p/91324.html

    上一篇: 删除了debug.keystore文件。 我如何再次生成它?

    下一篇: Eclipse中的Android SDK提供了有关过期证书的错误