0

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.

  • I guess you simply don't have the jdk folder in your Environment variable. Navigate into the bin folder of the jdk you installed and try it again. Or add the path to the Paths Environment variable. – René Kling Aug 11 '21 at 21:17

0 Answers0