Hi, I am having a little problem in signing ask and generating keystore file
I read the full documentation of signing APK with custom keystrokes from this url :
https://websitetoapk.com/docs/creating-keystore-for-signing.html?wingui
I followed each step correctly
I followed this cmd command
keytool -genkey -keyalg RSA -alias myalias -keystore newkeystore.keystore -storepass yourpassword -validity 36000 -keysize 2048
The original documentation shows that when all details is filled , it asks for keystore password as shown below
However When I create my key , my keystore is generated with alias password but it doesn't ask for Keystore Password which is shown in official documentation
You can see my cmd screen when i created my keystore , it does not ask for keystore password at all . Why ?
and when i try to sign my apk with the generated key , it asks for Keystore password as shown below
I entered same password of alias password in the field but it does not fix
what password should I enter in this field ?
Help me create the keystore password for the key