QT Creator 6.0 can't open a keystore file
Moved
Solved
Qt Creator and other tools
-
I am able to open my keystore file with the command line and my password:
keytool -list -v -keystore android_release.keystore
but not with QT Creator 6, it displays:
the password was correct with previous QT Creator versions.
Tried to convert my keystore file:
keytool -importkeystore -srckeystore android_release.keystore -destkeystore android_release.keystore -deststoretype pkcs12
but it did not help.
-
This is indeed a known issue, see e.g. https://bugreports.qt.io/browse/QTCREATORBUG-26647. It will be fixed in Qt Creator 6.0.1. Meanwhile, you can try using a snapshot from https://download.qt.io/snapshots/qtcreator/6.0/ .