'Android missing keystore

Found numerous QA with the same name but none covered the scenario I'm facing.

In Android when I run the signingreport I am getting the error Missing keystore. The app isn't new but resides in the store already and can be built and new releases made.

On the mac when I check that the file exists in the Android directory, it does (debug.keystore).

All I'm trying to do is get the sha values that the signingreport generates per type (debug/release).

Anyone have any ideas of what to do at this point?


Found the solution. So, located the app release keystore. This didn't have the extension .key on it. Renaming with the extension solved the problem. How or why the extension was not there is a mystery. The app could be built/released without it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source