Answers for "'keytool' is not recognized as an internal or external command, operable program or batch file."

1

'keytool' is not recognized as an internal or external command, operable program or batch file.

Add the path where you have your keytool.exe file saved,
to your system "PATH" environental variable

The path should look something like this "C:Program FilesJavajdk1.8.0bin"
Posted by: Guest on February-21-2022
0

'keytool' is not recognized as the name of a cmdlet

Go to this path or where ever you have your keytool.exe file

C:Program FilesJavajre7bin

Hold shift and right click -> then press Open command window here

terminal will pop up, paste this in:

keytool -list -v -keystore "C:Users"Your-User-Name(no quotes)".androiddebug.keystore" -alias androiddebugkey -storepass android -keypass android
Posted by: Guest on July-26-2021

Code answers related to "'keytool' is not recognized as an internal or external command, operable program or batch file."

Browse Popular Code Answers by Language