I need alias and password for signing aab file to the play store

I try to signin my first aab file to the store.
I replaced all the paths and alias as androidkey but it did not help.
I think, I need alias and password of keystore from Niotron. Where to find them?

or can anybody check this code, what is wrong?

$ java -jar C:\Users\user\Desktop\NiOTRON\pepk.jar --keystore=C:\Users\user\Desktop\NiOTRON\android.keystore --alias=androidkey --output=C:\Users\user\Desktop\NiOTRON\file_name.zip --include-cert --encryptionkey=xxxxxxxxxxxx

Default Keystore Password -

android

Default Keystore Alias -

 androidkey

Default Key Password -

android
2 Likes

Thank you.

The issue was “$”. The code muss be entered without it.