Android Cannot recover key

烈酒焚心 提交于 2019-12-24 00:56:25

问题


I'm having an error recovering my key in Android Studio.

I know the key alias and I have the correct password for both.

I know this because I am able to run: keytool -list -v -keystore mykeystore.jks -alias myKey -storepass myPass -keypass myPass in cmd and get my certs.

My storepass and keypass are the same and I copied and pasted all of the values from cmd to android studio, but I still get this error. I've also tried restarting android studio and manually retyping my passwords and alias multiple times to no avail.

来源:https://stackoverflow.com/questions/44690499/android-cannot-recover-key

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!