About VoltBuilder - Forum

Forum Navigation
You need to log in to create posts and topics.

About VoltBuilder

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 CDY@44 on May 1, 2021, 11:07 pm

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,

Hi

You should sign your apk file.

Hi @shahram

How to sign my apk ?

Regards,

Quote from CDY@44 on May 2, 2021, 3:44 pm

Hi @shahram

How to sign my apk ?

Regards,

Please follow the instructions in this link.

CDY@44 has reacted to this post.
CDY@44

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 CDY@44 on May 2, 2021, 6:03 pm

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 ?

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.

CDY@44 has reacted to this post.
CDY@44
Quote from shahram on May 2, 2021, 6:12 pm
Quote from CDY@44 on May 2, 2021, 6:03 pm

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 ?

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

CDY@44 has reacted to this post.
CDY@44

@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.

CDY@44 has reacted to this post.
CDY@44

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 !!!

luishp and shahram have reacted to this post.
luishpshahram
Quote from CDY@44 on May 2, 2021, 7:59 pm

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 !!!

Good luck dear friend :)

CDY@44 has reacted to this post.
CDY@44