我使用的命令是这样的
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发布于 2021-01-27 19:55:26
中配置
中运行以下命令
keytool -list -keystore %USERPROFILE%.android\debug.keystore
这是我们可以在FireBase中使用的调试证书。
https://stackoverflow.com/questions/65918344
复制相似问题