我不能使用任何 keytool 命令

问题描述

我使用的命令是这个

keytool -exportcert -alias androiddebugkey -keystore "C:\Users\userName\.android\debug.keystore" -list -v

它给出了这个错误

keytool : The term 'keytool' is not recognized as the name of a cmdlet,function,script file,or operable program. Check the spelling of the name,or if a path 
was included,verify that the path is correct and try again.
At line:1 char:1
+ keytool -exportcert -alias androiddebugkey -keystore "C:\Users\userNa ...
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (keytool:String) [],CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)