i am trying to create google login app in which i need Android Signing Certificate SHA-1.
At the starting there is .android folder in which contain two other files but those are not debug.keystore so i read somewhere on stackoverflow they said delete .android folder its will automatically created when rebuild the project so i did it but it not created any .android folder or debug.keystore
i tried various command its giving only error given below
C:\Program Files\Java\jdk1.8.0_65\bin>keytool -list -v -keystore "C:\Users\kulde\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android keytool error: java.lang.Exception: Keystore file does not exist: C:\Users\kulde\.android\debug.keystore java.lang.Exception: Keystore file does not exist: C:\Users\kulde\.android\debug.keystore at sun.security.tools.keytool.Main.doCommands(Main.java:742) at sun.security.tools.keytool.Main.run(Main.java:340) at sun.security.tools.keytool.Main.main(Main.java:333)