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