I am trying to learn login in Kotlin in Android Studio, in which I need to register by using keytool -list -v \ -alias androiddebugkey -keystore %USERPROFILE%.android\debug.keystore in terminal window.
But I am getting this error 'keytool' is not recognized as an internal or external command, operable program or batch file.
Operating system is Win 10 and android studio is 3.6
$PATH
– Marcin Orlowski%path%
not$path
– user2956477