CodeFluid
CodeFluid

Reputation: 126

How can I solve this issue "Cannot recover key" in Android Studio?

When I created a new key.jks I always get an error message that says

"Cannot recover key"

I made different keys but always get the same error. How can I solve that?

Thanks for your answers.

Upvotes: 0

Views: 425

Answers (1)

shizhen
shizhen

Reputation: 12583

This is caused by "Key Password and/or Keystore Password Mis-matching". You have to supply both password correctly.

See more discussions here: Android Studio: cannot recover key

Upvotes: 1

Related Questions