Find the key hash for a signed app

前端 未结 7 1489
隐瞒了意图╮
隐瞒了意图╮ 2020-11-29 17:31

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

相关标签:
7条回答
  • 2020-11-29 18:13

    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.

    0 讨论(0)
提交回复
热议问题