Apksigner does not verify signature
问题 i was trying to verify the signature of the latest Gmail App (Version 8.11.25.224) with apksigner and it failed. I used: apksigner verifiy --verbose --print-certs <apk.file> The result was: DOES NOT VERIFY ERROR: APK Signature Scheme v2 signer #1 Malformed additional attribute #1 I was searching for an explanation why this happend but I couldn't find any solution to this problem. I have experimented a little and if you add --min-sdk-version 28 to the options of apksigner command then the