dorien
dorien

Reputation: 5387

How to check if keystore is valid?

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 :

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?

Upvotes: 0

Views: 4179

Answers (1)

Kumar Bibek
Kumar Bibek

Reputation: 9117

That doesn't look like a keystore. That looks like a certificate.

You cannot update your app with the debug keystore. You will need to use the keystore which you had used the first time.

How to find? Keep looking at other places.

Identify: If you open the file in UTF encoding, you should see some text, like your "Name", or "Organization Name", you might have given when you had created that keystore.

You could try open the debug.keystore and see what it looks like. Your keystore would be similar.

Upvotes: 1

Related Questions