Exporting for Google Play Store
Uploading an APK to Google’s Play Store requires you to sign using a non-debug keystore file; such file can be generated like this:
But how exactly do I generate such file?
(Maybe someone can provide a link to some really exact step-by-step description on how to get a finished app ready for upload onto the play store, please? I can’t find any description on how to create that keystore file…)
Remember to replace mygame and alias to your game title and alias. (All titles must be unique, thus the reason for an alias.) Hit enter and follow the instructions.
The keystore file will be created in this location (which is a pain) so move it to a more accessible place. Remember too to make a note of your password; you can’t get it back!
In Godot Android Export: point it to this file. Note: User is the game name not your name.
Good luck.