I'm trying to release a signed version of my APK but I keep getting an "cannot recover key" error.
I've found lots of questions based around the same problem but none of the solutions are working for me and I honestly don't know what else to do.
I wrote the keystore and key alias passwords down so I'm pretty sure they are correct, these errors have given me some doubt.
I've tried the answer listed here. This gives me:
java.security.UnrecoverableKeyException : Cannot Recover Key.
I've tried following this video here. I found both my passwords and yet still the same problem.
I've tried this answer too here, again I got the same UnrecoverableKeyException as the first attempt.
I've also done this. And like this user I can see my certificates, I'm not sure if that helps.
I was advised to check the lint report and got a "Congratulations - No issues found" message.
PS. Just to be clear would creating a new key (not key store) for the app result in the Playstore seeing it as a new application ?