I\'m having an error with Eclipse and Android\'s SDK. apparently, it comes from the fact that my certificate expired. So I googled the error and I found that I have to remov
On Linux / OSX use your favorite terminal and type rm ~/.android/debug.keystore to remove the debug keystore.
rm ~/.android/debug.keystore
You can create a new keystore after that by following these steps.