【发布时间】:2016-03-22 19:21:33
【问题描述】:
我尝试实现以下 SO 答案:Facebook Android Generate Key Hash。
13) 再次复制以下代码并粘贴
openssl base64 -in debug_sha.txt > debug_base64.txt
当我尝试第 13 点(以上)时,我得到了错误:
openssl.exe has stopped working.
我也尝试过使用:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
但我得到了错误:
Illegal option: Alami.android\debug.keystore keytool -list [OPTION]...
【问题讨论】:
-
系统中是否下载了openSSL?
-
是的,我在系统中有openssl