Having uploaded to play lots of times without problems I now see "Cannot recover key" when trying to sign my app. I sign my app the normal way:
The passwords are correct as I have tested it using them in:
and found them in E:\Android\MyLocations\app\build\intermediates\signing_config\release\out\signing-config.json
But I keep getting "Cannot recover key"
Both passwords are the same.
I have the private_key.pepk file if that helps.
I can sign debug versions without any problems. Using another jks file of course.
2 Answers
I had the same issue after I upgraded to Android Studio 3.5 this is how I resolved it.
- I went the Google Play console > app name > release management > app signing.
- At the very bottom of that page is a link to reset your upload key. Fill in the form and wait for Google to reply to you.
- I received a reply after 12 days.
What I did was edit the file E:\Android\MyLocations\app\build\intermediates\signing_config\ release\out\signing-config.json through a notepad, and replace the correct keys, and this is how I it worked.