EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  Cordova Export signed APP

    Posted 10/02/15 03:55 AM

    Hi,

    i try to export a signed Android APP.

    But i get only an unsigned APP in the output apk folder.

     

    This is what i did:

     

    1. I created a keystore file with the JDK keytool.

    2. I added the signing details in the RDB

     

    2. I tried to Export the cordova file with the sign archive option Yes.

     

    After that i've only an unsigned android app in my outputs apk folder (no errors).

     

     

    If i try to sign the jar with the JDK jarsigner like this:

    jarsigner -verbose -keystore keys/your.keystore -signedjar YourApp_signed.apk YourApp.apk

    it works.

     

     

     

     

    Marcel-D


  • 2.  Re: Cordova Export signed APP

    Posted 10/20/15 12:39 PM

    Hi @Marcel-D 185ef4e2-58bb-459d-b414-d02f00ff390d
     

    There is a limitation in Cordova CLI about signing an APK: It cannot use absolute paths for it. Instead, use relative paths. My advise is to copy the keystore file in the root of the project and reference it just with the name in the Archive Signing details dialogue.

     

    Hope this helps.

    VictorSosa