Answers for "'keytool' is not recognized as the name of a cmdlet"

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 Files\Java\jre7\bin

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)"\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
Posted by: Guest on July-26-2021
1

KEYTOOL NOT RECOGNIZED COMMAND Error

flutter doctor -v
Then, go to Android toolchain -> Java binary path -> copy that and add it to env variable
Posted by: Guest on May-04-2021

Code answers related to "'keytool' is not recognized as the name of a cmdlet"

Browse Popular Code Answers by Language