- Windows
-
- ```keytool -list -v -keystore C:\Users\leon\.android\debug.keystore -alias androiddebugkey```
-
- If you get the following error while trying the above command:
-
-```ERROR:'keytool' is not recognized as an internal or external command```
-
- You might not have JAVA installed on your machine. [Here](https://codewithandrea.com/articles/keytool-command-not-found-how-to-fix-windows-macos/) is the helpful link to install JAVA and remove the above issue.
-
-
-
-
-