7

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 ?

1 Answer 1

12

In command line type

cd %USERPROFILE%/.android 

You can find debug.keystore in this location

Sign up to request clarification or add additional context in comments.

3 Comments

I have another issue when I put in keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64 it says openssl is not recognized as internal or external command blah blah
I'm not sure I'm following a tutorial and they did not install openssl

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.