Reputation: 4285
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:
EDIT1:
my 'Build Variations' looks like this:
Upvotes: 1
Views: 114
Reputation: 912
Select both the checkboxes for signature versions (v1 and v2) in last step and then build the apk.
Upvotes: 1
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.
Upvotes: 3