1. Bonjour tout le monde ! Veillez consulter la Politique de forum pour comprendre nos règles, Merci a vous !
    Rejeter la notice

WM [Résolu] Error in generating Signature file in Compilation Wizard

Discussion dans 'Windev Mobile' créé par yogiyang, Août 20, 2018.

Statut de la discussion:
N'est pas ouverte pour d'autres réponses.
  1. yogiyang

    yogiyang New Member

    Inscrit:
    Jan 16, 2018
    Messages:
    22
    J'aime reçus:
    2
    Hello,

    I am getting another error when trying to create a Signature for application distribution.

    How to solve this problem?

    Here is the screen shot:
    [​IMG]
     
    Tags:
  2. suenodesign

    suenodesign Well-Known Member
    MEMBRE WX

    Inscrit:
    Jan 1, 2018
    Messages:
    511
    J'aime reçus:
    740
    Hi @

    Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens!

    ,

    Tu peux trouver la solution en lisant ça :

    windev mobile 22 - Bypassing the warning: The JKS keystore uses a proprietary format
    Source :

    Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens!


    When generating an Android application, the wizard offers to sign the application to allow its deployment in Google Play Store. The signature of the application requires the generation of a key file. Creating the key file can display the following message

    Warning:
    The JKS keystore uses a proprietary format. It is recommended to migrate
    to PKCS12 which is an industry standard format using "keytool
    -importkeystore -srckeystore server.private -destkeystore server.private
    -deststoretype pkcs12".

    In order to allow the creation of the signed application, here are the actions to be carried out:

    • At the "Signature of the application" step
    • Click "Create a file of keys"
    • Note the location of the key file (.jks file)
    • Go to the "Advanced" pane and add to the existing command line:



    -keyalg DSA -sigalg SHA1withDSA -keysize 1024


    [​IMG]
    • Validate the window by confirming the replacement of the key file if it had already been created

    The warning "The JKS keystore uses a proprietary format" is displayed, it must be closed and then the window "Creating a file of keys" must be closed by the cross, ie the close button at the top-right (the JKS file was generated anyway).

    • Use the "..." button to select the JKS file that has just been generated,
    • Continue the APK generation wizard.
     
    yogiyang et joker aiment ça.
  3. yogiyang

    yogiyang New Member

    Inscrit:
    Jan 16, 2018
    Messages:
    22
    J'aime reçus:
    2
    Thank you for your valuable help.
     
    suenodesign apprécie ceci.
Statut de la discussion:
N'est pas ouverte pour d'autres réponses.

Partager cette page

Chargement...