I followed Steps to create Hash Key.
-
Downloaded openssl
-
Unzipped and copied all the files in the bin folder including openssl.exe
-
Pasted all the files copied from Openssl’s bin folder to the Jdk bin folder.
-
Then i used following command on openssl.exe terminal window
keytool -exportcert -alias androiddebugkey -keystore C:\Users\Joelle.android\debug.keystore | openssl sha1 -binary | openssl enc -a -e
but it is throwing following error
openssl error :'keytool is invalid command'
Please guide me …
thanx
Keytool is usually found in JRE bin folder in my case it is present in
So you should write
then
There is nice tool present
try to generate Key Hash with this tool http://www.easyfacebookandroidsdk.com/download/keyhash.zip