Hello,
In order to debug certificate fingerprint the suggested command is: keytool -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore
When I type that command I get the following error:
keytool error: java.lang.Exception: Keystore file does not exist: /Users/%USERPROFILE%/.android/debug.keystore
java.lang.Exception: Keystore file does not exist: /Users/%USERPROFILE%/.android/debug.keystore
at java.base/sun.security.tools.keytool.Main.doCommands(Main.java:911)
at java.base/sun.security.tools.keytool.Main.run(Main.java:417)
at java.base/sun.security.tools.keytool.Main.main(Main.java:410)
Can someone help me with this please. I would really appreciate it.
Stay safe