Alexey Starinsky
Alexey Starinsky

Reputation: 4285

Cannot upload an APK without the signature

I disabled my app signing in Google Play Console, but APK upload still fails with the message:

You uploaded an APK with an invalid signature (learn more about signing). Error from apksigner: ERROR: JAR_SIG_NO_SIGNATURES: No JAR signatures

see the screenshot:

enter image description here

EDIT1:

my 'Build Variations' looks like this:

enter image description here

Upvotes: 1

Views: 114

Answers (2)

Pehr Sibusiso
Pehr Sibusiso

Reputation: 912

Select both the checkboxes for signature versions (v1 and v2) in last step and then build the apk.

In this way

Upvotes: 1

peco
peco

Reputation: 351

Select both signature versions (v1 and v2) in last step and then build the apk.

Also don't forget Build -> Clean project before.

enter image description here

Upvotes: 3

Related Questions