Hello,
I got this error while building aab:
I suspect the fault is because my keystore uses not the b4a alias. I created keystore with another alias.
It seems b4a does not accept it or uses it's own b4a alias. Is it so?
And if so, how to use my own alias?
I used this:
I know I can use the build in generator, but I want to use my own. With own alias.
Thanks for any help.
I got this error while building aab:
error:
jarsigner: Certificate chain not found for: b4a. b4a must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain.
It seems b4a does not accept it or uses it's own b4a alias. Is it so?
And if so, how to use my own alias?
I used this:
keystore:
keytool.exe -genkey -v -keystore myapp.keystore -alias myapp -keyalg RSA -keysize 2048 -validity 10000
I know I can use the build in generator, but I want to use my own. With own alias.
Thanks for any help.