When I upload the apk file to Google Play error appears: "Failed to load. Failed to recognize the file." snapshot
After checking in the console
jarsigner -verify -verbose app-release.apk
it show:
jar verified.
Warning: This jar contains entries whose certificate chain is not validated. This jar contains signatures that does not include a timestamp. Without a timestamp, users may not be able to validate t his jar after the signer certificate's expiration date (2026-02-21) or after any future revocation date.
Re-run with the -verbose and -certs options for more details.
So, am I doing wrong?