I have signed my app and exported it to a folder on my desktop called app in this folder is my app itself and the keystore. How do i find the key hash that i can copy into t
A solution with Eclipse (for lazy people like me).
Select any project in Eclipse, Export - Android Application, enter your key pass etc. and on the last page at the bottom you will see MD5: .... SHA1:....
Copy the SHA1 string and paste it in any HEX-Base64 online converter (for example this one: http://tomeko.net/online_tools/hex_to_base64.php)
Congrats! You've got the key hash needed for Facebook Dev Console.