I'm trying to access my .android debug.keystore so I can use it for facebook.
When I type into windows cmd: C:\Users\<user>\.android\debug.keystore
I get C:\Users\<user>
is not recognized as an internal or external command, operable program, or batch file.
Can someone please tell me whats going ?
Inside Tasks, navigate to “android” and double click on the signing report option. After clicking on this option you will get to see the path for your debug. keystore file.
A debug keystore which is used to sign an Android app during development needs a specific alias and password combination as dictated by Google. To create a debug keystore, use: $ keytool -genkey -v -keystore debug.
You can do this with the SHA1 fingerprint in your developer's key and the package name. The debug keystore is typically located at ~/. android/debug. keystore and its password is android .
In command line type
cd %USERPROFILE%/.android
You can find debug.keystore in this location
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With