Error from apksigner: ERROR (Jar signer gameKEY.DSA): JAR signature META-INF/gameKEY.DSA uses digest algorithm SHA-256 and signature algorithm DSA which is not supported on API Level.
how get this error and how to sign apk now using the new upgrade key sign way.
when i try to sign like i always do in cmd with all my app, now i am getting this error in cmd.
private key algorithm is not compatible with signature algorithm when trying to use this new way
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore C:\a\lolhuuh.keystore C:\a\app-release-unsigned.apk lolkh
the old way i always use is
jarsigner -verbose -keystore C:\a\my.keystore -storepass pa5sksword -keypass phyassword C:\a\app-unsigned.apk lolkh
help