Im suddenly unable to manually sign my application.
It used to work until now.
The only thing I remember changing is android studio to version 2.3.2
I'm getting this error:
jarsigner error: java.lang.RuntimeException: certificate exception: Unable to initialize, java.io.IOException: DerInputStream.getLength(): Redundant length bytes found
This is the command that I run:
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my_keystore.keystore some-unsigned.apk alias
I tried to refer this post: PKCS#12 : DerInputStream.getLength() exception
but unfortunately I'm getting a different exception
No idea what to do
Thanks in advance