I switched to a different computer (all opensuse linux with eclipse) and I am not succeeding in signing my updated app with the same key.
Advised by other posts on stack I :
- tried to delete trusted.certs (but could not find this file)
- looked for debug.keystore. There was one on my old computer. If I open this in export-> exclipse, he asks me for a password instead/or asks if it was tampered with of the "keystore not valid". Did not succeed in inputting the right password.
- I could not find deault.keystore in ~/.android
- I have a file that I think is my keystore, but I am not sure it is. Could somebody verify this? Here is the file: https://dl.dropboxusercontent.com/u/13564139/dorienhskey
When I try to export with this keystore, I get "Invalid keystore format". I have this file and thisfile.pub in my project directory. Perhaps this is not the keystore, but the key somehow? Would it be possible that I uploaded my app with the debug.keystore? As I can't find any other.
Should I look for some other file?