Hi,
I’m trying do create a certificate for an android app, and am following the “Publishing your app to the Google Play Store” page in the documentation.
After having followed the 12 steps, this is written:
The keystore file has now been created as well as a file titled private_key.pepk. Both of these files will be required for signing your app.
However, while I have the .pepk file, there’s no .jks file, neither in the same folder nor in various locations I searched (including my home folder and the project folder).
In the project folder, I have a file named “AndroidKey” with no extension. Is it safe to rename it to “AndroidKey.jks” or it’s not the right file?
Or is it a file I should create otherwise?