
Quote from CDY@44 on May 1, 2021, 11:07 pmHi,
It seems that Google Play refuses debug.apk, so I think it is not possible to use free plan with VoltBuilder...
Am I wrong ?
Regards,
Hi,
It seems that Google Play refuses debug.apk, so I think it is not possible to use free plan with VoltBuilder...
Am I wrong ?
Regards,

Quote from shahram on May 2, 2021, 3:02 pmQuote from CDY@44 on May 1, 2021, 11:07 pmHi,
It seems that Google Play refuses debug.apk, so I think it is not possible to use free plan with VoltBuilder...
Am I wrong ?
Regards,
Hi
You should sign your apk file.
Quote from CDY@44 on May 1, 2021, 11:07 pmHi,
It seems that Google Play refuses debug.apk, so I think it is not possible to use free plan with VoltBuilder...
Am I wrong ?
Regards,
Hi
You should sign your apk file.


Quote from shahram on May 2, 2021, 4:08 pmQuote from CDY@44 on May 2, 2021, 3:44 pmHi @shahram
How to sign my apk ?
Regards,
Please follow the instructions in this link.
Quote from CDY@44 on May 2, 2021, 3:44 pmHi @shahram
How to sign my apk ?
Regards,
Please follow the instructions in this link.

Quote from CDY@44 on May 2, 2021, 6:03 pmHi @shahram,
I follow the instructions, but at the end I have this error message :
jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 2556 but got 2477 bytes)
Any idea ?
Hi @shahram,
I follow the instructions, but at the end I have this error message :
jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 2556 but got 2477 bytes)
Any idea ?

Quote from shahram on May 2, 2021, 6:12 pmQuote from CDY@44 on May 2, 2021, 6:03 pmHi @shahram,
I follow the instructions, but at the end I have this error message :
jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 2556 but got 2477 bytes)
Any idea ?
This error happens when your apk is already signed (using jarsigner probably signed automatically), zipaligned (with zipalign) or the APK that you try to generated was built in debug mode. Therefore, be sure that you're providing a non-signed or non-zipaligned or Release version apk file.
Quote from CDY@44 on May 2, 2021, 6:03 pmHi @shahram,
I follow the instructions, but at the end I have this error message :
jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 2556 but got 2477 bytes)
Any idea ?
This error happens when your apk is already signed (using jarsigner probably signed automatically), zipaligned (with zipalign) or the APK that you try to generated was built in debug mode. Therefore, be sure that you're providing a non-signed or non-zipaligned or Release version apk file.

Quote from shahram on May 2, 2021, 6:18 pmQuote from shahram on May 2, 2021, 6:12 pmQuote from CDY@44 on May 2, 2021, 6:03 pmHi @shahram,
I follow the instructions, but at the end I have this error message :
jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 2556 but got 2477 bytes)
Any idea ?
This error happens when your apk is already signed (using jarsigner probably signed automatically), zipaligned (with zipalign) or the APK that you try to generated was built in debug mode. Therefore, be sure that you're providing a non-signed or non-zipaligned or Release version apk file.
Use "--release" switch in CLI:
for example: Cordova build android --release
Quote from shahram on May 2, 2021, 6:12 pmQuote from CDY@44 on May 2, 2021, 6:03 pmHi @shahram,
I follow the instructions, but at the end I have this error message :
jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected 2556 but got 2477 bytes)
Any idea ?
This error happens when your apk is already signed (using jarsigner probably signed automatically), zipaligned (with zipalign) or the APK that you try to generated was built in debug mode. Therefore, be sure that you're providing a non-signed or non-zipaligned or Release version apk file.
Use "--release" switch in CLI:
for example: Cordova build android --release

Quote from luishp on May 2, 2021, 6:54 pm@cdy44-2 note that you can use VoltBuilder 30 days for free.
They even have a tool to help with the signing: VoltSigner
Anyway let me know if you succeed.Thanks.
@cdy44-2 note that you can use VoltBuilder 30 days for free.
They even have a tool to help with the signing: VoltSigner
Anyway let me know if you succeed.
Thanks.

Quote from CDY@44 on May 2, 2021, 7:59 pmThank you @shahram and @luishp,
With your advices, I make a lot of progress !
I succed to create a release apk, now I will try to sign it !Thank you so much !!!
Thank you @shahram and @luishp,
With your advices, I make a lot of progress !
I succed to create a release apk, now I will try to sign it !
Thank you so much !!!

Quote from shahram on May 2, 2021, 8:09 pmQuote from CDY@44 on May 2, 2021, 7:59 pmThank you @shahram and @luishp,
With your advices, I make a lot of progress !
I succed to create a release apk, now I will try to sign it !Thank you so much !!!
Good luck dear friend :)
Quote from CDY@44 on May 2, 2021, 7:59 pmThank you @shahram and @luishp,
With your advices, I make a lot of progress !
I succed to create a release apk, now I will try to sign it !Thank you so much !!!
Good luck dear friend :)