Android / Eclipse Error generating final archive: Debug Certificate expired

It appears the android SDK / debugger generates a certificate in .android/debug-keystore only valid for a year. You may come to generate a new project in Eclipse, go to run the debug / android emulator and find it won’t run.

To fix this, delete the keystore file from your home directory, then run Project [...]

Eclipse: new Android project. Can’t select Build Type / Target

This caused a good 30 mins head scratching. When creating a new Android project in Eclipse it is not possible to progress past the initial screen as it complains “an SDK target must be specified”. In the window you will see “Build Target” but no box listing your installed Android Versions. The area of the [...]