My keystore file seems out dated due to android sdk version 31 is being out there. I searched the forum and found that I have to use PEPK.jar tool.
So in command prompt, I typed;
java -jar pepk.jar --keystore=release_old.keystore --alias="mykeystore" --output=release_sdk30.keystore --encryptionkey=1b10fe8f7c7c9df715022017b00c6471b8bc8170b13049a11e6c29ffe3056ff174a3bbe4ac5a955f4ba4fe93fc8cef27558a3eb9d2a529a2092761fb833b659cd48b9de6a --keystore-pass=mypassword
New keystore file created successfully but when I export AppGameKit says this;
P.S. The encryptionkey is obtained from google and I have no idea what it is. Perhaps my name, country e.t.c.
I used keytool and also android studio and created new keystore files but then google said the SHA code is not correct after uploading my aab, I suspect I've forgotten the data when I first created the keystore file (name, occupation, country e.t.c.)
"For sdk version 31 there will be an update soon" says the forum.
Should I wait for it or what? I really do not want to get in these things just want to code my apps.
Thank for the help.