When I write this command in the terminal keytool -list -v -keystore C:\Users\XXXXXXXXXXXXXXXXXXX -alias XXXXXXXX
I get the message:
'keytool' is not recognized as an internal or external command,
operable program or batch file.
What can I do?
When I write this command in the terminal keytool -list -v -keystore C:\Users\XXXXXXXXXXXXXXXXXXX -alias XXXXXXXX
I get the message:
'keytool' is not recognized as an internal or external command,
operable program or batch file.
What can I do?
Solution: Add android jre bin folder to your path in environment variables.
Instructions:
1- Right click on "This PC" > right-click Properties > Advanced system settings > Environment Variables > select PATH then EDIT.
2- Add your jre bin folder path to environment variables, it should look like this:
"C:\Program Files\Java\jre1.8.0_40\bin".