So I'm making a game with Godot game engine. And to do that you need a debug.keystore file. so the command to make one is keytool -list -v -keystore debug.keystore -alias androiddebugkey -storepass android -keypass android. And so I put that command into cmd but it gives me the error:
'keytool' is not recognized as an internal or external command,operable program or batch file.
I have Android Studio installer, I'm on win10.