Сannot create the APKBuilder object Debug Certificate expired
When I run my Android application I catch next error:
“Сannot create the APKBuilder object Debug Certificate expired on 4/19/12 4:58 PM”
It means that your debug.keystore sertificate is expired. To fix this just delete it. Exlipse will regenerate a new one.
You need to delete next file: (in Linux)
~/.android/debug.keystore
0 Comments