The command I used is this
keytool -exportcert -alias androiddebugkey -keystore "C:UsersuserName.androiddebug.keystore" -list -v
and it gives this error
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:UsersuserNa ...
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (keytool:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
question from:
https://stackoverflow.com/questions/65918344/i-cant-use-any-keytool-command 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…