Facebook Android Generate Key Hash

后端 未结 21 2346
误落风尘
误落风尘 2020-11-22 04:11

Trying to create an android app with Facebook integration, I\'ve gotten to the part in the docs where you have to generate a key hash file, it specifies to run the following

21条回答
  •  日久生厌
    2020-11-22 04:49

    Delete your debug certificate under ~/.android/debug.keystore (on Linux and Mac OS X); the directory is something like %USERHOME%/.android on Windows.

    The Eclipse plugin should then generate a new certificate when you next try to build a debug package.

    Let me know if that works.

提交回复
热议问题