Unable to open keystore in AndroidStudio - “Redundant length bytes found”
问题 I am unable to open my existing keystore file in Android Studio or use the jarsigner from the command line. In both cases the error message is: java.security.cert.CertificateException: Unable to initialize, java.io.IOException: DerInputStream.getLength(): Redundant length bytes found See screenshot: Apparently this was an issue that should be fixed with JDK8_131 but does not work for me. (We are all using OSX) I also get the same error on travis. (See "Update" section below.) I found another