When downloading the apk file to Google Play, an error appears: "Failed to load. Could not recognize the file."
If you run the command
jarsigner -verify -verbose app-release.apk
then comes the following:
jar verified.
Warning: This jar contains entries. This jar contains signatures that do not include a timestamp. Signing certificate after expiration date (2026-02-21) or after any future revocation date.
Re-run with the -verbose and -certs options for more details.
So what am I doing wrong?