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