Godot Version
4.3
Question
I just finished my first Godot project, but I am unable to construct/export a .aab file for the play store. Every time I try I get this error:
[Export]: Release Username and/or Password is invalid for the given release Keystore.
I even went a made a new keystore for this project and I get the same error. The credentials work in Keystore Explorer though. I’m using the same password and username for both.
My export is as such:
- Use Gradle Build: checked
- Export Format: Export AAB
- Release: /dirrectory/location/folder/keystore.jks
- Release User: name
- Release Password: password
- Signed: Check
When I tap the Export Project I uncheck the Export with Debug box. I proceed with export and get the same error. Next I tried to export an empty project with the same keystore and I received the same error.
I would assume that my username and password are incorrect - except for the fact that they both work for the Keystore Explorer. Is there something maybe I need to update with Godot?