如何导出我的 Android 应用程序的密钥以与 facebook sdk 一起使用

发布于 2024-11-18 15:05:13 字数 270 浏览 2 评论 0原文

如何使用 Android SDK 和 Eclipse 指定的调试默认值导出应用程序的密钥 我正在尝试生成与 Facebook SDK 一起使用的密钥 我已尝试过

keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug .keystore | openssl sha1-二进制 | openssl base64

如果它有帮助我正在运行 ubuntu 11.04 但如果我可以这么说的话,它生成的是胡言乱语 多谢

How do i export the key for my app using the debug defaults specified by the Android SDK and Eclipse I am trying to generate a key for use with the Facebook SDK I have tried

keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore
| openssl sha1 -binary
| openssl base64

if it helps i am running ubuntu 11.04
but what it generates is gibberish if i may say so
thanks alot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

才能让你更想念 2024-11-25 15:05:13

如果乱码是指随机字符和数字,大约有 30 个:
很好,正是您所需要的。只需将它们复制到您在 Facebook 上的应用程序个人资料中即可。

如果没有,请发布执行此操作时收到的错误或命令输出。

If gibberish means random characters and numbers, about 30 of them:
Thats fine and what you need. Just take them and copy them to your applications profile on Facebook.

If not, please post the error or command output you get while doing so.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文