No Keystore Password asked in cmd

  1. 6 months ago

    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

    https://imgur.com/veadkKM

    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 ?

    https://imgur.com/nKmPI5h

    and when i try to sign my apk with the generated key , it asks for Keystore password as shown below

    https://imgur.com/b9m6Ftz

    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

  2. You need to replace "yourpassword" with your own password in the command itself and it will be the password of your keystore.

 

or Sign Up to reply!