K

knight88

Member

Last active 6 months ago

  1. 7 months ago
    Wed Sep 25 17:52:54 2024
    K knight88 started the conversation No Keystore Password asked in cmd.

    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. Wed Sep 25 17:15:32 2024
    K knight88 joined the forum.