问题描述
我不理解这个过程的。我已经能够浏览到包含在Java SDK中的密钥工具的文件夹。虽然我不断收到错误的OpenSSL无法识别为一个内部或外部命令。现在的问题是,即使我能得到这个工作,我会做什么,用什么以后?
I do not understand this process at all. I have been able to navigate to the folder containing the keytool in the Java sdk. Although I keep getting the error openssl not recognised as an internal or external command. The problem is even if I can get this to work, what would I do and with what afterwards?
任何帮助将是非常美联社preciated。
Any help would be much appreciated.
推荐答案
下面是你需要做的 -
Here is what you need to do -
下载的OpenSSL从<一个href="http://$c$c.google.com/p/openssl-for-windows/downloads/detail?name=openssl-0.9.8k_WIN32.zip">$c$c解压缩。在C中创建一个文件夹 - OpenSSL的:/这里复制提取code
Download openSSl from CodeExtract it. create a folder- OpenSSL in C:/ and copy the extracted code here.
检测debug.keystore文件路径。如果妳没有发现,然后做在C语言的搜索:/,并使用Path在下一步骤的命令
detect debug.keystore file path. If u didn't find, then do a search in C:/ and use the Path in the command in next step.
检测到您的keytool.exe的道路,去那个DIR /命令提示符,然后在1号线运行此命令 -
detect your keytool.exe path and go to that dir/ in command prompt and run this command in 1 line-
$ keytool -exportcert -alias androiddebugkey -keystore "C:\Documents and Settings\Administrator.android\debug.keystore" | "C:\OpenSSL\bin\openssl" sha1 -binary |"C:\OpenSSL\bin\openssl" base64
它会询问密码,把机器人就这样。 U将得到一个关键的哈希
it will ask for password, put androidthat's all. u will get a key-hash
这篇关于如何创建Android的Facebook的密钥散列?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!