Hello,
i change the Private Sign Key of my project, because a new Developer Account and a other Password etc., now i want to compile the App, and it comes this error:
Signing package file (private key). Error
jarsigner error: java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
With the old certificate it works fine, but i dont want this old certificate for this project anymore. i have try
Java SE Development Kit 8u151
and
Java SE Development Kit 8u152
without success.
EDIT: with Java SE Development Kit 8u131 it works, but with the new one not.