Android SDK error: Debug Certificate expired

If you get this error while attempting to start an app on your Android Emulator from the Android SDK in Eclipse:

Error generating final archive: Debug Certificate expired on [date/time]

…delete this file: ~/.android/debug.keystore – clean the app and redeploy. The Android SDK Eclipse plugin will regenerate the file when your app is rebuilt.

More info here.